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/ibcs2_isc_sysent.c

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 /*
    2  * System call switch table.
    3  *
    4  * DO NOT EDIT-- this file is automatically generated.
    5  * created from Id: syscalls.isc,v 1.1 1995/10/10 07:59:26 swallace Exp 
    6  */
    7 
    8 #include <sys/types.h>
    9 #include <sys/param.h>
   10 #include <sys/sysent.h>
   11 #include <sys/sysproto.h>
   12 #include <i386/ibcs2/ibcs2_types.h>
   13 #include <i386/ibcs2/ibcs2_signal.h>
   14 #include <i386/ibcs2/ibcs2_statfs.h>
   15 #include <i386/ibcs2/ibcs2_proto.h>
   16 #include <i386/ibcs2/ibcs2_xenix.h>
   17 
   18 #ifdef COMPAT_43
   19 #define compat(n, name) n, (sy_call_t *)__CONCAT(o,name)
   20 #else
   21 #define compat(n, name) 0, (sy_call_t *)nosys
   22 #endif
   23 
   24 /* The casts are bogus but will do for now. */
   25 struct sysent isc_sysent[] = {
   26         { 0, (sy_call_t *)nosys },                      /* 0 = nosys */
   27         { 0, (sy_call_t *)nosys },                      /* 1 = isc_setostype */
   28         { 2, (sy_call_t *)ibcs2_rename },               /* 2 = ibcs2_rename */
   29         { 3, (sy_call_t *)ibcs2_sigaction },            /* 3 = ibcs2_sigaction */
   30         { 3, (sy_call_t *)ibcs2_sigprocmask },          /* 4 = ibcs2_sigprocmask */
   31         { 1, (sy_call_t *)ibcs2_sigpending },           /* 5 = ibcs2_sigpending */
   32         { 2, (sy_call_t *)getgroups },                  /* 6 = getgroups */
   33         { 2, (sy_call_t *)setgroups },                  /* 7 = setgroups */
   34         { 2, (sy_call_t *)ibcs2_pathconf },             /* 8 = ibcs2_pathconf */
   35         { 2, (sy_call_t *)ibcs2_fpathconf },            /* 9 = ibcs2_fpathconf */
   36         { 0, (sy_call_t *)nosys },                      /* 10 = nosys */
   37         { 3, (sy_call_t *)ibcs2_wait },                 /* 11 = ibcs2_wait */
   38         { 0, (sy_call_t *)setsid },                     /* 12 = setsid */
   39         { 0, (sy_call_t *)getpid },                     /* 13 = getpid */
   40         { 0, (sy_call_t *)nosys },                      /* 14 = isc_adduser */
   41         { 0, (sy_call_t *)nosys },                      /* 15 = isc_setuser */
   42         { 1, (sy_call_t *)ibcs2_sysconf },              /* 16 = ibcs2_sysconf */
   43         { 1, (sy_call_t *)ibcs2_sigsuspend },           /* 17 = ibcs2_sigsuspend */
   44         { 2, (sy_call_t *)ibcs2_symlink },              /* 18 = ibcs2_symlink */
   45         { 3, (sy_call_t *)ibcs2_readlink },             /* 19 = ibcs2_readlink */
   46         { 0, (sy_call_t *)nosys },                      /* 20 = isc_getmajor */
   47 };
   48 
   49 

Cache object: cee222a8200525ab0586269e51eec9d1


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