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

Cache object: 6ef66490e36d7c9af6362f5bdc25d2bf


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