1570af302Sopenharmony_ci#define __NR_read				0
2570af302Sopenharmony_ci#define __NR_write				1
3570af302Sopenharmony_ci#define __NR_open				2
4570af302Sopenharmony_ci#define __NR_close				3
5570af302Sopenharmony_ci#define __NR_stat				4
6570af302Sopenharmony_ci#define __NR_fstat				5
7570af302Sopenharmony_ci#define __NR_lstat				6
8570af302Sopenharmony_ci#define __NR_poll				7
9570af302Sopenharmony_ci#define __NR_lseek				8
10570af302Sopenharmony_ci#define __NR_mmap				9
11570af302Sopenharmony_ci#define __NR_mprotect			10
12570af302Sopenharmony_ci#define __NR_munmap				11
13570af302Sopenharmony_ci#define __NR_brk				12
14570af302Sopenharmony_ci#define __NR_rt_sigaction		13
15570af302Sopenharmony_ci#define __NR_rt_sigprocmask		14
16570af302Sopenharmony_ci#define __NR_rt_sigreturn		15
17570af302Sopenharmony_ci#define __NR_ioctl				16
18570af302Sopenharmony_ci#define __NR_pread64			17
19570af302Sopenharmony_ci#define __NR_pwrite64			18
20570af302Sopenharmony_ci#define __NR_readv				19
21570af302Sopenharmony_ci#define __NR_writev				20
22570af302Sopenharmony_ci#define __NR_access				21
23570af302Sopenharmony_ci#define __NR_pipe				22
24570af302Sopenharmony_ci#define __NR_select				23
25570af302Sopenharmony_ci#define __NR_sched_yield		24
26570af302Sopenharmony_ci#define __NR_mremap				25
27570af302Sopenharmony_ci#define __NR_msync				26
28570af302Sopenharmony_ci#define __NR_mincore			27
29570af302Sopenharmony_ci#define __NR_madvise			28
30570af302Sopenharmony_ci#define __NR_shmget				29
31570af302Sopenharmony_ci#define __NR_shmat				30
32570af302Sopenharmony_ci#define __NR_shmctl				31
33570af302Sopenharmony_ci#define __NR_dup				32
34570af302Sopenharmony_ci#define __NR_dup2				33
35570af302Sopenharmony_ci#define __NR_pause				34
36570af302Sopenharmony_ci#define __NR_nanosleep			35
37570af302Sopenharmony_ci#define __NR_getitimer			36
38570af302Sopenharmony_ci#define __NR_alarm				37
39570af302Sopenharmony_ci#define __NR_setitimer			38
40570af302Sopenharmony_ci#define __NR_getpid				39
41570af302Sopenharmony_ci#define __NR_sendfile			40
42570af302Sopenharmony_ci#define __NR_socket				41
43570af302Sopenharmony_ci#define __NR_connect			42
44570af302Sopenharmony_ci#define __NR_accept				43
45570af302Sopenharmony_ci#define __NR_sendto				44
46570af302Sopenharmony_ci#define __NR_recvfrom			45
47570af302Sopenharmony_ci#define __NR_sendmsg			46
48570af302Sopenharmony_ci#define __NR_recvmsg			47
49570af302Sopenharmony_ci#define __NR_shutdown			48
50570af302Sopenharmony_ci#define __NR_bind				49
51570af302Sopenharmony_ci#define __NR_listen				50
52570af302Sopenharmony_ci#define __NR_getsockname		51
53570af302Sopenharmony_ci#define __NR_getpeername		52
54570af302Sopenharmony_ci#define __NR_socketpair			53
55570af302Sopenharmony_ci#define __NR_setsockopt			54
56570af302Sopenharmony_ci#define __NR_getsockopt			55
57570af302Sopenharmony_ci#define __NR_clone				56
58570af302Sopenharmony_ci#define __NR_fork				57
59570af302Sopenharmony_ci#define __NR_vfork				58
60570af302Sopenharmony_ci#define __NR_execve				59
61570af302Sopenharmony_ci#define __NR_exit				60
62570af302Sopenharmony_ci#define __NR_wait4				61
63570af302Sopenharmony_ci#define __NR_kill				62
64570af302Sopenharmony_ci#define __NR_uname				63
65570af302Sopenharmony_ci#define __NR_semget				64
66570af302Sopenharmony_ci#define __NR_semop				65
67570af302Sopenharmony_ci#define __NR_semctl				66
68570af302Sopenharmony_ci#define __NR_shmdt				67
69570af302Sopenharmony_ci#define __NR_msgget				68
70570af302Sopenharmony_ci#define __NR_msgsnd				69
71570af302Sopenharmony_ci#define __NR_msgrcv				70
72570af302Sopenharmony_ci#define __NR_msgctl				71
73570af302Sopenharmony_ci#define __NR_fcntl				72
74570af302Sopenharmony_ci#define __NR_flock				73
75570af302Sopenharmony_ci#define __NR_fsync				74
76570af302Sopenharmony_ci#define __NR_fdatasync			75
77570af302Sopenharmony_ci#define __NR_truncate			76
78570af302Sopenharmony_ci#define __NR_ftruncate			77
79570af302Sopenharmony_ci#define __NR_getdents			78
80570af302Sopenharmony_ci#define __NR_getcwd				79
81570af302Sopenharmony_ci#define __NR_chdir				80
82570af302Sopenharmony_ci#define __NR_fchdir				81
83570af302Sopenharmony_ci#define __NR_rename				82
84570af302Sopenharmony_ci#define __NR_mkdir				83
85570af302Sopenharmony_ci#define __NR_rmdir				84
86570af302Sopenharmony_ci#define __NR_creat				85
87570af302Sopenharmony_ci#define __NR_link				86
88570af302Sopenharmony_ci#define __NR_unlink				87
89570af302Sopenharmony_ci#define __NR_symlink			88
90570af302Sopenharmony_ci#define __NR_readlink			89
91570af302Sopenharmony_ci#define __NR_chmod				90
92570af302Sopenharmony_ci#define __NR_fchmod				91
93570af302Sopenharmony_ci#define __NR_chown				92
94570af302Sopenharmony_ci#define __NR_fchown				93
95570af302Sopenharmony_ci#define __NR_lchown				94
96570af302Sopenharmony_ci#define __NR_umask				95
97570af302Sopenharmony_ci#define __NR_gettimeofday		96
98570af302Sopenharmony_ci#define __NR_getrlimit			97
99570af302Sopenharmony_ci#define __NR_getrusage			98
100570af302Sopenharmony_ci#define __NR_sysinfo			99
101570af302Sopenharmony_ci#define __NR_times				100
102570af302Sopenharmony_ci#define __NR_ptrace				101
103570af302Sopenharmony_ci#define __NR_getuid				102
104570af302Sopenharmony_ci#define __NR_syslog				103
105570af302Sopenharmony_ci#define __NR_getgid				104
106570af302Sopenharmony_ci#define __NR_setuid				105
107570af302Sopenharmony_ci#define __NR_setgid				106
108570af302Sopenharmony_ci#define __NR_geteuid			107
109570af302Sopenharmony_ci#define __NR_getegid			108
110570af302Sopenharmony_ci#define __NR_setpgid			109
111570af302Sopenharmony_ci#define __NR_getppid			110
112570af302Sopenharmony_ci#define __NR_getpgrp			111
113570af302Sopenharmony_ci#define __NR_setsid				112
114570af302Sopenharmony_ci#define __NR_setreuid			113
115570af302Sopenharmony_ci#define __NR_setregid			114
116570af302Sopenharmony_ci#define __NR_getgroups			115
117570af302Sopenharmony_ci#define __NR_setgroups			116
118570af302Sopenharmony_ci#define __NR_setresuid			117
119570af302Sopenharmony_ci#define __NR_getresuid			118
120570af302Sopenharmony_ci#define __NR_setresgid			119
121570af302Sopenharmony_ci#define __NR_getresgid			120
122570af302Sopenharmony_ci#define __NR_getpgid			121
123570af302Sopenharmony_ci#define __NR_setfsuid			122
124570af302Sopenharmony_ci#define __NR_setfsgid			123
125570af302Sopenharmony_ci#define __NR_getsid				124
126570af302Sopenharmony_ci#define __NR_capget				125
127570af302Sopenharmony_ci#define __NR_capset				126
128570af302Sopenharmony_ci#define __NR_rt_sigpending		127
129570af302Sopenharmony_ci#define __NR_rt_sigtimedwait	128
130570af302Sopenharmony_ci#define __NR_rt_sigqueueinfo	129
131570af302Sopenharmony_ci#define __NR_rt_sigsuspend		130
132570af302Sopenharmony_ci#define __NR_sigaltstack		131
133570af302Sopenharmony_ci#define __NR_utime				132
134570af302Sopenharmony_ci#define __NR_mknod				133
135570af302Sopenharmony_ci#define __NR_uselib				134
136570af302Sopenharmony_ci#define __NR_personality		135
137570af302Sopenharmony_ci#define __NR_ustat				136
138570af302Sopenharmony_ci#define __NR_statfs				137
139570af302Sopenharmony_ci#define __NR_fstatfs			138
140570af302Sopenharmony_ci#define __NR_sysfs				139
141570af302Sopenharmony_ci#define __NR_getpriority			140
142570af302Sopenharmony_ci#define __NR_setpriority			141
143570af302Sopenharmony_ci#define __NR_sched_setparam			142
144570af302Sopenharmony_ci#define __NR_sched_getparam			143
145570af302Sopenharmony_ci#define __NR_sched_setscheduler		144
146570af302Sopenharmony_ci#define __NR_sched_getscheduler		145
147570af302Sopenharmony_ci#define __NR_sched_get_priority_max	146
148570af302Sopenharmony_ci#define __NR_sched_get_priority_min	147
149570af302Sopenharmony_ci#define __NR_sched_rr_get_interval	148
150570af302Sopenharmony_ci#define __NR_mlock					149
151570af302Sopenharmony_ci#define __NR_munlock				150
152570af302Sopenharmony_ci#define __NR_mlockall				151
153570af302Sopenharmony_ci#define __NR_munlockall				152
154570af302Sopenharmony_ci#define __NR_vhangup				153
155570af302Sopenharmony_ci#define __NR_modify_ldt				154
156570af302Sopenharmony_ci#define __NR_pivot_root				155
157570af302Sopenharmony_ci#define __NR__sysctl				156
158570af302Sopenharmony_ci#define __NR_prctl					157
159570af302Sopenharmony_ci#define __NR_arch_prctl				158
160570af302Sopenharmony_ci#define __NR_adjtimex				159
161570af302Sopenharmony_ci#define __NR_setrlimit				160
162570af302Sopenharmony_ci#define __NR_chroot					161
163570af302Sopenharmony_ci#define __NR_sync					162
164570af302Sopenharmony_ci#define __NR_acct					163
165570af302Sopenharmony_ci#define __NR_settimeofday			164
166570af302Sopenharmony_ci#define __NR_mount					165
167570af302Sopenharmony_ci#define __NR_umount2				166
168570af302Sopenharmony_ci#define __NR_swapon					167
169570af302Sopenharmony_ci#define __NR_swapoff				168
170570af302Sopenharmony_ci#define __NR_reboot					169
171570af302Sopenharmony_ci#define __NR_sethostname			170
172570af302Sopenharmony_ci#define __NR_setdomainname			171
173570af302Sopenharmony_ci#define __NR_iopl					172
174570af302Sopenharmony_ci#define __NR_ioperm					173
175570af302Sopenharmony_ci#define __NR_create_module			174
176570af302Sopenharmony_ci#define __NR_init_module			175
177570af302Sopenharmony_ci#define __NR_delete_module			176
178570af302Sopenharmony_ci#define __NR_get_kernel_syms		177
179570af302Sopenharmony_ci#define __NR_query_module			178
180570af302Sopenharmony_ci#define __NR_quotactl				179
181570af302Sopenharmony_ci#define __NR_nfsservctl				180
182570af302Sopenharmony_ci#define __NR_getpmsg				181
183570af302Sopenharmony_ci#define __NR_putpmsg				182
184570af302Sopenharmony_ci#define __NR_afs_syscall			183
185570af302Sopenharmony_ci#define __NR_tuxcall				184
186570af302Sopenharmony_ci#define __NR_security				185
187570af302Sopenharmony_ci#define __NR_gettid					186
188570af302Sopenharmony_ci#define __NR_readahead				187
189570af302Sopenharmony_ci#define __NR_setxattr				188
190570af302Sopenharmony_ci#define __NR_lsetxattr				189
191570af302Sopenharmony_ci#define __NR_fsetxattr				190
192570af302Sopenharmony_ci#define __NR_getxattr				191
193570af302Sopenharmony_ci#define __NR_lgetxattr				192
194570af302Sopenharmony_ci#define __NR_fgetxattr				193
195570af302Sopenharmony_ci#define __NR_listxattr				194
196570af302Sopenharmony_ci#define __NR_llistxattr				195
197570af302Sopenharmony_ci#define __NR_flistxattr				196
198570af302Sopenharmony_ci#define __NR_removexattr			197
199570af302Sopenharmony_ci#define __NR_lremovexattr			198
200570af302Sopenharmony_ci#define __NR_fremovexattr			199
201570af302Sopenharmony_ci#define __NR_tkill					200
202570af302Sopenharmony_ci#define __NR_time					201
203570af302Sopenharmony_ci#define __NR_futex					202
204570af302Sopenharmony_ci#define __NR_sched_setaffinity		203
205570af302Sopenharmony_ci#define __NR_sched_getaffinity		204
206570af302Sopenharmony_ci#define __NR_set_thread_area		205
207570af302Sopenharmony_ci#define __NR_io_setup				206
208570af302Sopenharmony_ci#define __NR_io_destroy				207
209570af302Sopenharmony_ci#define __NR_io_getevents			208
210570af302Sopenharmony_ci#define __NR_io_submit				209
211570af302Sopenharmony_ci#define __NR_io_cancel				210
212570af302Sopenharmony_ci#define __NR_get_thread_area		211
213570af302Sopenharmony_ci#define __NR_lookup_dcookie			212
214570af302Sopenharmony_ci#define __NR_epoll_create			213
215570af302Sopenharmony_ci#define __NR_epoll_ctl_old			214
216570af302Sopenharmony_ci#define __NR_epoll_wait_old			215
217570af302Sopenharmony_ci#define __NR_remap_file_pages		216
218570af302Sopenharmony_ci#define __NR_getdents64				217
219570af302Sopenharmony_ci#define __NR_set_tid_address		218
220570af302Sopenharmony_ci#define __NR_restart_syscall		219
221570af302Sopenharmony_ci#define __NR_semtimedop				220
222570af302Sopenharmony_ci#define __NR_fadvise64				221
223570af302Sopenharmony_ci#define __NR_timer_create			222
224570af302Sopenharmony_ci#define __NR_timer_settime			223
225570af302Sopenharmony_ci#define __NR_timer_gettime			224
226570af302Sopenharmony_ci#define __NR_timer_getoverrun		225
227570af302Sopenharmony_ci#define __NR_timer_delete			226
228570af302Sopenharmony_ci#define __NR_clock_settime			227
229570af302Sopenharmony_ci#define __NR_clock_gettime			228
230570af302Sopenharmony_ci#define __NR_clock_getres			229
231570af302Sopenharmony_ci#define __NR_clock_nanosleep		230
232570af302Sopenharmony_ci#define __NR_exit_group				231
233570af302Sopenharmony_ci#define __NR_epoll_wait				232
234570af302Sopenharmony_ci#define __NR_epoll_ctl				233
235570af302Sopenharmony_ci#define __NR_tgkill					234
236570af302Sopenharmony_ci#define __NR_utimes					235
237570af302Sopenharmony_ci#define __NR_vserver				236
238570af302Sopenharmony_ci#define __NR_mbind					237
239570af302Sopenharmony_ci#define __NR_set_mempolicy			238
240570af302Sopenharmony_ci#define __NR_get_mempolicy			239
241570af302Sopenharmony_ci#define __NR_mq_open				240
242570af302Sopenharmony_ci#define __NR_mq_unlink				241
243570af302Sopenharmony_ci#define __NR_mq_timedsend			242
244570af302Sopenharmony_ci#define __NR_mq_timedreceive		243
245570af302Sopenharmony_ci#define __NR_mq_notify				244
246570af302Sopenharmony_ci#define __NR_mq_getsetattr			245
247570af302Sopenharmony_ci#define __NR_kexec_load				246
248570af302Sopenharmony_ci#define __NR_waitid					247
249570af302Sopenharmony_ci#define __NR_add_key				248
250570af302Sopenharmony_ci#define __NR_request_key			249
251570af302Sopenharmony_ci#define __NR_keyctl					250
252570af302Sopenharmony_ci#define __NR_ioprio_set				251
253570af302Sopenharmony_ci#define __NR_ioprio_get				252
254570af302Sopenharmony_ci#define __NR_inotify_init			253
255570af302Sopenharmony_ci#define __NR_inotify_add_watch		254
256570af302Sopenharmony_ci#define __NR_inotify_rm_watch		255
257570af302Sopenharmony_ci#define __NR_migrate_pages			256
258570af302Sopenharmony_ci#define __NR_openat					257
259570af302Sopenharmony_ci#define __NR_mkdirat				258
260570af302Sopenharmony_ci#define __NR_mknodat				259
261570af302Sopenharmony_ci#define __NR_fchownat				260
262570af302Sopenharmony_ci#define __NR_futimesat				261
263570af302Sopenharmony_ci#define __NR_newfstatat				262
264570af302Sopenharmony_ci#define __NR_unlinkat				263
265570af302Sopenharmony_ci#define __NR_renameat				264
266570af302Sopenharmony_ci#define __NR_linkat					265
267570af302Sopenharmony_ci#define __NR_symlinkat				266
268570af302Sopenharmony_ci#define __NR_readlinkat				267
269570af302Sopenharmony_ci#define __NR_fchmodat				268
270570af302Sopenharmony_ci#define __NR_faccessat				269
271570af302Sopenharmony_ci#define __NR_pselect6				270
272570af302Sopenharmony_ci#define __NR_ppoll					271
273570af302Sopenharmony_ci#define __NR_unshare				272
274570af302Sopenharmony_ci#define __NR_set_robust_list		273
275570af302Sopenharmony_ci#define __NR_get_robust_list		274
276570af302Sopenharmony_ci#define __NR_splice					275
277570af302Sopenharmony_ci#define __NR_tee					276
278570af302Sopenharmony_ci#define __NR_sync_file_range		277
279570af302Sopenharmony_ci#define __NR_vmsplice				278
280570af302Sopenharmony_ci#define __NR_move_pages				279
281570af302Sopenharmony_ci#define __NR_utimensat				280
282570af302Sopenharmony_ci#define __NR_epoll_pwait			281
283570af302Sopenharmony_ci#define __NR_signalfd				282
284570af302Sopenharmony_ci#define __NR_timerfd_create			283
285570af302Sopenharmony_ci#define __NR_eventfd				284
286570af302Sopenharmony_ci#define __NR_fallocate				285
287570af302Sopenharmony_ci#define __NR_timerfd_settime		286
288570af302Sopenharmony_ci#define __NR_timerfd_gettime		287
289570af302Sopenharmony_ci#define __NR_accept4				288
290570af302Sopenharmony_ci#define __NR_signalfd4				289
291570af302Sopenharmony_ci#define __NR_eventfd2				290
292570af302Sopenharmony_ci#define __NR_epoll_create1			291
293570af302Sopenharmony_ci#define __NR_dup3					292
294570af302Sopenharmony_ci#define __NR_pipe2					293
295570af302Sopenharmony_ci#define __NR_inotify_init1			294
296570af302Sopenharmony_ci#define __NR_preadv					295
297570af302Sopenharmony_ci#define __NR_pwritev				296
298570af302Sopenharmony_ci#define __NR_rt_tgsigqueueinfo		297
299570af302Sopenharmony_ci#define __NR_perf_event_open		298
300570af302Sopenharmony_ci#define __NR_recvmmsg				299
301570af302Sopenharmony_ci#define __NR_fanotify_init			300
302570af302Sopenharmony_ci#define __NR_fanotify_mark			301
303570af302Sopenharmony_ci#define __NR_prlimit64				302
304570af302Sopenharmony_ci#define __NR_name_to_handle_at			303
305570af302Sopenharmony_ci#define __NR_open_by_handle_at			304
306570af302Sopenharmony_ci#define __NR_clock_adjtime			305
307570af302Sopenharmony_ci#define __NR_syncfs				306
308570af302Sopenharmony_ci#define __NR_sendmmsg				307
309570af302Sopenharmony_ci#define __NR_setns				308
310570af302Sopenharmony_ci#define __NR_getcpu				309
311570af302Sopenharmony_ci#define __NR_process_vm_readv			310
312570af302Sopenharmony_ci#define __NR_process_vm_writev			311
313570af302Sopenharmony_ci#define __NR_kcmp				312
314570af302Sopenharmony_ci#define __NR_finit_module			313
315570af302Sopenharmony_ci#define __NR_sched_setattr			314
316570af302Sopenharmony_ci#define __NR_sched_getattr			315
317570af302Sopenharmony_ci#define __NR_renameat2				316
318570af302Sopenharmony_ci#define __NR_seccomp				317
319570af302Sopenharmony_ci#define __NR_getrandom				318
320570af302Sopenharmony_ci#define __NR_memfd_create			319
321570af302Sopenharmony_ci#define __NR_kexec_file_load			320
322570af302Sopenharmony_ci#define __NR_bpf				321
323570af302Sopenharmony_ci#define __NR_execveat				322
324570af302Sopenharmony_ci#define __NR_userfaultfd			323
325570af302Sopenharmony_ci#define __NR_membarrier				324
326570af302Sopenharmony_ci#define __NR_mlock2				325
327570af302Sopenharmony_ci#define __NR_copy_file_range			326
328570af302Sopenharmony_ci#define __NR_preadv2				327
329570af302Sopenharmony_ci#define __NR_pwritev2				328
330570af302Sopenharmony_ci#define __NR_pkey_mprotect			329
331570af302Sopenharmony_ci#define __NR_pkey_alloc				330
332570af302Sopenharmony_ci#define __NR_pkey_free				331
333570af302Sopenharmony_ci#define __NR_statx				332
334570af302Sopenharmony_ci#define __NR_io_pgetevents			333
335570af302Sopenharmony_ci#define __NR_rseq				334
336570af302Sopenharmony_ci#define __NR_pidfd_send_signal			424
337570af302Sopenharmony_ci#define __NR_io_uring_setup			425
338570af302Sopenharmony_ci#define __NR_io_uring_enter			426
339570af302Sopenharmony_ci#define __NR_io_uring_register			427
340570af302Sopenharmony_ci#define __NR_open_tree		428
341570af302Sopenharmony_ci#define __NR_move_mount		429
342570af302Sopenharmony_ci#define __NR_fsopen		430
343570af302Sopenharmony_ci#define __NR_fsconfig		431
344570af302Sopenharmony_ci#define __NR_fsmount		432
345570af302Sopenharmony_ci#define __NR_fspick		433
346570af302Sopenharmony_ci#define __NR_pidfd_open		434
347570af302Sopenharmony_ci#define __NR_clone3		435
348570af302Sopenharmony_ci#define __NR_close_range	436
349570af302Sopenharmony_ci#define __NR_openat2		437
350570af302Sopenharmony_ci#define __NR_pidfd_getfd	438
351570af302Sopenharmony_ci#define __NR_faccessat2		439
352570af302Sopenharmony_ci#define __NR_process_madvise	440
353570af302Sopenharmony_ci#define __NR_epoll_pwait2	441
354570af302Sopenharmony_ci#define __NR_mount_setattr	442
355570af302Sopenharmony_ci#define __NR_landlock_create_ruleset	444
356570af302Sopenharmony_ci#define __NR_landlock_add_rule	445
357570af302Sopenharmony_ci#define __NR_landlock_restrict_self	446
358570af302Sopenharmony_ci
359