syscalls.c (eb2e5544d369ab3079643e647bd9206a3a96b8f4) | syscalls.c (a566e8e3c5b6e5574dbb29a86a4d418162b4af52) |
---|---|
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 255490 2013-09-12 17:52:18Z jhb | 6 * created from FreeBSD: head/sys/kern/syscalls.master 255708 2013-09-19 18:53:42Z jhb |
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 */ --- 531 unchanged lines hidden (view full) --- 546 "cap_fcntls_limit", /* 536 = cap_fcntls_limit */ 547 "cap_fcntls_get", /* 537 = cap_fcntls_get */ 548 "bindat", /* 538 = bindat */ 549 "connectat", /* 539 = connectat */ 550 "chflagsat", /* 540 = chflagsat */ 551 "accept4", /* 541 = accept4 */ 552 "pipe2", /* 542 = pipe2 */ 553 "aio_mlock", /* 543 = aio_mlock */ | 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 */ --- 531 unchanged lines hidden (view full) --- 546 "cap_fcntls_limit", /* 536 = cap_fcntls_limit */ 547 "cap_fcntls_get", /* 537 = cap_fcntls_get */ 548 "bindat", /* 538 = bindat */ 549 "connectat", /* 539 = connectat */ 550 "chflagsat", /* 540 = chflagsat */ 551 "accept4", /* 541 = accept4 */ 552 "pipe2", /* 542 = pipe2 */ 553 "aio_mlock", /* 543 = aio_mlock */ |
554 "procctl", /* 544 = procctl */ |
|
554}; | 555}; |