syscalls.c (27067774dce3388702a4cf744d7096c6fb71b688) | syscalls.c (3e7e23332f7cc9b42c8a03339b89e53de3f78610) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * $FreeBSD$ |
6 * created from FreeBSD: head/sys/kern/syscalls.master 304176 2016-08-15 19:08:51Z kib | 6 * created from FreeBSD: head/sys/kern/syscalls.master 304395 2016-08-18 10:50:40Z gnn |
7 */ 8 9const char *syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 239 unchanged lines hidden (view full) --- 254 "#244", /* 244 = nosys */ 255 "#245", /* 245 = nosys */ 256 "#246", /* 246 = nosys */ 257 "clock_getcpuclockid2", /* 247 = clock_getcpuclockid2 */ 258 "ntp_gettime", /* 248 = ntp_gettime */ 259 "#249", /* 249 = nosys */ 260 "minherit", /* 250 = minherit */ 261 "rfork", /* 251 = rfork */ | 7 */ 8 9const char *syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 239 unchanged lines hidden (view full) --- 254 "#244", /* 244 = nosys */ 255 "#245", /* 245 = nosys */ 256 "#246", /* 246 = nosys */ 257 "clock_getcpuclockid2", /* 247 = clock_getcpuclockid2 */ 258 "ntp_gettime", /* 248 = ntp_gettime */ 259 "#249", /* 249 = nosys */ 260 "minherit", /* 250 = minherit */ 261 "rfork", /* 251 = rfork */ |
262 "openbsd_poll", /* 252 = openbsd_poll */ | 262 "obs_openbsd_poll", /* 252 = obsolete openbsd_poll */ |
263 "issetugid", /* 253 = issetugid */ 264 "lchown", /* 254 = lchown */ 265 "aio_read", /* 255 = aio_read */ 266 "aio_write", /* 256 = aio_write */ 267 "lio_listio", /* 257 = lio_listio */ 268 "#258", /* 258 = nosys */ 269 "#259", /* 259 = nosys */ 270 "#260", /* 260 = nosys */ --- 291 unchanged lines hidden --- | 263 "issetugid", /* 253 = issetugid */ 264 "lchown", /* 254 = lchown */ 265 "aio_read", /* 255 = aio_read */ 266 "aio_write", /* 256 = aio_write */ 267 "lio_listio", /* 257 = lio_listio */ 268 "#258", /* 258 = nosys */ 269 "#259", /* 259 = nosys */ 270 "#260", /* 260 = nosys */ --- 291 unchanged lines hidden --- |