syscalls.c (064bee341e6c590dedc1d33eb6025e1f446f33a6) | syscalls.c (4f11a684ffca903e0734d51991ec82c757d1d518) |
---|---|
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 255708 2013-09-19 18:53:42Z jhb | 6 * created from FreeBSD: head/sys/kern/syscalls.master 263318 2014-03-18 21:32:03Z attilio |
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 */ --- 421 unchanged lines hidden (view full) --- 436 "__acl_set_link", /* 426 = __acl_set_link */ 437 "__acl_delete_link", /* 427 = __acl_delete_link */ 438 "__acl_aclcheck_link", /* 428 = __acl_aclcheck_link */ 439 "sigwait", /* 429 = sigwait */ 440 "thr_create", /* 430 = thr_create */ 441 "thr_exit", /* 431 = thr_exit */ 442 "thr_self", /* 432 = thr_self */ 443 "thr_kill", /* 433 = thr_kill */ | 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 */ --- 421 unchanged lines hidden (view full) --- 436 "__acl_set_link", /* 426 = __acl_set_link */ 437 "__acl_delete_link", /* 427 = __acl_delete_link */ 438 "__acl_aclcheck_link", /* 428 = __acl_aclcheck_link */ 439 "sigwait", /* 429 = sigwait */ 440 "thr_create", /* 430 = thr_create */ 441 "thr_exit", /* 431 = thr_exit */ 442 "thr_self", /* 432 = thr_self */ 443 "thr_kill", /* 433 = thr_kill */ |
444 "_umtx_lock", /* 434 = _umtx_lock */ 445 "_umtx_unlock", /* 435 = _umtx_unlock */ | 444 "#434", /* 434 = nosys */ 445 "#435", /* 435 = nosys */ |
446 "jail_attach", /* 436 = jail_attach */ 447 "extattr_list_fd", /* 437 = extattr_list_fd */ 448 "extattr_list_file", /* 438 = extattr_list_file */ 449 "extattr_list_link", /* 439 = extattr_list_link */ 450 "#440", /* 440 = kse_switchin */ 451 "ksem_timedwait", /* 441 = ksem_timedwait */ 452 "thr_suspend", /* 442 = thr_suspend */ 453 "thr_wake", /* 443 = thr_wake */ --- 102 unchanged lines hidden --- | 446 "jail_attach", /* 436 = jail_attach */ 447 "extattr_list_fd", /* 437 = extattr_list_fd */ 448 "extattr_list_file", /* 438 = extattr_list_file */ 449 "extattr_list_link", /* 439 = extattr_list_link */ 450 "#440", /* 440 = kse_switchin */ 451 "ksem_timedwait", /* 441 = ksem_timedwait */ 452 "thr_suspend", /* 442 = thr_suspend */ 453 "thr_wake", /* 443 = thr_wake */ --- 102 unchanged lines hidden --- |