The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/ibcs2/syscalls.isc

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1  $FreeBSD: releng/6.1/sys/i386/ibcs2/syscalls.isc 148190 2005-07-20 17:42:15Z jhb $
    2 
    3 #include <sys/param.h>
    4 #include <sys/sysent.h>
    5 #include <sys/sysproto.h>
    6 #include <i386/ibcs2/ibcs2_types.h>
    7 #include <i386/ibcs2/ibcs2_signal.h>
    8 #include <i386/ibcs2/ibcs2_proto.h>
    9 #include <i386/ibcs2/ibcs2_xenix.h>
   10 
   11 0       AUE_NULL        UNIMPL  nosys
   12 1       AUE_NULL        UNIMPL  isc_setostype
   13 2       AUE_NULL        MNOPROTO        { int ibcs2_rename(char *from, char *to); }
   14 3       AUE_NULL        MNOPROTO        { int ibcs2_sigaction(int sig, \
   15                             struct ibcs2_sigaction *act, \
   16                             struct ibcs2_sigaction *oact); }
   17 4       AUE_NULL        MNOPROTO        { int ibcs2_sigprocmask(int how, \
   18                             ibcs2_sigset_t *set, ibcs2_sigset_t *oset); }
   19 5       AUE_NULL        MNOPROTO        { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
   20 6       AUE_NULL        MNOPROTO        { int getgroups(u_int gidsetsize, \
   21                             gid_t *gidset); }
   22 7       AUE_NULL        MNOPROTO        { int setgroups(u_int gidsetsize, \
   23                             gid_t *gidset); }
   24 8       AUE_NULL        MNOPROTO        { int ibcs2_pathconf(char *path, int name); }
   25 9       AUE_NULL        MNOPROTO        { int ibcs2_fpathconf(int fd, int name); }
   26 10      AUE_NULL        UNIMPL  nosys
   27 11      AUE_NULL        MNOPROTO        { int ibcs2_wait(int a1, int a2, int a3); }
   28 12      AUE_NULL        MNOPROTO        { int setsid(void); }
   29 13      AUE_NULL        MNOPROTO        { pid_t getpid(void); }
   30 14      AUE_NULL        UNIMPL  isc_adduser
   31 15      AUE_NULL        UNIMPL  isc_setuser
   32 16      AUE_NULL        MNOPROTO { int ibcs2_sysconf(int name); }
   33 17      AUE_NULL        MNOPROTO        { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
   34 18      AUE_NULL        MNOPROTO        { int ibcs2_symlink(char *path, char *link); }
   35 19      AUE_NULL        MNOPROTO        { int ibcs2_readlink(char *path, char *buf, \
   36                             int count); }
   37 20      AUE_NULL        UNIMPL  isc_getmajor

Cache object: a5d0cade387109417c0d91914a7b9218


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.