freebsd32_syscalls.c (c2589102b04e7bd387c80900ab10977ab56c1f1e) | freebsd32_syscalls.c (65a311fcb2f44fce7eb05160d3198cefed5c27f9) |
---|---|
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: src/sys/compat/freebsd32/syscalls.master,v 1.38 2004/07/02 00:35:52 marcel Exp | 6 * created from FreeBSD: src/sys/compat/freebsd32/syscalls.master,v 1.39 2004/07/13 19:35:11 phk Exp |
7 */ 8 9const char *freebsd32_syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 431 unchanged lines hidden (view full) --- 446 "jail_attach", /* 436 = jail_attach */ 447 "#437", /* 437 = extattr_list_fd */ 448 "#438", /* 438 = extattr_list_file */ 449 "#439", /* 439 = extattr_list_link */ 450 "#440", /* 440 = kse_switchin */ 451 "#441", /* 441 = ksem_timedwait */ 452 "thr_suspend", /* 442 = thr_suspend */ 453 "thr_wake", /* 443 = thr_wake */ | 7 */ 8 9const char *freebsd32_syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ 14 "write", /* 4 = write */ --- 431 unchanged lines hidden (view full) --- 446 "jail_attach", /* 436 = jail_attach */ 447 "#437", /* 437 = extattr_list_fd */ 448 "#438", /* 438 = extattr_list_file */ 449 "#439", /* 439 = extattr_list_link */ 450 "#440", /* 440 = kse_switchin */ 451 "#441", /* 441 = ksem_timedwait */ 452 "thr_suspend", /* 442 = thr_suspend */ 453 "thr_wake", /* 443 = thr_wake */ |
454 "kldunloadf", /* 444 = kldunloadf */ |
|
454}; | 455}; |