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/bsd/kern/syscalls.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  * Copyright (c) 2004-2007 Apple Inc. All rights reserved.
    3  * 
    4  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
    5  * 
    6  * This file contains Original Code and/or Modifications of Original Code
    7  * as defined in and that are subject to the Apple Public Source License
    8  * Version 2.0 (the 'License'). You may not use this file except in
    9  * compliance with the License. The rights granted to you under the License
   10  * may not be used to create, or enable the creation or redistribution of,
   11  * unlawful or unlicensed copies of an Apple operating system, or to
   12  * circumvent, violate, or enable the circumvention or violation of, any
   13  * terms of an Apple operating system software license agreement.
   14  * 
   15  * Please obtain a copy of the License at
   16  * http://www.opensource.apple.com/apsl/ and read it before using this file.
   17  * 
   18  * The Original Code and all software distributed under the License are
   19  * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
   20  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
   21  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
   22  * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
   23  * Please see the License for the specific language governing rights and
   24  * limitations under the License.
   25  * 
   26  * @APPLE_OSREFERENCE_LICENSE_HEADER_END@
   27  * 
   28  * 
   29  * System call switch table.
   30  *
   31  * DO NOT EDIT-- this file is automatically generated.
   32  * created from syscalls.master
   33  */
   34 
   35 const char *syscallnames[] = {
   36         "syscall",            /* 0 = syscall indirect syscall */
   37         "exit",               /* 1 = exit */
   38         "fork",               /* 2 = fork */
   39         "read",               /* 3 = read */
   40         "write",              /* 4 = write */
   41         "open",               /* 5 = open */
   42         "close",              /* 6 = close */
   43         "wait4",              /* 7 = wait4 */
   44         "#8",                 /* 8 = old creat */
   45         "link",               /* 9 = link */
   46         "unlink",             /* 10 = unlink */
   47         "#11",                /* 11 = old execv */
   48         "chdir",              /* 12 = chdir */
   49         "fchdir",             /* 13 = fchdir */
   50         "mknod",              /* 14 = mknod */
   51         "chmod",              /* 15 = chmod */
   52         "chown",              /* 16 = chown */
   53         "obreak",             /* 17 = obreak old break */
   54 #if COMPAT_GETFSSTAT
   55         "ogetfsstat",         /* 18 = ogetfsstat */
   56 #else
   57         "getfsstat",          /* 18 = getfsstat */
   58 #endif
   59         "#19",                /* 19 = old lseek */
   60         "getpid",             /* 20 = getpid */
   61         "#21",                /* 21 = old mount */
   62         "#22",                /* 22 = old umount */
   63         "setuid",             /* 23 = setuid */
   64         "getuid",             /* 24 = getuid */
   65         "geteuid",            /* 25 = geteuid */
   66         "ptrace",             /* 26 = ptrace */
   67 #if SOCKETS
   68         "recvmsg",            /* 27 = recvmsg */
   69         "sendmsg",            /* 28 = sendmsg */
   70         "recvfrom",           /* 29 = recvfrom */
   71         "accept",             /* 30 = accept */
   72         "getpeername",        /* 31 = getpeername */
   73         "getsockname",        /* 32 = getsockname */
   74 #else
   75         "#27",                /* 27 = */
   76         "#28",                /* 28 = */
   77         "#29",                /* 29 = */
   78         "#30",                /* 30 = */
   79         "#31",                /* 31 = */
   80         "#32",                /* 32 = */
   81 #endif /* SOCKETS */
   82         "access",             /* 33 = access */
   83         "chflags",            /* 34 = chflags */
   84         "fchflags",           /* 35 = fchflags */
   85         "sync",               /* 36 = sync */
   86         "kill",               /* 37 = kill */
   87         "#38",                /* 38 = old stat */
   88         "getppid",            /* 39 = getppid */
   89         "#40",                /* 40 = old lstat */
   90         "dup",                /* 41 = dup */
   91         "pipe",               /* 42 = pipe */
   92         "getegid",            /* 43 = getegid */
   93         "profil",             /* 44 = profil */
   94         "#45",                /* 45 = old ktrace */
   95         "sigaction",          /* 46 = sigaction */
   96         "getgid",             /* 47 = getgid */
   97         "sigprocmask",        /* 48 = sigprocmask */
   98         "getlogin",           /* 49 = getlogin */
   99         "setlogin",           /* 50 = setlogin */
  100         "acct",               /* 51 = acct */
  101         "sigpending",         /* 52 = sigpending */
  102         "sigaltstack",        /* 53 = sigaltstack */
  103         "ioctl",              /* 54 = ioctl */
  104         "reboot",             /* 55 = reboot */
  105         "revoke",             /* 56 = revoke */
  106         "symlink",            /* 57 = symlink */
  107         "readlink",           /* 58 = readlink */
  108         "execve",             /* 59 = execve */
  109         "umask",              /* 60 = umask */
  110         "chroot",             /* 61 = chroot */
  111         "#62",                /* 62 = old fstat */
  112         "#63",                /* 63 = used internally , reserved */
  113         "#64",                /* 64 = old getpagesize */
  114         "msync",              /* 65 = msync */
  115         "vfork",              /* 66 = vfork */
  116         "#67",                /* 67 = old vread */
  117         "#68",                /* 68 = old vwrite */
  118         "sbrk",               /* 69 = sbrk */
  119         "sstk",               /* 70 = sstk */
  120         "#71",                /* 71 = old mmap */
  121         "ovadvise",           /* 72 = ovadvise old vadvise */
  122         "munmap",             /* 73 = munmap */
  123         "mprotect",           /* 74 = mprotect */
  124         "madvise",            /* 75 = madvise */
  125         "#76",                /* 76 = old vhangup */
  126         "#77",                /* 77 = old vlimit */
  127         "mincore",            /* 78 = mincore */
  128         "getgroups",          /* 79 = getgroups */
  129         "setgroups",          /* 80 = setgroups */
  130         "getpgrp",            /* 81 = getpgrp */
  131         "setpgid",            /* 82 = setpgid */
  132         "setitimer",          /* 83 = setitimer */
  133         "#84",                /* 84 = old wait */
  134         "swapon",             /* 85 = swapon */
  135         "getitimer",          /* 86 = getitimer */
  136         "#87",                /* 87 = old gethostname */
  137         "#88",                /* 88 = old sethostname */
  138         "getdtablesize",      /* 89 = getdtablesize */
  139         "dup2",               /* 90 = dup2 */
  140         "#91",                /* 91 = old getdopt */
  141         "fcntl",              /* 92 = fcntl */
  142         "select",             /* 93 = select */
  143         "#94",                /* 94 = old setdopt */
  144         "fsync",              /* 95 = fsync */
  145         "setpriority",        /* 96 = setpriority */
  146 #if SOCKETS
  147         "socket",             /* 97 = socket */
  148         "connect",            /* 98 = connect */
  149 #else
  150         "#97",                /* 97 = */
  151         "#98",                /* 98 = */
  152 #endif /* SOCKETS */
  153         "#99",                /* 99 = old accept */
  154         "getpriority",        /* 100 = getpriority */
  155         "#101",               /* 101 = old send */
  156         "#102",               /* 102 = old recv */
  157         "#103",               /* 103 = old sigreturn */
  158 #if SOCKETS
  159         "bind",               /* 104 = bind */
  160         "setsockopt",         /* 105 = setsockopt */
  161         "listen",             /* 106 = listen */
  162 #else
  163         "#104",               /* 104 = */
  164         "#105",               /* 105 = */
  165         "#106",               /* 106 = */
  166 #endif /* SOCKETS */
  167         "#107",               /* 107 = old vtimes */
  168         "#108",               /* 108 = old sigvec */
  169         "#109",               /* 109 = old sigblock */
  170         "#110",               /* 110 = old sigsetmask */
  171         "sigsuspend",         /* 111 = sigsuspend */
  172         "#112",               /* 112 = old sigstack */
  173 #if SOCKETS
  174         "#113",               /* 113 = old recvmsg */
  175         "#114",               /* 114 = old sendmsg */
  176 #else
  177         "#113",               /* 113 = */
  178         "#114",               /* 114 = */
  179 #endif /* SOCKETS */
  180         "#115",               /* 115 = old vtrace */
  181         "gettimeofday",       /* 116 = gettimeofday */
  182         "getrusage",          /* 117 = getrusage */
  183 #if SOCKETS
  184         "getsockopt",         /* 118 = getsockopt */
  185 #else
  186         "#118",               /* 118 = */
  187 #endif /* SOCKETS */
  188         "#119",               /* 119 = old resuba */
  189         "readv",              /* 120 = readv */
  190         "writev",             /* 121 = writev */
  191         "settimeofday",       /* 122 = settimeofday */
  192         "fchown",             /* 123 = fchown */
  193         "fchmod",             /* 124 = fchmod */
  194         "#125",               /* 125 = old recvfrom */
  195         "setreuid",           /* 126 = setreuid */
  196         "setregid",           /* 127 = setregid */
  197         "rename",             /* 128 = rename */
  198         "#129",               /* 129 = old truncate */
  199         "#130",               /* 130 = old ftruncate */
  200         "flock",              /* 131 = flock */
  201         "mkfifo",             /* 132 = mkfifo */
  202 #if SOCKETS
  203         "sendto",             /* 133 = sendto */
  204         "shutdown",           /* 134 = shutdown */
  205         "socketpair",         /* 135 = socketpair */
  206 #else
  207         "#133",               /* 133 = */
  208         "#134",               /* 134 = */
  209         "#135",               /* 135 = */
  210 #endif /* SOCKETS */
  211         "mkdir",              /* 136 = mkdir */
  212         "rmdir",              /* 137 = rmdir */
  213         "utimes",             /* 138 = utimes */
  214         "futimes",            /* 139 = futimes */
  215         "adjtime",            /* 140 = adjtime */
  216         "#141",               /* 141 = old getpeername */
  217         "gethostuuid",        /* 142 = gethostuuid */
  218         "#143",               /* 143 = old sethostid */
  219         "#144",               /* 144 = old getrlimit */
  220         "#145",               /* 145 = old setrlimit */
  221         "#146",               /* 146 = old killpg */
  222         "setsid",             /* 147 = setsid */
  223         "#148",               /* 148 = old setquota */
  224         "#149",               /* 149 = old qquota */
  225         "#150",               /* 150 = old getsockname */
  226         "getpgid",            /* 151 = getpgid */
  227         "setprivexec",        /* 152 = setprivexec */
  228         "pread",              /* 153 = pread */
  229         "pwrite",             /* 154 = pwrite */
  230 #if NFSSERVER
  231         "nfssvc",             /* 155 = nfssvc */
  232 #else
  233         "#155",               /* 155 = */
  234 #endif
  235         "#156",               /* 156 = old getdirentries */
  236         "statfs",             /* 157 = statfs */
  237         "fstatfs",            /* 158 = fstatfs */
  238         "unmount",            /* 159 = unmount */
  239         "#160",               /* 160 = old async_daemon */
  240 #if NFSSERVER
  241         "getfh",              /* 161 = getfh */
  242 #else
  243         "#161",               /* 161 = */
  244 #endif
  245         "#162",               /* 162 = old getdomainname */
  246         "#163",               /* 163 = old setdomainname */
  247         "#164",               /* 164 = */
  248         "quotactl",           /* 165 = quotactl */
  249         "#166",               /* 166 = old exportfs */
  250         "mount",              /* 167 = mount */
  251         "#168",               /* 168 = old ustat */
  252         "csops",              /* 169 = csops */
  253         "table",              /* 170 = table old table */
  254         "#171",               /* 171 = old wait3 */
  255         "#172",               /* 172 = old rpause */
  256         "waitid",             /* 173 = waitid */
  257         "#174",               /* 174 = old getdents */
  258         "#175",               /* 175 = old gc_control */
  259         "add_profil",         /* 176 = add_profil */
  260         "#177",               /* 177 = */
  261         "#178",               /* 178 = */
  262         "#179",               /* 179 = */
  263         "kdebug_trace",       /* 180 = kdebug_trace */
  264         "setgid",             /* 181 = setgid */
  265         "setegid",            /* 182 = setegid */
  266         "seteuid",            /* 183 = seteuid */
  267         "sigreturn",          /* 184 = sigreturn */
  268         "chud",               /* 185 = chud */
  269         "#186",               /* 186 = */
  270         "#187",               /* 187 = */
  271         "stat",               /* 188 = stat */
  272         "fstat",              /* 189 = fstat */
  273         "lstat",              /* 190 = lstat */
  274         "pathconf",           /* 191 = pathconf */
  275         "fpathconf",          /* 192 = fpathconf */
  276         "#193",               /* 193 = */
  277         "getrlimit",          /* 194 = getrlimit */
  278         "setrlimit",          /* 195 = setrlimit */
  279         "getdirentries",      /* 196 = getdirentries */
  280         "mmap",               /* 197 = mmap */
  281         "#198",               /* 198 = __syscall */
  282         "lseek",              /* 199 = lseek */
  283         "truncate",           /* 200 = truncate */
  284         "ftruncate",          /* 201 = ftruncate */
  285         "__sysctl",           /* 202 = __sysctl */
  286         "mlock",              /* 203 = mlock */
  287         "munlock",            /* 204 = munlock */
  288         "undelete",           /* 205 = undelete */
  289 #if NETAT
  290         "ATsocket",           /* 206 = ATsocket */
  291         "ATgetmsg",           /* 207 = ATgetmsg */
  292         "ATputmsg",           /* 208 = ATputmsg */
  293         "ATPsndreq",          /* 209 = ATPsndreq */
  294         "ATPsndrsp",          /* 210 = ATPsndrsp */
  295         "ATPgetreq",          /* 211 = ATPgetreq */
  296         "ATPgetrsp",          /* 212 = ATPgetrsp */
  297         "#213",               /* 213 = Reserved for AppleTalk */
  298 #else
  299         "#206",               /* 206 = */
  300         "#207",               /* 207 = */
  301         "#208",               /* 208 = */
  302         "#209",               /* 209 = */
  303         "#210",               /* 210 = */
  304         "#211",               /* 211 = */
  305         "#212",               /* 212 = */
  306         "#213",               /* 213 = Reserved for AppleTalk */
  307 #endif /* NETAT */
  308         "kqueue_from_portset_np",  /* 214 = kqueue_from_portset_np */
  309         "kqueue_portset_np",  /* 215 = kqueue_portset_np */
  310         "mkcomplex",          /* 216 = mkcomplex soon to be obsolete */
  311         "statv",              /* 217 = statv soon to be obsolete */
  312         "lstatv",             /* 218 = lstatv soon to be obsolete */
  313         "fstatv",             /* 219 = fstatv soon to be obsolete */
  314         "getattrlist",        /* 220 = getattrlist */
  315         "setattrlist",        /* 221 = setattrlist */
  316         "getdirentriesattr",  /* 222 = getdirentriesattr */
  317         "exchangedata",       /* 223 = exchangedata */
  318         "#224",               /* 224 = was checkuseraccess */
  319         "searchfs",           /* 225 = searchfs */
  320         "delete",             /* 226 = delete private delete ( Carbon semantics ) */
  321         "copyfile",           /* 227 = copyfile */
  322         "#228",               /* 228 = */
  323         "#229",               /* 229 = */
  324         "poll",               /* 230 = poll */
  325         "watchevent",         /* 231 = watchevent */
  326         "waitevent",          /* 232 = waitevent */
  327         "modwatch",           /* 233 = modwatch */
  328         "getxattr",           /* 234 = getxattr */
  329         "fgetxattr",          /* 235 = fgetxattr */
  330         "setxattr",           /* 236 = setxattr */
  331         "fsetxattr",          /* 237 = fsetxattr */
  332         "removexattr",        /* 238 = removexattr */
  333         "fremovexattr",       /* 239 = fremovexattr */
  334         "listxattr",          /* 240 = listxattr */
  335         "flistxattr",         /* 241 = flistxattr */
  336         "fsctl",              /* 242 = fsctl */
  337         "initgroups",         /* 243 = initgroups */
  338         "posix_spawn",        /* 244 = posix_spawn */
  339         "#245",               /* 245 = */
  340         "#246",               /* 246 = */
  341 #if NFSCLIENT
  342         "nfsclnt",            /* 247 = nfsclnt */
  343 #else
  344         "#247",               /* 247 = */
  345 #endif
  346 #if NFSSERVER
  347         "fhopen",             /* 248 = fhopen */
  348 #else
  349         "#248",               /* 248 = */
  350 #endif
  351         "#249",               /* 249 = */
  352         "minherit",           /* 250 = minherit */
  353 #if SYSV_SEM
  354         "semsys",             /* 251 = semsys */
  355 #else
  356         "#251",               /* 251 = */
  357 #endif
  358 #if SYSV_MSG
  359         "msgsys",             /* 252 = msgsys */
  360 #else
  361         "#252",               /* 252 = */
  362 #endif
  363 #if SYSV_SHM
  364         "shmsys",             /* 253 = shmsys */
  365 #else
  366         "#253",               /* 253 = */
  367 #endif
  368 #if SYSV_SEM
  369         "semctl",             /* 254 = semctl */
  370         "semget",             /* 255 = semget */
  371         "semop",              /* 256 = semop */
  372         "#257",               /* 257 = */
  373 #else
  374         "#254",               /* 254 = */
  375         "#255",               /* 255 = */
  376         "#256",               /* 256 = */
  377         "#257",               /* 257 = */
  378 #endif
  379 #if SYSV_MSG
  380         "msgctl",             /* 258 = msgctl */
  381         "msgget",             /* 259 = msgget */
  382         "msgsnd",             /* 260 = msgsnd */
  383         "msgrcv",             /* 261 = msgrcv */
  384 #else
  385         "#258",               /* 258 = */
  386         "#259",               /* 259 = */
  387         "#260",               /* 260 = */
  388         "#261",               /* 261 = */
  389 #endif
  390 #if SYSV_SHM
  391         "shmat",              /* 262 = shmat */
  392         "shmctl",             /* 263 = shmctl */
  393         "shmdt",              /* 264 = shmdt */
  394         "shmget",             /* 265 = shmget */
  395 #else
  396         "#262",               /* 262 = */
  397         "#263",               /* 263 = */
  398         "#264",               /* 264 = */
  399         "#265",               /* 265 = */
  400 #endif
  401         "shm_open",           /* 266 = shm_open */
  402         "shm_unlink",         /* 267 = shm_unlink */
  403         "sem_open",           /* 268 = sem_open */
  404         "sem_close",          /* 269 = sem_close */
  405         "sem_unlink",         /* 270 = sem_unlink */
  406         "sem_wait",           /* 271 = sem_wait */
  407         "sem_trywait",        /* 272 = sem_trywait */
  408         "sem_post",           /* 273 = sem_post */
  409         "sem_getvalue",       /* 274 = sem_getvalue */
  410         "sem_init",           /* 275 = sem_init */
  411         "sem_destroy",        /* 276 = sem_destroy */
  412         "open_extended",      /* 277 = open_extended */
  413         "umask_extended",     /* 278 = umask_extended */
  414         "stat_extended",      /* 279 = stat_extended */
  415         "lstat_extended",     /* 280 = lstat_extended */
  416         "fstat_extended",     /* 281 = fstat_extended */
  417         "chmod_extended",     /* 282 = chmod_extended */
  418         "fchmod_extended",    /* 283 = fchmod_extended */
  419         "access_extended",    /* 284 = access_extended */
  420         "settid",             /* 285 = settid */
  421         "gettid",             /* 286 = gettid */
  422         "setsgroups",         /* 287 = setsgroups */
  423         "getsgroups",         /* 288 = getsgroups */
  424         "setwgroups",         /* 289 = setwgroups */
  425         "getwgroups",         /* 290 = getwgroups */
  426         "mkfifo_extended",    /* 291 = mkfifo_extended */
  427         "mkdir_extended",     /* 292 = mkdir_extended */
  428         "identitysvc",        /* 293 = identitysvc */
  429         "shared_region_check_np",  /* 294 = shared_region_check_np */
  430         "shared_region_map_np",  /* 295 = shared_region_map_np */
  431         "#296",               /* 296 = old load_shared_file */
  432         "#297",               /* 297 = old reset_shared_file */
  433         "#298",               /* 298 = old new_system_shared_regions */
  434         "#299",               /* 299 = old shared_region_map_file_np */
  435         "#300",               /* 300 = old shared_region_make_private_np */
  436         "__pthread_mutex_destroy",  /* 301 = __pthread_mutex_destroy */
  437         "__pthread_mutex_init",  /* 302 = __pthread_mutex_init */
  438         "__pthread_mutex_lock",  /* 303 = __pthread_mutex_lock */
  439         "__pthread_mutex_trylock",  /* 304 = __pthread_mutex_trylock */
  440         "__pthread_mutex_unlock",  /* 305 = __pthread_mutex_unlock */
  441         "__pthread_cond_init",  /* 306 = __pthread_cond_init */
  442         "__pthread_cond_destroy",  /* 307 = __pthread_cond_destroy */
  443         "__pthread_cond_broadcast",  /* 308 = __pthread_cond_broadcast */
  444         "__pthread_cond_signal",  /* 309 = __pthread_cond_signal */
  445         "getsid",             /* 310 = getsid */
  446         "settid_with_pid",    /* 311 = settid_with_pid */
  447         "__pthread_cond_timedwait",  /* 312 = __pthread_cond_timedwait */
  448         "aio_fsync",          /* 313 = aio_fsync */
  449         "aio_return",         /* 314 = aio_return */
  450         "aio_suspend",        /* 315 = aio_suspend */
  451         "aio_cancel",         /* 316 = aio_cancel */
  452         "aio_error",          /* 317 = aio_error */
  453         "aio_read",           /* 318 = aio_read */
  454         "aio_write",          /* 319 = aio_write */
  455         "lio_listio",         /* 320 = lio_listio */
  456         "__pthread_cond_wait",  /* 321 = __pthread_cond_wait */
  457         "iopolicysys",        /* 322 = iopolicysys */
  458         "#323",               /* 323 = */
  459         "mlockall",           /* 324 = mlockall */
  460         "munlockall",         /* 325 = munlockall */
  461         "#326",               /* 326 = */
  462         "issetugid",          /* 327 = issetugid */
  463         "__pthread_kill",     /* 328 = __pthread_kill */
  464         "__pthread_sigmask",  /* 329 = __pthread_sigmask */
  465         "__sigwait",          /* 330 = __sigwait */
  466         "__disable_threadsignal",  /* 331 = __disable_threadsignal */
  467         "__pthread_markcancel",  /* 332 = __pthread_markcancel */
  468         "__pthread_canceled",  /* 333 = __pthread_canceled */
  469         "__semwait_signal",   /* 334 = __semwait_signal */
  470         "#335",               /* 335 = old utrace */
  471         "proc_info",          /* 336 = proc_info */
  472 #if SENDFILE
  473         "sendfile",           /* 337 = sendfile */
  474 #else /* !SENDFILE */
  475         "#337",               /* 337 = */
  476 #endif /* SENDFILE */
  477         "stat64",             /* 338 = stat64 */
  478         "fstat64",            /* 339 = fstat64 */
  479         "lstat64",            /* 340 = lstat64 */
  480         "stat64_extended",    /* 341 = stat64_extended */
  481         "lstat64_extended",   /* 342 = lstat64_extended */
  482         "fstat64_extended",   /* 343 = fstat64_extended */
  483         "getdirentries64",    /* 344 = getdirentries64 */
  484         "statfs64",           /* 345 = statfs64 */
  485         "fstatfs64",          /* 346 = fstatfs64 */
  486         "getfsstat64",        /* 347 = getfsstat64 */
  487         "__pthread_chdir",    /* 348 = __pthread_chdir */
  488         "__pthread_fchdir",   /* 349 = __pthread_fchdir */
  489 #if AUDIT
  490         "audit",              /* 350 = audit */
  491         "auditon",            /* 351 = auditon */
  492         "#352",               /* 352 = */
  493         "getauid",            /* 353 = getauid */
  494         "setauid",            /* 354 = setauid */
  495         "getaudit",           /* 355 = getaudit */
  496         "setaudit",           /* 356 = setaudit */
  497         "getaudit_addr",      /* 357 = getaudit_addr */
  498         "setaudit_addr",      /* 358 = setaudit_addr */
  499         "auditctl",           /* 359 = auditctl */
  500 #else
  501         "#350",               /* 350 = */
  502         "#351",               /* 351 = */
  503         "#352",               /* 352 = */
  504         "#353",               /* 353 = */
  505         "#354",               /* 354 = */
  506         "#355",               /* 355 = */
  507         "#356",               /* 356 = */
  508         "#357",               /* 357 = */
  509         "#358",               /* 358 = */
  510         "#359",               /* 359 = */
  511 #endif
  512         "bsdthread_create",   /* 360 = bsdthread_create */
  513         "bsdthread_terminate",  /* 361 = bsdthread_terminate */
  514         "kqueue",             /* 362 = kqueue */
  515         "kevent",             /* 363 = kevent */
  516         "lchown",             /* 364 = lchown */
  517         "stack_snapshot",     /* 365 = stack_snapshot */
  518         "bsdthread_register",  /* 366 = bsdthread_register */
  519         "workq_open",         /* 367 = workq_open */
  520         "workq_ops",          /* 368 = workq_ops */
  521         "#369",               /* 369 = */
  522         "#370",               /* 370 = */
  523         "#371",               /* 371 = */
  524         "#372",               /* 372 = */
  525         "#373",               /* 373 = */
  526         "#374",               /* 374 = */
  527         "#375",               /* 375 = */
  528         "#376",               /* 376 = */
  529         "#377",               /* 377 = */
  530         "#378",               /* 378 = */
  531         "#379",               /* 379 = */
  532         "__mac_execve",       /* 380 = __mac_execve */
  533         "__mac_syscall",      /* 381 = __mac_syscall */
  534         "__mac_get_file",     /* 382 = __mac_get_file */
  535         "__mac_set_file",     /* 383 = __mac_set_file */
  536         "__mac_get_link",     /* 384 = __mac_get_link */
  537         "__mac_set_link",     /* 385 = __mac_set_link */
  538         "__mac_get_proc",     /* 386 = __mac_get_proc */
  539         "__mac_set_proc",     /* 387 = __mac_set_proc */
  540         "__mac_get_fd",       /* 388 = __mac_get_fd */
  541         "__mac_set_fd",       /* 389 = __mac_set_fd */
  542         "__mac_get_pid",      /* 390 = __mac_get_pid */
  543         "__mac_get_lcid",     /* 391 = __mac_get_lcid */
  544         "__mac_get_lctx",     /* 392 = __mac_get_lctx */
  545         "__mac_set_lctx",     /* 393 = __mac_set_lctx */
  546         "setlcid",            /* 394 = setlcid */
  547         "getlcid",            /* 395 = getlcid */
  548         "read_nocancel",      /* 396 = read_nocancel */
  549         "write_nocancel",     /* 397 = write_nocancel */
  550         "open_nocancel",      /* 398 = open_nocancel */
  551         "close_nocancel",     /* 399 = close_nocancel */
  552         "wait4_nocancel",     /* 400 = wait4_nocancel */
  553 #if SOCKETS
  554         "recvmsg_nocancel",   /* 401 = recvmsg_nocancel */
  555         "sendmsg_nocancel",   /* 402 = sendmsg_nocancel */
  556         "recvfrom_nocancel",  /* 403 = recvfrom_nocancel */
  557         "accept_nocancel",    /* 404 = accept_nocancel */
  558 #else
  559         "#401",               /* 401 = */
  560         "#402",               /* 402 = */
  561         "#403",               /* 403 = */
  562         "#404",               /* 404 = */
  563 #endif /* SOCKETS */
  564         "msync_nocancel",     /* 405 = msync_nocancel */
  565         "fcntl_nocancel",     /* 406 = fcntl_nocancel */
  566         "select_nocancel",    /* 407 = select_nocancel */
  567         "fsync_nocancel",     /* 408 = fsync_nocancel */
  568 #if SOCKETS
  569         "connect_nocancel",   /* 409 = connect_nocancel */
  570 #else
  571         "#409",               /* 409 = */
  572 #endif /* SOCKETS */
  573         "sigsuspend_nocancel",  /* 410 = sigsuspend_nocancel */
  574         "readv_nocancel",     /* 411 = readv_nocancel */
  575         "writev_nocancel",    /* 412 = writev_nocancel */
  576 #if SOCKETS
  577         "sendto_nocancel",    /* 413 = sendto_nocancel */
  578 #else
  579         "#413",               /* 413 = */
  580 #endif /* SOCKETS */
  581         "pread_nocancel",     /* 414 = pread_nocancel */
  582         "pwrite_nocancel",    /* 415 = pwrite_nocancel */
  583         "waitid_nocancel",    /* 416 = waitid_nocancel */
  584         "poll_nocancel",      /* 417 = poll_nocancel */
  585 #if SYSV_MSG
  586         "msgsnd_nocancel",    /* 418 = msgsnd_nocancel */
  587         "msgrcv_nocancel",    /* 419 = msgrcv_nocancel */
  588 #else
  589         "#418",               /* 418 = */
  590         "#419",               /* 419 = */
  591 #endif
  592         "sem_wait_nocancel",  /* 420 = sem_wait_nocancel */
  593         "aio_suspend_nocancel",  /* 421 = aio_suspend_nocancel */
  594         "__sigwait_nocancel",  /* 422 = __sigwait_nocancel */
  595         "__semwait_signal_nocancel",  /* 423 = __semwait_signal_nocancel */
  596         "__mac_mount",        /* 424 = __mac_mount */
  597         "__mac_get_mount",    /* 425 = __mac_get_mount */
  598         "__mac_getfsstat",    /* 426 = __mac_getfsstat */
  599 };

Cache object: f7c7fc59466cd6cc0de8a0e571d95a29


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