syscalls.c (2185977908490cf0c35c4d2e0da2b9f0f03fad49) | syscalls.c (c24fda81c9fd87df7e4fe3a567cc0292078bc7bf) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. |
5 * $FreeBSD$ |
|
5 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.63 1999/08/28 00:46:19 peter Exp 6 */ 7 8char *syscallnames[] = { 9 "syscall", /* 0 = syscall */ 10 "exit", /* 1 = exit */ 11 "fork", /* 2 = fork */ 12 "read", /* 3 = read */ --- 285 unchanged lines hidden (view full) --- 298 "#289", /* 289 = nosys */ 299 "#290", /* 290 = nosys */ 300 "#291", /* 291 = nosys */ 301 "#292", /* 292 = nosys */ 302 "#293", /* 293 = nosys */ 303 "#294", /* 294 = nosys */ 304 "#295", /* 295 = nosys */ 305 "#296", /* 296 = nosys */ | 6 * created from FreeBSD: src/sys/kern/syscalls.master,v 1.63 1999/08/28 00:46:19 peter Exp 7 */ 8 9char *syscallnames[] = { 10 "syscall", /* 0 = syscall */ 11 "exit", /* 1 = exit */ 12 "fork", /* 2 = fork */ 13 "read", /* 3 = read */ --- 285 unchanged lines hidden (view full) --- 299 "#289", /* 289 = nosys */ 300 "#290", /* 290 = nosys */ 301 "#291", /* 291 = nosys */ 302 "#292", /* 292 = nosys */ 303 "#293", /* 293 = nosys */ 304 "#294", /* 294 = nosys */ 305 "#295", /* 295 = nosys */ 306 "#296", /* 296 = nosys */ |
306 "#297", /* 297 = nosys */ 307 "#298", /* 298 = nosys */ 308 "#299", /* 299 = nosys */ | 307 "fhstatfs", /* 297 = fhstatfs */ 308 "fhopen", /* 298 = fhopen */ 309 "fhstat", /* 299 = fhstat */ |
309 "modnext", /* 300 = modnext */ 310 "modstat", /* 301 = modstat */ 311 "modfnext", /* 302 = modfnext */ 312 "modfind", /* 303 = modfind */ 313 "kldload", /* 304 = kldload */ 314 "kldunload", /* 305 = kldunload */ 315 "kldfind", /* 306 = kldfind */ 316 "kldnext", /* 307 = kldnext */ --- 33 unchanged lines hidden --- | 310 "modnext", /* 300 = modnext */ 311 "modstat", /* 301 = modstat */ 312 "modfnext", /* 302 = modfnext */ 313 "modfind", /* 303 = modfind */ 314 "kldload", /* 304 = kldload */ 315 "kldunload", /* 305 = kldunload */ 316 "kldfind", /* 306 = kldfind */ 317 "kldnext", /* 307 = kldnext */ --- 33 unchanged lines hidden --- |