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

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_xenix.h>
    9 
   10 0       UNIMPL  nosys
   11 1       UNIMPL  xenix_xlocking
   12 2       UNIMPL  xenix_creatsem
   13 3       UNIMPL  xenix_opensem
   14 4       UNIMPL  xenix_sigsem
   15 5       UNIMPL  xenix_waitsem
   16 6       UNIMPL  xenix_nbwaitsem
   17 7       STD     { int xenix_rdchk(int fd); }
   18 8       UNIMPL  nosys
   19 9       UNIMPL  nosys
   20 10      STD     { int xenix_chsize(int fd, long size); }
   21 11      STD     { int xenix_ftime(struct timeb *tp); }
   22 12      STD     { int xenix_nap(int millisec); }
   23 13      UNIMPL  xenix_sdget
   24 14      UNIMPL  xenix_sdfree
   25 15      UNIMPL  xenix_sdenter
   26 16      UNIMPL  xenix_sdleave
   27 17      UNIMPL  xenix_sdgetv
   28 18      UNIMPL  xenix_sdwaitv
   29 19      UNIMPL  nosys
   30 20      UNIMPL  nosys
   31 21      STD     { int xenix_scoinfo(void); }
   32 22      UNIMPL  nosys
   33 23      UNIMPL  nosys
   34 24      UNIMPL  nosys
   35 25      UNIMPL  nosys
   36 26      UNIMPL  nosys
   37 27      UNIMPL  nosys
   38 28      UNIMPL  nosys
   39 29      UNIMPL  nosys
   40 30      UNIMPL  nosys
   41 31      UNIMPL  nosys
   42 32      UNIMPL  xenix_proctl
   43 33      UNIMPL  xenix_execseg
   44 34      UNIMPL  xenix_unexecseg
   45 35      UNIMPL  nosys
   46 36      NOPROTO { int select(u_int nd, fd_set *in, fd_set *ou, fd_set *ex, \
   47                     struct timeval *tv); }
   48 37      STD     { int xenix_eaccess(char *path, int flags); }
   49 38      UNIMPL  xenix_paccess
   50 39      STD     { int ibcs2_sigaction(int sig, struct ibcs2_sigaction *act, \
   51                     struct ibcs2_sigaction *oact); }
   52 40      STD     { int ibcs2_sigprocmask(int how, ibcs2_sigset_t *set, \
   53                     ibcs2_sigset_t *oset); }
   54 41      STD     { int ibcs2_sigpending(ibcs2_sigset_t *mask); }
   55 42      STD     { int ibcs2_sigsuspend(ibcs2_sigset_t *mask); }
   56 43      STD     { int ibcs2_getgroups(int gidsetsize, ibcs2_gid_t *gidset); }
   57 44      STD     { int ibcs2_setgroups(int gidsetsize, ibcs2_gid_t *gidset); }
   58 45      MSTD    { int ibcs2_sysconf(int name); }
   59 46      STD     { int ibcs2_pathconf(char *path, int name); }
   60 47      STD     { int ibcs2_fpathconf(int fd, int name); }
   61 48      STD     { int ibcs2_rename(char *from, char *to); }
   62 49      UNIMPL  nosys
   63 50      STD     { int xenix_utsname(long addr); }
   64 51      UNIMPL  nosys
   65 52      UNIMPL  nosys
   66 53      UNIMPL  nosys
   67 54      UNIMPL  nosys
   68 55      NOPROTO { int getitimer(u_int which, struct itimerval *itv); }
   69 56      NOPROTO { int setitimer(u_int which, struct itimerval *itv, \
   70                     struct itimerval *otv); }

Cache object: 13a9ae33bfa063c5238f3eafee8bb564


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