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

Cache object: ef02133dccc9de5abab38fcc5f8dab35


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