Imported Upstream version 2.4.3
[platform/upstream/audit.git] / lib / ppc_table.h
1 /* ppc_table.h --
2  * Copyright 2005-09,2011-15 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  *      Note from include/powerpc/unistd.h
22  */
23
24 _S(1, "exit")
25 _S(2, "fork")
26 _S(3, "read")
27 _S(4, "write")
28 _S(5, "open")
29 _S(6, "close")
30 _S(7, "waitpid")
31 _S(8, "creat")
32 _S(9, "link")
33 _S(10, "unlink")
34 _S(11, "execve")
35 _S(12, "chdir")
36 _S(13, "time")
37 _S(14, "mknod")
38 _S(15, "chmod")
39 _S(16, "lchown")
40 _S(17, "break")
41 _S(18, "oldstat")
42 _S(19, "lseek")
43 _S(20, "getpid")
44 _S(21, "mount")
45 _S(22, "umount")
46 _S(23, "setuid")
47 _S(24, "getuid")
48 _S(25, "stime")
49 _S(26, "ptrace")
50 _S(27, "alarm")
51 _S(28, "oldfstat")
52 _S(29, "pause")
53 _S(30, "utime")
54 _S(31, "stty")
55 _S(32, "gtty")
56 _S(33, "access")
57 _S(34, "nice")
58 _S(35, "ftime")
59 _S(36, "sync")
60 _S(37, "kill")
61 _S(38, "rename")
62 _S(39, "mkdir")
63 _S(40, "rmdir")
64 _S(41, "dup")
65 _S(42, "pipe")
66 _S(43, "times")
67 _S(44, "prof")
68 _S(45, "brk")
69 _S(46, "setgid")
70 _S(47, "getgid")
71 _S(48, "signal")
72 _S(49, "geteuid")
73 _S(50, "getegid")
74 _S(51, "acct")
75 _S(52, "umount2")
76 _S(53, "lock")
77 _S(54, "ioctl")
78 _S(55, "fcntl")
79 _S(56, "mpx")
80 _S(57, "setpgid")
81 _S(58, "ulimit")
82 _S(59, "oldolduname")
83 _S(60, "umask")
84 _S(61, "chroot")
85 _S(62, "ustat")
86 _S(63, "dup2")
87 _S(64, "getppid")
88 _S(65, "getpgrp")
89 _S(66, "setsid")
90 _S(67, "sigaction")
91 _S(68, "sgetmask")
92 _S(69, "ssetmask")
93 _S(70, "setreuid")
94 _S(71, "setregid")
95 _S(72, "sigsuspend")
96 _S(73, "sigpending")
97 _S(74, "sethostname")
98 _S(75, "setrlimit")
99 _S(76, "getrlimit")
100 _S(77, "getrusage")
101 _S(78, "gettimeofday")
102 _S(79, "settimeofday")
103 _S(80, "getgroups")
104 _S(81, "setgroups")
105 _S(82, "select")
106 _S(83, "symlink")
107 _S(84, "oldlstat")
108 _S(85, "readlink")
109 _S(86, "uselib")
110 _S(87, "swapon")
111 _S(88, "reboot")
112 _S(89, "readdir")
113 _S(90, "mmap")
114 _S(91, "munmap")
115 _S(92, "truncate")
116 _S(93, "ftruncate")
117 _S(94, "fchmod")
118 _S(95, "fchown")
119 _S(96, "getpriority")
120 _S(97, "setpriority")
121 _S(98, "profil")
122 _S(99, "statfs")
123 _S(100, "fstatfs")
124 _S(101, "ioperm")
125 _S(102, "socketcall")
126 _S(103, "syslog")
127 _S(104, "setitimer")
128 _S(105, "getitimer")
129 _S(106, "stat")
130 _S(107, "lstat")
131 _S(108, "fstat")
132 _S(109, "olduname")
133 _S(110, "iopl")
134 _S(111, "vhangup")
135 _S(112, "idle")
136 _S(113, "vm86")
137 _S(114, "wait4")
138 _S(115, "swapoff")
139 _S(116, "sysinfo")
140 _S(117, "ipc")
141 _S(118, "fsync")
142 _S(119, "sigreturn")
143 _S(120, "clone")
144 _S(121, "setdomainname")
145 _S(122, "uname")
146 _S(123, "modify_ldt")
147 _S(124, "adjtimex")
148 _S(125, "mprotect")
149 _S(126, "sigprocmask")
150 _S(127, "create_module")
151 _S(128, "init_module")
152 _S(129, "delete_module")
153 _S(130, "get_kernel_syms")
154 _S(131, "quotactl")
155 _S(132, "getpgid")
156 _S(133, "fchdir")
157 _S(134, "bdflush")
158 _S(135, "sysfs")
159 _S(136, "personality")
160 _S(137, "afs_syscall")
161 _S(138, "setfsuid")
162 _S(139, "setfsgid")
163 _S(140, "_llseek")
164 _S(141, "getdents")
165 _S(142, "_newselect")
166 _S(143, "flock")
167 _S(144, "msync")
168 _S(145, "readv")
169 _S(146, "writev")
170 _S(147, "getsid")
171 _S(148, "fdatasync")
172 _S(149, "_sysctl")
173 _S(150, "mlock")
174 _S(151, "munlock")
175 _S(152, "mlockall")
176 _S(153, "munlockall")
177 _S(154, "sched_setparam")
178 _S(155, "sched_getparam")
179 _S(156, "sched_setscheduler")
180 _S(157, "sched_getscheduler")
181 _S(158, "sched_yield")
182 _S(159, "sched_get_priority_max")
183 _S(160, "sched_get_priority_min")
184 _S(161, "sched_rr_get_interval")
185 _S(162, "nanosleep")
186 _S(163, "mremap")
187 _S(164, "setresuid")
188 _S(165, "getresuid")
189 _S(166, "query_module")
190 _S(167, "poll")
191 _S(168, "nfsservctl")
192 _S(169, "setresgid")
193 _S(170, "getresgid")
194 _S(171, "prctl")
195 _S(172, "rt_sigreturn")
196 _S(173, "rt_sigaction")
197 _S(174, "rt_sigprocmask")
198 _S(175, "rt_sigpending")
199 _S(176, "rt_sigtimedwait")
200 _S(177, "rt_sigqueueinfo")
201 _S(178, "rt_sigsuspend")
202 _S(179, "pread")
203 _S(180, "pwrite")
204 _S(181, "chown")
205 _S(182, "getcwd")
206 _S(183, "capget")
207 _S(184, "capset")
208 _S(185, "sigaltstack")
209 _S(186, "sendfile")
210 _S(187, "getpmsg")
211 _S(188, "putpmsg")
212 _S(189, "vfork")
213 _S(190, "ugetrlimit")
214 _S(191, "readahead")
215 _S(192, "mmap2")
216 _S(193, "truncate64")
217 _S(194, "ftruncate64")
218 _S(195, "stat64")
219 _S(196, "lstat64")
220 _S(197, "fstat64")
221 _S(198, "pciconfig_read")
222 _S(199, "pciconfig_write")
223 _S(200, "pciconfig_iobase")
224 _S(201, "multiplexer")
225 _S(202, "getdents64")
226 _S(203, "pivot_root")
227 _S(204, "fcntl64")
228 _S(205, "madvise")
229 _S(206, "mincore")
230 _S(207, "gettid")
231 _S(208, "tkill")
232 _S(209, "setxattr")
233 _S(210, "lsetxattr")
234 _S(211, "fsetxattr")
235 _S(212, "getxattr")
236 _S(213, "lgetxattr")
237 _S(214, "fgetxattr")
238 _S(215, "listxattr")
239 _S(216, "llistxattr")
240 _S(217, "flistxattr")
241 _S(218, "removexattr")
242 _S(219, "lremovexattr")
243 _S(220, "fremovexattr")
244 _S(221, "futex")
245 _S(222, "sched_setaffinity")
246 _S(223, "sched_getaffinity")
247 _S(225, "tuxcall")
248 _S(226, "sendfile64")
249 _S(227, "io_setup")
250 _S(228, "io_destroy")
251 _S(229, "io_getevents")
252 _S(230, "io_submit")
253 _S(231, "io_cancel")
254 _S(232, "set_tid_address")
255 _S(233, "fadvise64")
256 _S(234, "exit_group")
257 _S(235, "lookup_dcookie")
258 _S(236, "epoll_create")
259 _S(237, "epoll_ctl")
260 _S(238, "epoll_wait")
261 _S(239, "remap_file_pages")
262 _S(240, "timer_create")
263 _S(241, "timer_settime")
264 _S(242, "timer_gettime")
265 _S(243, "timer_getoverrun")
266 _S(244, "timer_delete")
267 _S(245, "clock_settime")
268 _S(246, "clock_gettime")
269 _S(247, "clock_getres")
270 _S(248, "clock_nanosleep")
271 _S(249, "swapcontext")
272 _S(250, "tgkill")
273 _S(251, "utimes")
274 _S(252, "statfs64")
275 _S(253, "fstatfs64")
276 _S(254, "fadvise64_64")
277 _S(255, "rtas")
278 _S(262, "mq_open")
279 _S(263, "mq_unlink")
280 _S(264, "mq_timedsend")
281 _S(265, "mq_timedreceive")
282 _S(266, "mq_notify")
283 _S(267, "mq_getsetattr")
284 _S(268, "kexec_load")
285 _S(269, "add_key")
286 _S(270, "request_key")
287 _S(271, "keyctl")
288 _S(272, "waitid")
289 _S(273, "ioprio_set")
290 _S(274, "ioprio_get")
291 _S(275, "inotify_init")
292 _S(276, "inotify_add_watch")
293 _S(277, "inotify_rm_watch")
294 _S(278, "spu_run")
295 _S(279, "spu_create")
296 _S(280, "pselect6")
297 _S(281, "ppoll")
298 _S(282, "unshare")
299 _S(283, "splice")
300 _S(284, "tee")
301 _S(285, "vmsplice")
302 _S(286, "openat")
303 _S(287, "mkdirat")
304 _S(288, "mknodat")
305 _S(289, "fchownat")
306 _S(290, "futimesat")
307 _S(291, "fstatat64")
308 _S(292, "unlinkat")
309 _S(293, "renameat")
310 _S(294, "linkat")
311 _S(295, "symlinkat")
312 _S(296, "readlinkat")
313 _S(297, "fchmodat")
314 _S(298, "faccessat")
315 _S(299, "get_robust_list")
316 _S(300, "set_robust_list")
317 _S(301, "move_pages")
318 _S(302, "getcpu")
319 _S(303, "epoll_pwait")
320 _S(304, "utimensat")
321 _S(305, "signalfd")
322 _S(306, "timerfd")
323 _S(307, "eventfd")
324 _S(308, "sync_file_range2")
325 _S(309, "fallocate")
326 _S(310, "subpage_prot")
327 _S(311, "timerfd_settime")
328 _S(312, "timerfd_gettime")
329 _S(313, "signalfd4")
330 _S(314, "eventfd2")
331 _S(315, "epoll_create1")
332 _S(316, "dup3")
333 _S(317, "pipe2")
334 _S(318, "inotify_init1")
335 _S(319, "perf_counter_open")
336 _S(320, "preadv")
337 _S(321, "pwritev")
338 _S(322, "rt_tgsigqueueinfo")
339 _S(323, "fanotify_init")
340 _S(324, "fanotify_mark")
341 _S(325, "prlimit64")
342 _S(326, "socket")
343 _S(327, "bind")
344 _S(328, "connect")
345 _S(329, "listen")
346 _S(330, "accept")
347 _S(331, "getsockname")
348 _S(332, "getpeername")
349 _S(333, "socketpair")
350 _S(334, "send")
351 _S(335, "sendto")
352 _S(336, "recv")
353 _S(337, "recvfrom")
354 _S(338, "shutdown")
355 _S(339, "setsockopt")
356 _S(340, "getsockopt")
357 _S(341, "sendmsg")
358 _S(342, "recvmsg")
359 _S(343, "recvmmsg")
360 _S(344, "accept4")
361 _S(345, "name_to_handle_at")
362 _S(346, "open_by_handle_at")
363 _S(347, "clock_adjtime")
364 _S(348, "syncfs")
365 _S(349, "sendmmsg")
366 _S(350, "setns")
367 _S(351, "process_vm_readv")
368 _S(352, "process_vm_writev")
369 _S(353, "finit_module")
370 _S(354, "kcmp")
371 _S(355, "sched_setattr")
372 _S(356, "sched_getattr")
373 _S(357, "renameat2")
374 _S(358, "seccomp")
375 _S(359, "getrandom")
376 _S(360, "memfd_create")
377 _S(361, "bpf")
378 _S(362, "execveat")
379 _S(363, "switch_endian")