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$
    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       UNIMPL  ISC     nosys
   12 1       UNIMPL  ISC     isc_setostype
   13 2       NOPROTO ISC     { int ibcs2_rename(char *from, char *to); }
   14 3       NOPROTO ISC     { int ibcs2_sigaction(int sig, \
   15                                               struct ibcs2_sigaction *act, \
   16                                               struct ibcs2_sigaction *oact); }
   17 4       NOPROTO ISC     { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \
   18                                                 ibcs2_sigset_t *oset); }
   19 5       NOPROTO ISC     { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
   20 6       NOPROTO POSIX   { int getgroups(u_int gidsetsize, gid_t *gidset); }
   21 7       NOPROTO POSIX   { int setgroups(u_int gidsetsize, gid_t *gidset); }
   22 8       NOPROTO ISC     { int ibcs2_pathconf(char *path, int name); }
   23 9       NOPROTO ISC     { int ibcs2_fpathconf(int fd, int name); }
   24 10      UNIMPL  ISC     nosys
   25 11      NOPROTO SVR3    { int ibcs2_wait(int a1, int a2, int a3); }
   26 12      NOPROTO POSIX   { int setsid(void); }
   27 13      NOPROTO POSIX   { pid_t getpid(void); }
   28 14      UNIMPL  ISC     isc_adduser
   29 15      UNIMPL  ISC     isc_setuser
   30 16      NOPROTO ISC     { int ibcs2_sysconf(int name); }
   31 17      NOPROTO ISC     { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
   32 18      NOPROTO SVR3    { int ibcs2_symlink(char *path, char *link); }
   33 19      NOPROTO SVR3    { int ibcs2_readlink(char *path, char *buf, int count); }
   34 20      UNIMPL  ISC     isc_getmajor

Cache object: 883b1fdc72f46d8471e05ddb4edce0e5


[ 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.