linux_syscall.h revision 1.24
1/* $NetBSD: linux_syscall.h,v 1.24 2005/05/16 21:18:19 fvdl Exp $ */ 2 3/* 4 * System call numbers. 5 * 6 * DO NOT EDIT-- this file is automatically generated. 7 * created from NetBSD: syscalls.master,v 1.19 2005/05/16 21:17:11 fvdl Exp 8 */ 9 10/* syscall: "syscall" ret: "int" args: */ 11#define LINUX_SYS_syscall 0 12 13/* syscall: "exit" ret: "int" args: "int" */ 14#define LINUX_SYS_exit 1 15 16/* syscall: "fork" ret: "int" args: */ 17#define LINUX_SYS_fork 2 18 19/* syscall: "read" ret: "int" args: "int" "char *" "u_int" */ 20#define LINUX_SYS_read 3 21 22/* syscall: "write" ret: "int" args: "int" "char *" "u_int" */ 23#define LINUX_SYS_write 4 24 25/* syscall: "open" ret: "int" args: "const char *" "int" "int" */ 26#define LINUX_SYS_open 5 27 28/* syscall: "close" ret: "int" args: "int" */ 29#define LINUX_SYS_close 6 30 31/* syscall: "waitpid" ret: "int" args: "int" "int *" "int" */ 32#define LINUX_SYS_waitpid 7 33 34/* syscall: "creat" ret: "int" args: "const char *" "int" */ 35#define LINUX_SYS_creat 8 36 37/* syscall: "link" ret: "int" args: "const char *" "const char *" */ 38#define LINUX_SYS_link 9 39 40/* syscall: "unlink" ret: "int" args: "const char *" */ 41#define LINUX_SYS_unlink 10 42 43/* syscall: "execve" ret: "int" args: "const char *" "char **" "char **" */ 44#define LINUX_SYS_execve 11 45 46/* syscall: "chdir" ret: "int" args: "const char *" */ 47#define LINUX_SYS_chdir 12 48 49/* syscall: "time" ret: "int" args: "linux_time_t *" */ 50#define LINUX_SYS_time 13 51 52/* syscall: "mknod" ret: "int" args: "const char *" "int" "int" */ 53#define LINUX_SYS_mknod 14 54 55/* syscall: "chmod" ret: "int" args: "const char *" "int" */ 56#define LINUX_SYS_chmod 15 57 58/* syscall: "lchown" ret: "int" args: "const char *" "int" "int" */ 59#define LINUX_SYS_lchown 16 60 61 /* 18 is obsolete ostat */ 62/* syscall: "lseek" ret: "long" args: "int" "long" "int" */ 63#define LINUX_SYS_lseek 19 64 65/* syscall: "getpid" ret: "pid_t" args: */ 66#define LINUX_SYS_getpid 20 67 68 /* 22 is obsolete umount */ 69/* syscall: "setuid" ret: "int" args: "uid_t" */ 70#define LINUX_SYS_setuid 23 71 72/* syscall: "getuid" ret: "uid_t" args: */ 73#define LINUX_SYS_getuid 24 74 75/* syscall: "stime" ret: "int" args: "linux_time_t *" */ 76#define LINUX_SYS_stime 25 77 78/* syscall: "ptrace" ret: "int" args: "int" "int" "int" "int" */ 79#define LINUX_SYS_ptrace 26 80 81/* syscall: "alarm" ret: "int" args: "unsigned int" */ 82#define LINUX_SYS_alarm 27 83 84 /* 28 is obsolete ofstat */ 85/* syscall: "pause" ret: "int" args: */ 86#define LINUX_SYS_pause 29 87 88/* syscall: "utime" ret: "int" args: "const char *" "struct linux_utimbuf *" */ 89#define LINUX_SYS_utime 30 90 91/* syscall: "access" ret: "int" args: "const char *" "int" */ 92#define LINUX_SYS_access 33 93 94/* syscall: "nice" ret: "int" args: "int" */ 95#define LINUX_SYS_nice 34 96 97/* syscall: "sync" ret: "int" args: */ 98#define LINUX_SYS_sync 36 99 100/* syscall: "kill" ret: "int" args: "int" "int" */ 101#define LINUX_SYS_kill 37 102 103/* syscall: "rename" ret: "int" args: "const char *" "const char *" */ 104#define LINUX_SYS_rename 38 105 106/* syscall: "mkdir" ret: "int" args: "const char *" "int" */ 107#define LINUX_SYS_mkdir 39 108 109/* syscall: "rmdir" ret: "int" args: "const char *" */ 110#define LINUX_SYS_rmdir 40 111 112/* syscall: "dup" ret: "int" args: "u_int" */ 113#define LINUX_SYS_dup 41 114 115/* syscall: "pipe" ret: "int" args: "int *" */ 116#define LINUX_SYS_pipe 42 117 118/* syscall: "times" ret: "int" args: "struct times *" */ 119#define LINUX_SYS_times 43 120 121/* syscall: "brk" ret: "int" args: "char *" */ 122#define LINUX_SYS_brk 45 123 124/* syscall: "setgid" ret: "int" args: "gid_t" */ 125#define LINUX_SYS_setgid 46 126 127/* syscall: "getgid" ret: "gid_t" args: */ 128#define LINUX_SYS_getgid 47 129 130/* syscall: "signal" ret: "int" args: "int" "linux___sighandler_t" */ 131#define LINUX_SYS_signal 48 132 133/* syscall: "geteuid" ret: "uid_t" args: */ 134#define LINUX_SYS_geteuid 49 135 136/* syscall: "getegid" ret: "gid_t" args: */ 137#define LINUX_SYS_getegid 50 138 139/* syscall: "acct" ret: "int" args: "char *" */ 140#define LINUX_SYS_acct 51 141 142/* syscall: "ioctl" ret: "int" args: "int" "u_long" "caddr_t" */ 143#define LINUX_SYS_ioctl 54 144 145/* syscall: "fcntl" ret: "int" args: "int" "int" "void *" */ 146#define LINUX_SYS_fcntl 55 147 148 /* 56 is obsolete mpx */ 149/* syscall: "setpgid" ret: "int" args: "int" "int" */ 150#define LINUX_SYS_setpgid 57 151 152/* syscall: "olduname" ret: "int" args: "struct linux_old_utsname *" */ 153#define LINUX_SYS_olduname 59 154 155/* syscall: "umask" ret: "int" args: "int" */ 156#define LINUX_SYS_umask 60 157 158/* syscall: "chroot" ret: "int" args: "char *" */ 159#define LINUX_SYS_chroot 61 160 161/* syscall: "dup2" ret: "int" args: "u_int" "u_int" */ 162#define LINUX_SYS_dup2 63 163 164/* syscall: "getppid" ret: "pid_t" args: */ 165#define LINUX_SYS_getppid 64 166 167/* syscall: "getpgrp" ret: "int" args: */ 168#define LINUX_SYS_getpgrp 65 169 170/* syscall: "setsid" ret: "int" args: */ 171#define LINUX_SYS_setsid 66 172 173/* syscall: "sigaction" ret: "int" args: "int" "const struct linux_old_sigaction *" "struct linux_old_sigaction *" */ 174#define LINUX_SYS_sigaction 67 175 176/* syscall: "siggetmask" ret: "int" args: */ 177#define LINUX_SYS_siggetmask 68 178 179/* syscall: "sigsetmask" ret: "int" args: "linux_old_sigset_t" */ 180#define LINUX_SYS_sigsetmask 69 181 182/* syscall: "setreuid" ret: "int" args: "uid_t" "uid_t" */ 183#define LINUX_SYS_setreuid 70 184 185/* syscall: "setregid" ret: "int" args: "gid_t" "gid_t" */ 186#define LINUX_SYS_setregid 71 187 188/* syscall: "sigsuspend" ret: "int" args: "caddr_t" "int" "int" */ 189#define LINUX_SYS_sigsuspend 72 190 191/* syscall: "sigpending" ret: "int" args: "linux_old_sigset_t *" */ 192#define LINUX_SYS_sigpending 73 193 194/* syscall: "sethostname" ret: "int" args: "char *" "u_int" */ 195#define LINUX_SYS_sethostname 74 196 197/* syscall: "setrlimit" ret: "int" args: "u_int" "struct orlimit *" */ 198#define LINUX_SYS_setrlimit 75 199 200/* syscall: "getrlimit" ret: "int" args: "u_int" "struct orlimit *" */ 201#define LINUX_SYS_getrlimit 76 202 203/* syscall: "getrusage" ret: "int" args: "int" "struct rusage *" */ 204#define LINUX_SYS_getrusage 77 205 206/* syscall: "gettimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ 207#define LINUX_SYS_gettimeofday 78 208 209/* syscall: "settimeofday" ret: "int" args: "struct timeval *" "struct timezone *" */ 210#define LINUX_SYS_settimeofday 79 211 212/* syscall: "getgroups" ret: "int" args: "u_int" "gid_t *" */ 213#define LINUX_SYS_getgroups 80 214 215/* syscall: "setgroups" ret: "int" args: "u_int" "gid_t *" */ 216#define LINUX_SYS_setgroups 81 217 218/* syscall: "symlink" ret: "int" args: "const char *" "const char *" */ 219#define LINUX_SYS_symlink 83 220 221/* syscall: "oolstat" ret: "int" args: "const char *" "struct stat43 *" */ 222#define LINUX_SYS_oolstat 84 223 224/* syscall: "readlink" ret: "int" args: "const char *" "char *" "int" */ 225#define LINUX_SYS_readlink 85 226 227/* syscall: "swapon" ret: "int" args: "char *" */ 228#define LINUX_SYS_swapon 87 229 230/* syscall: "reboot" ret: "int" args: "int" "int" "int" "void *" */ 231#define LINUX_SYS_reboot 88 232 233/* syscall: "readdir" ret: "int" args: "int" "caddr_t" "unsigned int" */ 234#define LINUX_SYS_readdir 89 235 236/* syscall: "mmap" ret: "int" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */ 237#define LINUX_SYS_mmap 90 238 239/* syscall: "munmap" ret: "int" args: "caddr_t" "int" */ 240#define LINUX_SYS_munmap 91 241 242/* syscall: "truncate" ret: "int" args: "const char *" "long" */ 243#define LINUX_SYS_truncate 92 244 245/* syscall: "ftruncate" ret: "int" args: "int" "long" */ 246#define LINUX_SYS_ftruncate 93 247 248/* syscall: "fchmod" ret: "int" args: "int" "int" */ 249#define LINUX_SYS_fchmod 94 250 251/* syscall: "__posix_fchown" ret: "int" args: "int" "int" "int" */ 252#define LINUX_SYS___posix_fchown 95 253 254/* syscall: "getpriority" ret: "int" args: "int" "int" */ 255#define LINUX_SYS_getpriority 96 256 257/* syscall: "setpriority" ret: "int" args: "int" "int" "int" */ 258#define LINUX_SYS_setpriority 97 259 260/* syscall: "statfs" ret: "int" args: "const char *" "struct linux_statfs *" */ 261#define LINUX_SYS_statfs 99 262 263/* syscall: "fstatfs" ret: "int" args: "int" "struct linux_statfs *" */ 264#define LINUX_SYS_fstatfs 100 265 266/* syscall: "ioperm" ret: "int" args: "unsigned int" "unsigned int" "int" */ 267#define LINUX_SYS_ioperm 101 268 269/* syscall: "socketcall" ret: "int" args: "int" "void *" */ 270#define LINUX_SYS_socketcall 102 271 272/* syscall: "setitimer" ret: "int" args: "u_int" "struct itimerval *" "struct itimerval *" */ 273#define LINUX_SYS_setitimer 104 274 275/* syscall: "getitimer" ret: "int" args: "u_int" "struct itimerval *" */ 276#define LINUX_SYS_getitimer 105 277 278/* syscall: "stat" ret: "int" args: "const char *" "struct linux_stat *" */ 279#define LINUX_SYS_stat 106 280 281/* syscall: "lstat" ret: "int" args: "const char *" "struct linux_stat *" */ 282#define LINUX_SYS_lstat 107 283 284/* syscall: "fstat" ret: "int" args: "int" "struct linux_stat *" */ 285#define LINUX_SYS_fstat 108 286 287/* syscall: "uname" ret: "int" args: "struct linux_utsname *" */ 288#define LINUX_SYS_uname 109 289 290/* syscall: "wait4" ret: "int" args: "int" "int *" "int" "struct rusage *" */ 291#define LINUX_SYS_wait4 114 292 293/* syscall: "swapoff" ret: "int" args: "const char *" */ 294#define LINUX_SYS_swapoff 115 295 296/* syscall: "sysinfo" ret: "int" args: "struct linux_sysinfo *" */ 297#define LINUX_SYS_sysinfo 116 298 299/* syscall: "ipc" ret: "int" args: "int" "int" "int" "int" "caddr_t" */ 300#define LINUX_SYS_ipc 117 301 302/* syscall: "fsync" ret: "int" args: "int" */ 303#define LINUX_SYS_fsync 118 304 305/* syscall: "sigreturn" ret: "int" args: "struct linux_sigframe *" */ 306#define LINUX_SYS_sigreturn 119 307 308/* syscall: "clone" ret: "int" args: "int" "void *" */ 309#define LINUX_SYS_clone 120 310 311/* syscall: "setdomainname" ret: "int" args: "char *" "int" */ 312#define LINUX_SYS_setdomainname 121 313 314/* syscall: "new_uname" ret: "int" args: "struct linux_utsname *" */ 315#define LINUX_SYS_new_uname 122 316 317/* syscall: "mprotect" ret: "int" args: "const void *" "unsigned long" "int" */ 318#define LINUX_SYS_mprotect 125 319 320/* syscall: "sigprocmask" ret: "int" args: "int" "const linux_old_sigset_t *" "linux_old_sigset_t *" */ 321#define LINUX_SYS_sigprocmask 126 322 323/* syscall: "getpgid" ret: "int" args: "int" */ 324#define LINUX_SYS_getpgid 132 325 326/* syscall: "fchdir" ret: "int" args: "int" */ 327#define LINUX_SYS_fchdir 133 328 329/* syscall: "personality" ret: "int" args: "int" */ 330#define LINUX_SYS_personality 136 331 332/* syscall: "setfsuid" ret: "int" args: "uid_t" */ 333#define LINUX_SYS_setfsuid 138 334 335/* syscall: "getfsuid" ret: "int" args: */ 336#define LINUX_SYS_getfsuid 139 337 338/* syscall: "llseek" ret: "int" args: "int" "u_int32_t" "u_int32_t" "caddr_t" "int" */ 339#define LINUX_SYS_llseek 140 340 341/* syscall: "getdents" ret: "int" args: "int" "struct linux_dirent *" "unsigned int" */ 342#define LINUX_SYS_getdents 141 343 344/* syscall: "select" ret: "int" args: "int" "fd_set *" "fd_set *" "fd_set *" "struct timeval *" */ 345#define LINUX_SYS_select 142 346 347/* syscall: "flock" ret: "int" args: "int" "int" */ 348#define LINUX_SYS_flock 143 349 350/* syscall: "msync" ret: "int" args: "caddr_t" "int" "int" */ 351#define LINUX_SYS_msync 144 352 353/* syscall: "readv" ret: "int" args: "int" "struct iovec *" "u_int" */ 354#define LINUX_SYS_readv 145 355 356/* syscall: "writev" ret: "int" args: "int" "struct iovec *" "u_int" */ 357#define LINUX_SYS_writev 146 358 359/* syscall: "cacheflush" ret: "int" args: "void *" "int" "int" */ 360#define LINUX_SYS_cacheflush 147 361 362/* syscall: "sysmips" ret: "int" args: "int" "int" "int" "int" */ 363#define LINUX_SYS_sysmips 149 364 365/* syscall: "getsid" ret: "pid_t" args: "pid_t" */ 366#define LINUX_SYS_getsid 151 367 368/* syscall: "fdatasync" ret: "int" args: "int" */ 369#define LINUX_SYS_fdatasync 152 370 371/* syscall: "__sysctl" ret: "int" args: "struct linux___sysctl *" */ 372#define LINUX_SYS___sysctl 153 373 374/* syscall: "mlock" ret: "int" args: "caddr_t" "size_t" */ 375#define LINUX_SYS_mlock 154 376 377/* syscall: "munlock" ret: "int" args: "caddr_t" "size_t" */ 378#define LINUX_SYS_munlock 155 379 380/* syscall: "mlockall" ret: "int" args: "int" */ 381#define LINUX_SYS_mlockall 156 382 383/* syscall: "munlockall" ret: "int" args: */ 384#define LINUX_SYS_munlockall 157 385 386/* syscall: "sched_setparam" ret: "int" args: "pid_t" "const struct linux_sched_param *" */ 387#define LINUX_SYS_sched_setparam 158 388 389/* syscall: "sched_getparam" ret: "int" args: "pid_t" "struct linux_sched_param *" */ 390#define LINUX_SYS_sched_getparam 159 391 392/* syscall: "sched_setscheduler" ret: "int" args: "pid_t" "int" "const struct linux_sched_param *" */ 393#define LINUX_SYS_sched_setscheduler 160 394 395/* syscall: "sched_getscheduler" ret: "int" args: "pid_t" */ 396#define LINUX_SYS_sched_getscheduler 161 397 398/* syscall: "sched_yield" ret: "int" args: */ 399#define LINUX_SYS_sched_yield 162 400 401/* syscall: "sched_get_priority_max" ret: "int" args: "int" */ 402#define LINUX_SYS_sched_get_priority_max 163 403 404/* syscall: "sched_get_priority_min" ret: "int" args: "int" */ 405#define LINUX_SYS_sched_get_priority_min 164 406 407/* syscall: "nanosleep" ret: "int" args: "const struct timespec *" "struct timespec *" */ 408#define LINUX_SYS_nanosleep 166 409 410/* syscall: "mremap" ret: "void *" args: "void *" "size_t" "size_t" "u_long" */ 411#define LINUX_SYS_mremap 167 412 413/* syscall: "accept" ret: "int" args: "int" "struct osockaddr *" "int *" */ 414#define LINUX_SYS_accept 168 415 416/* syscall: "bind" ret: "int" args: "int" "const struct osockaddr *" "int" */ 417#define LINUX_SYS_bind 169 418 419/* syscall: "connect" ret: "int" args: "int" "const struct sockaddr *" "int" */ 420#define LINUX_SYS_connect 170 421 422/* syscall: "getpeername" ret: "int" args: "int" "caddr_t" "int *" */ 423#define LINUX_SYS_getpeername 171 424 425/* syscall: "getsockname" ret: "int" args: "int" "caddr_t" "int *" */ 426#define LINUX_SYS_getsockname 172 427 428/* syscall: "getsockopt" ret: "int" args: "int" "int" "int" "void *" "int *" */ 429#define LINUX_SYS_getsockopt 173 430 431/* syscall: "listen" ret: "int" args: "int" "int" */ 432#define LINUX_SYS_listen 174 433 434/* syscall: "recv" ret: "int" args: "int" "void *" "int" "int" */ 435#define LINUX_SYS_recv 175 436 437/* syscall: "recvfrom" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int *" */ 438#define LINUX_SYS_recvfrom 176 439 440/* syscall: "recvmsg" ret: "int" args: "int" "struct msghdr *" "u_int" */ 441#define LINUX_SYS_recvmsg 177 442 443/* syscall: "send" ret: "int" args: "int" "caddr_t" "int" "int" */ 444#define LINUX_SYS_send 178 445 446/* syscall: "sendmsg" ret: "int" args: "int" "struct msghdr *" "u_int" */ 447#define LINUX_SYS_sendmsg 179 448 449/* syscall: "sendto" ret: "int" args: "int" "void *" "int" "int" "struct osockaddr *" "int" */ 450#define LINUX_SYS_sendto 180 451 452/* syscall: "setsockopt" ret: "int" args: "int" "int" "int" "void *" "int" */ 453#define LINUX_SYS_setsockopt 181 454 455/* syscall: "socket" ret: "int" args: "int" "int" "int" */ 456#define LINUX_SYS_socket 183 457 458/* syscall: "socketpair" ret: "int" args: "int" "int" "int" "int *" */ 459#define LINUX_SYS_socketpair 184 460 461/* syscall: "setresuid" ret: "int" args: "uid_t" "uid_t" "uid_t" */ 462#define LINUX_SYS_setresuid 185 463 464/* syscall: "getresuid" ret: "int" args: "uid_t *" "uid_t *" "uid_t *" */ 465#define LINUX_SYS_getresuid 186 466 467/* syscall: "poll" ret: "int" args: "struct pollfd *" "u_int" "int" */ 468#define LINUX_SYS_poll 188 469 470/* syscall: "setresgid" ret: "int" args: "gid_t" "gid_t" "gid_t" */ 471#define LINUX_SYS_setresgid 190 472 473/* syscall: "getresgid" ret: "int" args: "gid_t *" "gid_t *" "gid_t *" */ 474#define LINUX_SYS_getresgid 191 475 476/* syscall: "rt_sigreturn" ret: "int" args: "struct linux_pt_regs" */ 477#define LINUX_SYS_rt_sigreturn 193 478 479/* syscall: "rt_sigaction" ret: "int" args: "int" "const struct linux_sigaction *" "struct linux_sigaction *" "size_t" */ 480#define LINUX_SYS_rt_sigaction 194 481 482/* syscall: "rt_sigprocmask" ret: "int" args: "int" "const linux_sigset_t *" "linux_sigset_t *" "size_t" */ 483#define LINUX_SYS_rt_sigprocmask 195 484 485/* syscall: "rt_sigpending" ret: "int" args: "linux_sigset_t *" "size_t" */ 486#define LINUX_SYS_rt_sigpending 196 487 488/* syscall: "rt_queueinfo" ret: "int" args: "int" "int" "void *" */ 489#define LINUX_SYS_rt_queueinfo 198 490 491/* syscall: "rt_sigsuspend" ret: "int" args: "linux_sigset_t *" "size_t" */ 492#define LINUX_SYS_rt_sigsuspend 199 493 494/* syscall: "pread" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */ 495#define LINUX_SYS_pread 200 496 497/* syscall: "pwrite" ret: "int" args: "int" "char *" "size_t" "linux_off_t" */ 498#define LINUX_SYS_pwrite 201 499 500/* syscall: "chown" ret: "int" args: "const char *" "int" "int" */ 501#define LINUX_SYS_chown 202 502 503/* syscall: "__getcwd" ret: "int" args: "char *" "size_t" */ 504#define LINUX_SYS___getcwd 203 505 506/* syscall: "sigaltstack" ret: "int" args: "const struct linux_sigaltstack *" "struct linux_sigaltstack *" */ 507#define LINUX_SYS_sigaltstack 206 508 509/* syscall: "mmap2" ret: "linux_off_t" args: "unsigned long" "size_t" "int" "int" "int" "linux_off_t" */ 510#define LINUX_SYS_mmap2 210 511 512/* syscall: "truncate64" ret: "int" args: "const char *" "off_t" */ 513#define LINUX_SYS_truncate64 211 514 515/* syscall: "ftruncate64" ret: "int" args: "unsigned int" "off_t" */ 516#define LINUX_SYS_ftruncate64 212 517 518/* syscall: "stat64" ret: "int" args: "const char *" "struct linux_stat64 *" */ 519#define LINUX_SYS_stat64 213 520 521/* syscall: "lstat64" ret: "int" args: "const char *" "struct linux_stat64 *" */ 522#define LINUX_SYS_lstat64 214 523 524/* syscall: "fstat64" ret: "int" args: "int" "struct linux_stat64 *" */ 525#define LINUX_SYS_fstat64 215 526 527/* syscall: "mincore" ret: "int" args: "void *" "size_t" "char *" */ 528#define LINUX_SYS_mincore 217 529 530/* syscall: "madvise" ret: "int" args: "void *" "size_t" "int" */ 531#define LINUX_SYS_madvise 218 532 533/* syscall: "getdents64" ret: "int" args: "int" "struct linux_dirent64 *" "unsigned int" */ 534#define LINUX_SYS_getdents64 219 535 536/* syscall: "fcntl64" ret: "int" args: "int" "int" "void *" */ 537#define LINUX_SYS_fcntl64 220 538 539/* syscall: "setxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */ 540#define LINUX_SYS_setxattr 224 541 542/* syscall: "lsetxattr" ret: "int" args: "char *" "char *" "void *" "size_t" "int" */ 543#define LINUX_SYS_lsetxattr 225 544 545/* syscall: "fsetxattr" ret: "int" args: "int" "char *" "void *" "size_t" "int" */ 546#define LINUX_SYS_fsetxattr 226 547 548/* syscall: "getxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */ 549#define LINUX_SYS_getxattr 227 550 551/* syscall: "lgetxattr" ret: "ssize_t" args: "char *" "char *" "void *" "size_t" */ 552#define LINUX_SYS_lgetxattr 228 553 554/* syscall: "fgetxattr" ret: "ssize_t" args: "int" "char *" "void *" "size_t" */ 555#define LINUX_SYS_fgetxattr 229 556 557/* syscall: "listxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */ 558#define LINUX_SYS_listxattr 230 559 560/* syscall: "llistxattr" ret: "ssize_t" args: "char *" "char *" "size_t" */ 561#define LINUX_SYS_llistxattr 231 562 563/* syscall: "flistxattr" ret: "ssize_t" args: "int" "char *" "size_t" */ 564#define LINUX_SYS_flistxattr 232 565 566/* syscall: "removexattr" ret: "int" args: "char *" "char *" */ 567#define LINUX_SYS_removexattr 233 568 569/* syscall: "lremovexattr" ret: "int" args: "char *" "char *" */ 570#define LINUX_SYS_lremovexattr 234 571 572/* syscall: "fremovexattr" ret: "int" args: "int" "char *" */ 573#define LINUX_SYS_fremovexattr 235 574 575/* syscall: "exit_group" ret: "int" args: "int" */ 576#define LINUX_SYS_exit_group 246 577 578/* syscall: "statfs64" ret: "int" args: "const char *" "size_t" "struct linux_statfs64 *" */ 579#define LINUX_SYS_statfs64 255 580 581/* syscall: "fstatfs64" ret: "int" args: "int" "size_t" "struct linux_statfs64 *" */ 582#define LINUX_SYS_fstatfs64 256 583 584/* syscall: "clock_settime" ret: "int" args: "clockid_t" "struct linux_timespec *" */ 585#define LINUX_SYS_clock_settime 262 586 587/* syscall: "clock_gettime" ret: "int" args: "clockid_t" "struct linux_timespec *" */ 588#define LINUX_SYS_clock_gettime 263 589 590/* syscall: "clock_getres" ret: "int" args: "clockid_t" "struct linux_timespec *" */ 591#define LINUX_SYS_clock_getres 264 592 593/* syscall: "clock_nanosleep" ret: "int" args: "clockid_t" "int" "struct linux_timespec *" "struct linux_timespec *" */ 594#define LINUX_SYS_clock_nanosleep 265 595 596#define LINUX_SYS_MAXSYSCALL 277 597#define LINUX_SYS_NSYSENT 512 598