syscalls.c (c1fa4404091b74b8bec1d2f894c5a6dad08cbf5e) | syscalls.c (1d2537a26a377b89497422b26f32e18d2dcead8d) |
---|---|
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 303729 2016-08-03 18:48:56Z bdrewery | 6 * created from FreeBSD: head/sys/kern/syscalls.master 304176 2016-08-15 19:08:51Z kib |
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 */ --- 537 unchanged lines hidden (view full) --- 552 "pipe2", /* 542 = pipe2 */ 553 "aio_mlock", /* 543 = aio_mlock */ 554 "procctl", /* 544 = procctl */ 555 "ppoll", /* 545 = ppoll */ 556 "futimens", /* 546 = futimens */ 557 "utimensat", /* 547 = utimensat */ 558 "numa_getaffinity", /* 548 = numa_getaffinity */ 559 "numa_setaffinity", /* 549 = numa_setaffinity */ | 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 */ --- 537 unchanged lines hidden (view full) --- 552 "pipe2", /* 542 = pipe2 */ 553 "aio_mlock", /* 543 = aio_mlock */ 554 "procctl", /* 544 = procctl */ 555 "ppoll", /* 545 = ppoll */ 556 "futimens", /* 546 = futimens */ 557 "utimensat", /* 547 = utimensat */ 558 "numa_getaffinity", /* 548 = numa_getaffinity */ 559 "numa_setaffinity", /* 549 = numa_setaffinity */ |
560 "fdatasync", /* 550 = fdatasync */ |
|
560}; | 561}; |