syscallent.h revision d914a206a11cc1011a45f00674b1e16988fae77f
1	"osf_syscall",		/* 0, not implemented */
2	"exit",			/* 1 */
3	"fork",			/* 2 */
4	"read",			/* 3 */
5	"write",		/* 4 */
6	"osf_old_open",		/* 5, not implemented */
7	"close",		/* 6 */
8	"osf_wait4",		/* 7 */
9	"osf_old_creat",	/* 8, not implemented */
10	"link",			/* 9 */
11	"unlink",		/* 10 */
12	"osf_execve",		/* 11, not implemented */
13	"chdir",		/* 12 */
14	"fchdir",		/* 13 */
15	"mknod",		/* 14 */
16	"chmod",		/* 15 */
17	"chown",		/* 16 */
18	"brk",			/* 17 */
19	"osf_getfsstat",	/* 18, not implemented */
20	"lseek",		/* 19 */
21	"getxpid",		/* 20 */
22	"osf_mount",		/* 21 */
23	"umount",		/* 22 */
24	"setuid",		/* 23 */
25	"getxuid",		/* 24 */
26	"exec_with_loader",	/* 25, not implemented */
27	"ptrace",		/* 26 */
28	"osf_nrecmsg",		/* 27, not implemented */
29	"osf_nsendmsg",		/* 28, not implemented */
30	"osf_nrecvfrom",	/* 29, not implemented */
31	"osf_naccept",		/* 30, not implemented */
32	"osf_ngetpeername",	/* 31, not implemented */
33	"osf_ngetsocketname",	/* 32, not implemented */
34	"access",		/* 33 */
35	"osf_chflags",		/* 34, not implemented */
36	"osf_fchflags",		/* 35, not implemented */
37	"sync",			/* 36 */
38	"kill",			/* 37 */
39	"osf_old_stat",		/* 38, not implemented */
40	"setpgid",		/* 39 */
41	"osf_old_lstat",	/* 40, not implemented */
42	"dup",			/* 41 */
43	"pipe",			/* 42 */
44	"osf_set_program_attributes", /* 43 */
45	"osf_profil",		/* 44, not implemented */
46	"open",			/* 45 */
47	"osf_old_sigaction",	/* 46, not implemented */
48	"getxgid",		/* 47 */
49	"osf_sigprocmask",	/* 48 */
50	"osf_getlogin",		/* 49, not implemented */
51	"osf_setlogin",		/* 50, not implemented */
52	"acct",			/* 51 */
53	"sigpending",		/* 52 */
54	"SYS_53",		/* 53 */
55	"ioctl",		/* 54 */
56	"osf_reboot",		/* 55, not implemented */
57	"osf_revoke",		/* 56, not implemented */
58	"symlink",		/* 57 */
59	"readlink",		/* 58 */
60	"execve",		/* 59 */
61	"umask",		/* 60 */
62	"chroot",		/* 61 */
63	"osf_old_fstat",	/* 62, not implemented */
64	"getpgrp",		/* 63 */
65	"getpagesize",		/* 64 */
66	"osf_mremap",		/* 65, not implemented */
67	"vfork",		/* 66 */
68	"stat",			/* 67 */
69	"lstat",		/* 68 */
70	"osf_sbrk",		/* 69, not implemented */
71	"osf_sstk",		/* 70, not implemented */
72	"mmap",			/* 71 */
73	"osf_old_vadvise",	/* 72, not implemented */
74	"munmap",		/* 73 */
75	"mprotect",		/* 74 */
76	"madvise",		/* 75 */
77	"vhangup",		/* 76 */
78	"osf_kmodcall",		/* 77, not implemented */
79	"osf_mincore",		/* 78, not implemented */
80	"getgroups",		/* 79 */
81	"setgroups",		/* 80 */
82	"osf_old_getpgrp",	/* 81, not implemented */
83	"setpgrp",		/* 82 */
84	"osf_setitimer",	/* 83 */
85	"osf_old_wait",		/* 84, not implemented */
86	"osf_table",		/* 85, not implemented */
87	"osf_getitimer",	/* 86 */
88	"gethostname",		/* 87 */
89	"sethostname",		/* 88 */
90	"getdtablesize",	/* 89 */
91	"dup2",			/* 90 */
92	"fstat",		/* 91 */
93	"fcntl",		/* 92 */
94	"osf_select",		/* 93 */
95	"poll",			/* 94 */
96	"fsync",		/* 95 */
97	"setpriority",		/* 96 */
98	"socket",		/* 97 */
99	"connect",		/* 98 */
100	"accept",		/* 99 */
101	"osf_getpriority",	/* 100 */
102	"send",			/* 101 */
103	"recv",			/* 102 */
104	"sigreturn",		/* 103 */
105	"bind",			/* 104 */
106	"setsockopt",		/* 105 */
107	"listen",		/* 106 */
108	"osf_plock",		/* 107, not implemented */
109	"osf_old_sigvec",	/* 108, not implemented */
110	"osf_old_sigblock",	/* 109, not implemented */
111	"osf_old_sigsetmask",	/* 110, not implemented */
112	"sigsuspend",		/* 111 */
113	"sigstack",		/* 112 */
114	"recvmsg",		/* 113 */
115	"sendmsg",		/* 114 */
116	"osf_old_vtrace",	/* 115, not implemented */
117	"osf_gettimeofday",	/* 116 */
118	"osf_getrusage",	/* 117 */
119	"getsockopt",		/* 118 */
120	"SYS_119",		/* 119 */
121	"readv",		/* 120 */
122	"writev",		/* 121 */
123	"osf_settimeofday",	/* 122 */
124	"fchown",		/* 123 */
125	"fchmod",		/* 124 */
126	"recvfrom",		/* 125 */
127	"setreuid",		/* 126 */
128	"setregid",		/* 127 */
129	"rename",		/* 128 */
130	"truncate",		/* 129 */
131	"ftruncate",		/* 130 */
132	"flock",		/* 131 */
133	"setgid",		/* 132 */
134	"sendto",		/* 133 */
135	"shutdown",		/* 134 */
136	"socketpair",		/* 135 */
137	"mkdir",		/* 136 */
138	"rmdir",		/* 137 */
139	"osf_utimes",		/* 138 */
140	"osf_old_sigreturn",	/* 139 */
141	"osf_adjtime",		/* 140, not implemented */
142	"getpeername",		/* 141 */
143	"osf_gethostid",	/* 142, not implemented */
144	"osf_sethostid",	/* 143, not implemented */
145	"getrlimit",		/* 144 */
146	"setrlimit",		/* 145 */
147	"osf_old_killpg",	/* 146, not implemented */
148	"setsid",		/* 147 */
149	"quotactl",		/* 148 */
150	"osf_oldquota",		/* 149, not implemented */
151	"getsockname",		/* 150 */
152	"SYS_151",		/* 151 */
153	"SYS_152",		/* 152 */
154	"osf_pid_block",	/* 153, not implemented */
155	"osf_pid_unblock",	/* 154, not implemented */
156	"SYS_155",		/* 155 */
157	"sigaction",		/* 156 */
158	"osf_sigwaitprim",	/* 157, not implemented */
159	"osf_nfssvc",		/* 158, not implemented */
160	"osf_getdirentries",	/* 159 */
161	"osf_statfs",		/* 160 */
162	"osf_fstatfs",		/* 161 */
163	"SYS_162",		/* 162 */
164	"osf_asynch_daemon",	/* 163, not implemented */
165	"osf_getfh",		/* 164, not implemented */
166	"osf_getdomainname",	/* 165 */
167	"setdomainname",	/* 166 */
168	"SYS_167",		/* 167 */
169	"SYS_168",		/* 168 */
170	"osf_exportfs",		/* 169, not implemented */
171	"SYS_170",		/* 170 */
172	"SYS_171",		/* 171 */
173	"SYS_172",		/* 172 */
174	"SYS_173",		/* 173 */
175	"SYS_174",		/* 174 */
176	"SYS_175",		/* 175 */
177	"SYS_176",		/* 176 */
178	"SYS_177",		/* 177 */
179	"SYS_178",		/* 178 */
180	"SYS_179",		/* 179 */
181	"SYS_180",		/* 180 */
182	"osf_alt_plock",	/* 181, not implemented */
183	"SYS_182",		/* 182 */
184	"SYS_183",		/* 183 */
185	"osf_getmnt",		/* 184, not implemented */
186	"SYS_185",		/* 185 */
187	"SYS_186",		/* 186 */
188	"osf_alt_sigpending",	/* 187, not implemented */
189	"osf_alt_setsid",	/* 188, not implemented */
190	"SYS_189",		/* 189 */
191	"SYS_190",		/* 190 */
192	"SYS_191",		/* 191 */
193	"SYS_192",		/* 192 */
194	"SYS_193",		/* 193 */
195	"SYS_194",		/* 194 */
196	"SYS_195",		/* 195 */
197	"SYS_196",		/* 196 */
198	"SYS_197",		/* 197 */
199	"SYS_198",		/* 198 */
200	"osf_swapon",		/* 199 */
201	"msgctl",		/* 200 */
202	"msgget",		/* 201 */
203	"msgrcv",		/* 202 */
204	"msgsnd",		/* 203 */
205	"semctl",		/* 204 */
206	"semget",		/* 205 */
207	"semop",		/* 206 */
208	"osf_utsname",		/* 207 */
209	"lchown",		/* 208 */
210	"osf_shmat",		/* 209 */
211	"shmctl",		/* 210 */
212	"shmdt",		/* 211 */
213	"shmget",		/* 212 */
214	"osf_mvalid",		/* 213, not implemented */
215	"osf_getaddressconf",	/* 214, not implemented */
216	"osf_msleep",		/* 215, not implemented */
217	"osf_mwakeup",		/* 216, not implemented */
218	"msync",		/* 217 */
219	"osf_signal",		/* 218, not implemented */
220	"osf_utc_gettime",	/* 219, not implemented */
221	"osf_utc_adjtime",	/* 220, not implemented */
222	"SYS_221",		/* 221 */
223	"osf_security",		/* 222, not implemented */
224	"osf_kloadcall",	/* 223, not implemented */
225	"SYS_224",		/* 224 */
226	"SYS_225",		/* 225 */
227	"SYS_226",		/* 226 */
228	"SYS_227",		/* 227 */
229	"SYS_228",		/* 228 */
230	"SYS_229",		/* 229 */
231	"SYS_230",		/* 230 */
232	"SYS_231",		/* 231 */
233	"SYS_232",		/* 232 */
234	"getpgid",		/* 233 */
235	"getsid",		/* 234 */
236	"sigaltstack",		/* 235 */
237	"osf_waitid",		/* 236, not implemented */
238	"osf_priocntlset",	/* 237, not implemented */
239	"osf_sigsendset",	/* 238, not implemented */
240	"osf_set_speculative",	/* 239, not implemented */
241	"osf_msfs_syscall",	/* 240, not implemented */
242	"osf_sysinfo",		/* 241 */
243	"osf_uadmin",		/* 242, not implemented */
244	"osf_fuser",		/* 243, not implemented */
245	"osf_proplist_syscall",	/* 244 */
246	"osf_ntp_adjtime",	/* 245, not implemented */
247	"osf_ntp_gettime",	/* 246, not implemented */
248	"osf_pathconf",		/* 247, not implemented */
249	"osf_fpathconf",	/* 248, not implemented */
250	"SYS_249",		/* 249 */
251	"osf_uswitch",		/* 250, not implemented */
252	"osf_usleep_thread",	/* 251 */
253	"osf_audcntl",		/* 252, not implemented */
254	"osf_audgen",		/* 253, not implemented */
255	"sysfs",		/* 254 */
256	"osf_subsysinfo",	/* 255, not implemented */
257	"osf_getsysinfo",	/* 256 */
258	"osf_setsysinfo",	/* 257 */
259	"osf_afs_syscall",	/* 258, not implemented */
260	"osf_swapctl",		/* 259, not implemented */
261	"osf_memcntl",		/* 260, not implemented */
262	"osf_fdatasync",	/* 261, not implemented */
263	"SYS_262",		/* 262 */
264	"SYS_263",		/* 263 */
265	"SYS_264",		/* 264 */
266	"SYS_265",		/* 265 */
267	"SYS_266",		/* 266 */
268	"SYS_267",		/* 267 */
269	"SYS_268",		/* 268 */
270	"SYS_269",		/* 269 */
271	"SYS_270",		/* 270 */
272	"SYS_271",		/* 271 */
273	"SYS_272",		/* 272 */
274	"SYS_273",		/* 273 */
275	"SYS_274",		/* 274 */
276	"SYS_275",		/* 275 */
277	"SYS_276",		/* 276 */
278	"SYS_277",		/* 277 */
279	"SYS_278",		/* 278 */
280	"SYS_279",		/* 279 */
281	"SYS_280",		/* 280 */
282	"SYS_281",		/* 281 */
283	"SYS_282",		/* 282 */
284	"SYS_283",		/* 283 */
285	"SYS_284",		/* 284 */
286	"SYS_285",		/* 285 */
287	"SYS_286",		/* 286 */
288	"SYS_287",		/* 287 */
289	"SYS_288",		/* 288 */
290	"SYS_289",		/* 289 */
291	"SYS_290",		/* 290 */
292	"SYS_291",		/* 291 */
293	"SYS_292",		/* 292 */
294	"SYS_293",		/* 293 */
295	"SYS_294",		/* 294 */
296	"SYS_295",		/* 295 */
297	"SYS_296",		/* 296 */
298	"SYS_297",		/* 297 */
299	"SYS_298",		/* 298 */
300	"SYS_299",		/* 299 */
301	"bdflush",		/* 300 */
302	"sethae",		/* 301 */
303	"mount",		/* 302 */
304	"adjtimex32",		/* 303 */
305	"swapoff",		/* 304 */
306	"getdents",		/* 305 */
307	"create_module",	/* 306 */
308	"init_module",		/* 307 */
309	"delete_module",	/* 308 */
310	"get_kernel_syms",	/* 309 */
311	"syslog",		/* 310 */
312	"reboot",		/* 311 */
313	"clone",		/* 312 */
314	"uselib",		/* 313 */
315	"mlock",		/* 314 */
316	"munlock",		/* 315 */
317	"mlockall",		/* 316 */
318	"munlockall",		/* 317 */
319	"sysinfo",		/* 318 */
320	"sysctl",		/* 319 */
321	"idle",			/* 320 */
322	"oldumount",		/* 321 */
323	"swapon",		/* 322 */
324	"times",		/* 323 */
325	"personality",		/* 324 */
326	"setfsuid",		/* 325 */
327	"setfsgid",		/* 326 */
328	"ustat",		/* 327 */
329	"statfs",		/* 328 */
330	"fstatfs",		/* 329 */
331	"sched_setparam",	/* 330 */
332	"sched_getparam",	/* 331 */
333	"sched_setscheduler",	/* 332 */
334	"sched_getscheduler",	/* 333 */
335	"sched_yield",		/* 334 */
336	"sched_get_priority_max", /* 335 */
337	"sched_get_priority_min", /* 336 */
338	"sched_rr_get_interval", /* 337 */
339	"afs_syscall",		/* 338 */
340	"uname",		/* 339 */
341	"nanosleep",		/* 340 */
342	"mremap",		/* 341 */
343	"nfsservctl",		/* 342 */
344	"setresuid",		/* 343 */
345	"getresuid",		/* 344 */
346	"pciconfig_read",	/* 345 */
347	"pciconfig_write",	/* 346 */
348	"query_module",		/* 347 */
349	"prctl",		/* 348 */
350	"pread",		/* 349 */
351	"pwrite",		/* 350 */
352	"rt_sigreturn",		/* 351 */
353	"rt_sigaction",		/* 352 */
354	"rt_sigprocmask",	/* 353 */
355	"rt_sigpending",	/* 354 */
356	"rt_sigtimedwait",	/* 355 */
357	"rt_sigqueueinfo",	/* 356 */
358	"rt_sigsuspend",	/* 357 */
359	"select",		/* 358 */
360	"gettimeofday",		/* 359 */
361	"settimeofday",		/* 360 */
362	"getitimer",		/* 361 */
363	"setitimer",		/* 362 */
364	"utimes",		/* 363 */
365	"getrusage",		/* 364 */
366	"wait4",		/* 365 */
367	"adjtimex",		/* 366 */
368	"getcwd",		/* 367 */
369	"capget",		/* 368 */
370	"capset",		/* 369 */
371	"sendfile",		/* 370 */
372	"setresgid",		/* 371 */
373	"getresgid",		/* 372 */
374	"dipc",			/* 373, not implemented */
375	"pivot_root",		/* 374 */
376	"mincore",		/* 375 */
377	"pciconfig_iobase",	/* 376 */
378	"getdents64",		/* 377 */
379	"gettid",		/* 378 */
380	"readahead",		/* 379 */
381	"SYS_380",		/* 380 */
382	"tkill",		/* 381 */
383	"setxattr",		/* 382 */
384	"lsetxattr",		/* 383 */
385	"fsetxattr",		/* 384 */
386	"getxattr",		/* 385 */
387	"lgetxattr",		/* 386 */
388	"fgetxattr",		/* 387 */
389	"listxattr",		/* 388 */
390	"llistxattr",		/* 389 */
391	"flistxattr",		/* 390 */
392	"removexattr",		/* 391 */
393	"lremovexattr",		/* 392 */
394	"fremovexattr",		/* 393 */
395	"futex",		/* 394 */
396	"sched_setaffinity",	/* 395 */
397	"sched_getaffinity",	/* 396 */
398	"tuxcall",		/* 397 */
399	"io_setup",		/* 398 */
400	"io_destroy",		/* 399 */
401	"io_getevents",		/* 400 */
402	"io_submit",		/* 401 */
403	"io_cancel",		/* 402 */
404	"SYS_403",		/* 403 */
405	"SYS_404",		/* 404 */
406	"exit_group",		/* 405 */
407	"lookup_dcookie",	/* 406 */
408	"epoll_create",		/* 407 */
409	"epoll_ctl",		/* 408 */
410	"epoll_wait",		/* 409 */
411	"remap_file_pages",	/* 410 */
412	"set_tid_address",	/* 411 */
413	"restart_syscall",	/* 412 */
414	"fadvise",		/* 413 */
415	"timer_create",		/* 414 */
416	"timer_settime",	/* 415 */
417	"timer_gettime",	/* 416 */
418	"timer_getoverrun",	/* 417 */
419	"timer_delete",		/* 418 */
420	"clock_settime",	/* 419 */
421	"clock_gettime",	/* 420 */
422	"clock_getres",		/* 421 */
423	"clock_nanosleep",	/* 422 */
424	"semtimedop",		/* 423 */
425	"tgkill",		/* 424 */
426	"stat64",		/* 425 */
427	"lstat64",		/* 426 */
428	"fstat64",		/* 427 */
429	"vserver",		/* 428 */
430	"mbind",		/* 429 */
431	"get_mempolicy",	/* 430 */
432	"set_mempolicy",	/* 431 */
433	"mq_open",		/* 432 */
434	"mq_unlink",		/* 433 */
435	"mq_timedsend",		/* 434 */
436	"mq_timedreceive",	/* 435 */
437	"mq_notify",		/* 436 */
438	"mq_getsetattr",	/* 437 */
439	"waitid"		/* 438 */
440