syscalls.c (7ec6369d7e6e0ec6504f0443f4dda1bc7816f4a8) | syscalls.c (cea6c86c11f5264ab880e5d253986982d5644dd0) |
---|---|
1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp 6 */ 7 8char *syscallnames[] = { --- 262 unchanged lines hidden (view full) --- 271 "#247", /* 247 = nosys */ 272 "#248", /* 248 = nosys */ 273 "#249", /* 249 = nosys */ 274 "minherit", /* 250 = minherit */ 275 "rfork", /* 251 = rfork */ 276 "#252", /* 252 = poll */ 277 "issetugid", /* 253 = issetugid */ 278 "lchown", /* 254 = lchown */ | 1/* 2 * System call names. 3 * 4 * DO NOT EDIT-- this file is automatically generated. 5 * created from Id: syscalls.master,v 1.35 1997/03/31 14:52:50 peter Exp 6 */ 7 8char *syscallnames[] = { --- 262 unchanged lines hidden (view full) --- 271 "#247", /* 247 = nosys */ 272 "#248", /* 248 = nosys */ 273 "#249", /* 249 = nosys */ 274 "minherit", /* 250 = minherit */ 275 "rfork", /* 251 = rfork */ 276 "#252", /* 252 = poll */ 277 "issetugid", /* 253 = issetugid */ 278 "lchown", /* 254 = lchown */ |
279 "#255", /* 255 = nosys */ 280 "#256", /* 256 = nosys */ 281 "#257", /* 257 = nosys */ 282 "#258", /* 258 = nosys */ 283 "#259", /* 259 = nosys */ 284 "#260", /* 260 = nosys */ 285 "#261", /* 261 = nosys */ 286 "#262", /* 262 = nosys */ 287 "#263", /* 263 = nosys */ 288 "#264", /* 264 = nosys */ 289 "#265", /* 265 = nosys */ 290 "#266", /* 266 = nosys */ 291 "#267", /* 267 = nosys */ 292 "#268", /* 268 = nosys */ 293 "#269", /* 269 = nosys */ 294 "#270", /* 270 = nosys */ 295 "#271", /* 271 = nosys */ 296 "#272", /* 272 = nosys */ 297 "#273", /* 273 = nosys */ 298 "#274", /* 274 = nosys */ 299 "#275", /* 275 = nosys */ 300 "#276", /* 276 = nosys */ 301 "#277", /* 277 = nosys */ 302 "#278", /* 278 = nosys */ 303 "#279", /* 279 = nosys */ 304 "#280", /* 280 = nosys */ 305 "#281", /* 281 = nosys */ 306 "#282", /* 282 = nosys */ 307 "#283", /* 283 = nosys */ 308 "#284", /* 284 = nosys */ 309 "#285", /* 285 = nosys */ 310 "#286", /* 286 = nosys */ 311 "#287", /* 287 = nosys */ 312 "#288", /* 288 = nosys */ 313 "#289", /* 289 = nosys */ 314 "#290", /* 290 = nosys */ 315 "#291", /* 291 = nosys */ 316 "#292", /* 292 = nosys */ 317 "#293", /* 293 = nosys */ 318 "#294", /* 294 = nosys */ 319 "#295", /* 295 = nosys */ 320 "#296", /* 296 = nosys */ 321 "#297", /* 297 = nosys */ 322 "#298", /* 298 = nosys */ 323 "#299", /* 299 = nosys */ 324 "modnext", /* 300 = modnext */ 325 "modstat", /* 301 = modstat */ 326 "modfnext", /* 302 = modfnext */ 327 "modfind", /* 303 = modfind */ 328 "kldload", /* 304 = kldload */ 329 "kldunload", /* 305 = kldunload */ 330 "kldfind", /* 306 = kldfind */ 331 "kldnext", /* 307 = kldnext */ 332 "kldstat", /* 308 = kldstat */ 333 "kldfirstmod", /* 309 = kldfirstmod */ |
|
279}; | 334}; |