Lines Matching refs:res

36 #define __sanitizer_syscall_post_syscall(res, code, arg0, arg1, arg2, arg3,    \  argument
39 res, (long long)(code), (long long)(arg0), (long long)(arg1), \
44 #define __sanitizer_syscall_post_exit(res, rval) \ argument
45 __sanitizer_syscall_post_impl_exit(res, (long long)(rval))
47 #define __sanitizer_syscall_post_fork(res) \ argument
48 __sanitizer_syscall_post_impl_fork(res)
52 #define __sanitizer_syscall_post_read(res, fd, buf, nbyte) \ argument
53 __sanitizer_syscall_post_impl_read(res, (long long)(fd), (long long)(buf), \
58 #define __sanitizer_syscall_post_write(res, fd, buf, nbyte) \ argument
59 __sanitizer_syscall_post_impl_write(res, (long long)(fd), (long long)(buf), \
64 #define __sanitizer_syscall_post_open(res, path, flags, mode) \ argument
65 __sanitizer_syscall_post_impl_open(res, (long long)(path), \
69 #define __sanitizer_syscall_post_close(res, fd) \ argument
70 __sanitizer_syscall_post_impl_close(res, (long long)(fd))
75 #define __sanitizer_syscall_post_compat_50_wait4(res, pid, status, options, \ argument
78 res, (long long)(pid), (long long)(status), (long long)(options), \
83 #define __sanitizer_syscall_post_compat_43_ocreat(res, path, mode) \ argument
84 __sanitizer_syscall_post_impl_compat_43_ocreat(res, (long long)(path), \
88 #define __sanitizer_syscall_post_link(res, path, link) \ argument
89 __sanitizer_syscall_post_impl_link(res, (long long)(path), (long long)(link))
92 #define __sanitizer_syscall_post_unlink(res, path) \ argument
93 __sanitizer_syscall_post_impl_unlink(res, (long long)(path))
97 #define __sanitizer_syscall_post_chdir(res, path) \ argument
98 __sanitizer_syscall_post_impl_chdir(res, (long long)(path))
101 #define __sanitizer_syscall_post_fchdir(res, fd) \ argument
102 __sanitizer_syscall_post_impl_fchdir(res, (long long)(fd))
106 #define __sanitizer_syscall_post_compat_50_mknod(res, path, mode, dev) \ argument
108 res, (long long)(path), (long long)(mode), (long long)(dev))
111 #define __sanitizer_syscall_post_chmod(res, path, mode) \ argument
112 __sanitizer_syscall_post_impl_chmod(res, (long long)(path), (long long)(mode))
116 #define __sanitizer_syscall_post_chown(res, path, uid, gid) \ argument
117 __sanitizer_syscall_post_impl_chown(res, (long long)(path), \
121 #define __sanitizer_syscall_post_break(res, nsize) \ argument
122 __sanitizer_syscall_post_impl_break(res, (long long)(nsize))
126 #define __sanitizer_syscall_post_compat_20_getfsstat(res, buf, bufsize, flags) \ argument
128 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
132 #define __sanitizer_syscall_post_compat_43_olseek(res, fd, offset, whence) \ argument
134 res, (long long)(fd), (long long)(offset), (long long)(whence))
136 #define __sanitizer_syscall_post_getpid(res) \ argument
137 __sanitizer_syscall_post_impl_getpid(res)
142 #define __sanitizer_syscall_post_compat_40_mount(res, type, path, flags, data) \ argument
144 res, (long long)(type), (long long)(path), (long long)(flags), \
148 #define __sanitizer_syscall_post_unmount(res, path, flags) \ argument
149 __sanitizer_syscall_post_impl_unmount(res, (long long)(path), \
153 #define __sanitizer_syscall_post_setuid(res, uid) \ argument
154 __sanitizer_syscall_post_impl_setuid(res, (long long)(uid))
156 #define __sanitizer_syscall_post_getuid(res) \ argument
157 __sanitizer_syscall_post_impl_getuid(res)
159 #define __sanitizer_syscall_post_geteuid(res) \ argument
160 __sanitizer_syscall_post_impl_geteuid(res)
164 #define __sanitizer_syscall_post_ptrace(res, req, pid, addr, data) \ argument
165 __sanitizer_syscall_post_impl_ptrace(res, (long long)(req), \
171 #define __sanitizer_syscall_post_recvmsg(res, s, msg, flags) \ argument
172 __sanitizer_syscall_post_impl_recvmsg(res, (long long)(s), (long long)(msg), \
177 #define __sanitizer_syscall_post_sendmsg(res, s, msg, flags) \ argument
178 __sanitizer_syscall_post_impl_sendmsg(res, (long long)(s), (long long)(msg), \
185 #define __sanitizer_syscall_post_recvfrom(res, s, buf, len, flags, from, \ argument
188 res, (long long)(s), (long long)(buf), (long long)(len), \
193 #define __sanitizer_syscall_post_accept(res, s, name, anamelen) \ argument
194 __sanitizer_syscall_post_impl_accept(res, (long long)(s), (long long)(name), \
199 #define __sanitizer_syscall_post_getpeername(res, fdes, asa, alen) \ argument
201 res, (long long)(fdes), (long long)(asa), (long long)(alen))
205 #define __sanitizer_syscall_post_getsockname(res, fdes, asa, alen) \ argument
207 res, (long long)(fdes), (long long)(asa), (long long)(alen))
210 #define __sanitizer_syscall_post_access(res, path, flags) \ argument
211 __sanitizer_syscall_post_impl_access(res, (long long)(path), \
215 #define __sanitizer_syscall_post_chflags(res, path, flags) \ argument
216 __sanitizer_syscall_post_impl_chflags(res, (long long)(path), \
220 #define __sanitizer_syscall_post_fchflags(res, fd, flags) \ argument
221 __sanitizer_syscall_post_impl_fchflags(res, (long long)(fd), \
224 #define __sanitizer_syscall_post_sync(res) \ argument
225 __sanitizer_syscall_post_impl_sync(res)
228 #define __sanitizer_syscall_post_kill(res, pid, signum) \ argument
229 __sanitizer_syscall_post_impl_kill(res, (long long)(pid), (long long)(signum))
233 #define __sanitizer_syscall_post_compat_43_stat43(res, path, ub) \ argument
234 __sanitizer_syscall_post_impl_compat_43_stat43(res, (long long)(path), \
237 #define __sanitizer_syscall_post_getppid(res) \ argument
238 __sanitizer_syscall_post_impl_getppid(res)
242 #define __sanitizer_syscall_post_compat_43_lstat43(res, path, ub) \ argument
243 __sanitizer_syscall_post_impl_compat_43_lstat43(res, (long long)(path), \
247 #define __sanitizer_syscall_post_dup(res, fd) \ argument
248 __sanitizer_syscall_post_impl_dup(res, (long long)(fd))
250 #define __sanitizer_syscall_post_pipe(res) \ argument
251 __sanitizer_syscall_post_impl_pipe(res)
253 #define __sanitizer_syscall_post_getegid(res) \ argument
254 __sanitizer_syscall_post_impl_getegid(res)
258 #define __sanitizer_syscall_post_profil(res, samples, size, offset, scale) \ argument
259 __sanitizer_syscall_post_impl_profil(res, (long long)(samples), \
265 #define __sanitizer_syscall_post_ktrace(res, fname, ops, facs, pid) \ argument
266 __sanitizer_syscall_post_impl_ktrace(res, (long long)(fname), \
272 #define __sanitizer_syscall_post_compat_13_sigaction13(res, signum, nsa, osa) \ argument
274 res, (long long)(signum), (long long)(nsa), (long long)(osa))
276 #define __sanitizer_syscall_post_getgid(res) \ argument
277 __sanitizer_syscall_post_impl_getgid(res)
281 #define __sanitizer_syscall_post_compat_13_sigprocmask13(res, how, mask) \ argument
282 __sanitizer_syscall_post_impl_compat_13_sigprocmask13(res, (long long)(how), \
287 #define __sanitizer_syscall_post___getlogin(res, namebuf, namelen) \ argument
288 __sanitizer_syscall_post_impl___getlogin(res, (long long)(namebuf), \
292 #define __sanitizer_syscall_post___setlogin(res, namebuf) \ argument
293 __sanitizer_syscall_post_impl___setlogin(res, (long long)(namebuf))
296 #define __sanitizer_syscall_post_acct(res, path) \ argument
297 __sanitizer_syscall_post_impl_acct(res, (long long)(path))
300 #define __sanitizer_syscall_post_compat_13_sigpending13(res) \ argument
301 __sanitizer_syscall_post_impl_compat_13_sigpending13(res)
305 #define __sanitizer_syscall_post_compat_13_sigaltstack13(res, nss, oss) \ argument
306 __sanitizer_syscall_post_impl_compat_13_sigaltstack13(res, (long long)(nss), \
311 #define __sanitizer_syscall_post_ioctl(res, fd, com, data) \ argument
312 __sanitizer_syscall_post_impl_ioctl(res, (long long)(fd), (long long)(com), \
316 #define __sanitizer_syscall_post_compat_12_oreboot(res, opt) \ argument
317 __sanitizer_syscall_post_impl_compat_12_oreboot(res, (long long)(opt))
320 #define __sanitizer_syscall_post_revoke(res, path) \ argument
321 __sanitizer_syscall_post_impl_revoke(res, (long long)(path))
324 #define __sanitizer_syscall_post_symlink(res, path, link) \ argument
325 __sanitizer_syscall_post_impl_symlink(res, (long long)(path), \
330 #define __sanitizer_syscall_post_readlink(res, path, buf, count) \ argument
331 __sanitizer_syscall_post_impl_readlink(res, (long long)(path), \
336 #define __sanitizer_syscall_post_execve(res, path, argp, envp) \ argument
337 __sanitizer_syscall_post_impl_execve(res, (long long)(path), \
341 #define __sanitizer_syscall_post_umask(res, newmask) \ argument
342 __sanitizer_syscall_post_impl_umask(res, (long long)(newmask))
345 #define __sanitizer_syscall_post_chroot(res, path) \ argument
346 __sanitizer_syscall_post_impl_chroot(res, (long long)(path))
350 #define __sanitizer_syscall_post_compat_43_fstat43(res, fd, sb) \ argument
351 __sanitizer_syscall_post_impl_compat_43_fstat43(res, (long long)(fd), \
357 #define __sanitizer_syscall_post_compat_43_ogetkerninfo(res, op, where, size, \ argument
360 res, (long long)(op), (long long)(where), (long long)(size), \
364 #define __sanitizer_syscall_post_compat_43_ogetpagesize(res) \ argument
365 __sanitizer_syscall_post_impl_compat_43_ogetpagesize(res)
369 #define __sanitizer_syscall_post_compat_12_msync(res, addr, len) \ argument
370 __sanitizer_syscall_post_impl_compat_12_msync(res, (long long)(addr), \
373 #define __sanitizer_syscall_post_vfork(res) \ argument
374 __sanitizer_syscall_post_impl_vfork(res)
384 #define __sanitizer_syscall_post_compat_43_ommap(res, addr, len, prot, flags, \ argument
387 res, (long long)(addr), (long long)(len), (long long)(prot), \
391 #define __sanitizer_syscall_post_vadvise(res, anom) \ argument
392 __sanitizer_syscall_post_impl_vadvise(res, (long long)(anom))
395 #define __sanitizer_syscall_post_munmap(res, addr, len) \ argument
396 __sanitizer_syscall_post_impl_munmap(res, (long long)(addr), (long long)(len))
400 #define __sanitizer_syscall_post_mprotect(res, addr, len, prot) \ argument
401 __sanitizer_syscall_post_impl_mprotect(res, (long long)(addr), \
406 #define __sanitizer_syscall_post_madvise(res, addr, len, behav) \ argument
407 __sanitizer_syscall_post_impl_madvise(res, (long long)(addr), \
414 #define __sanitizer_syscall_post_mincore(res, addr, len, vec) \ argument
415 __sanitizer_syscall_post_impl_mincore(res, (long long)(addr), \
420 #define __sanitizer_syscall_post_getgroups(res, gidsetsize, gidset) \ argument
421 __sanitizer_syscall_post_impl_getgroups(res, (long long)(gidsetsize), \
426 #define __sanitizer_syscall_post_setgroups(res, gidsetsize, gidset) \ argument
427 __sanitizer_syscall_post_impl_setgroups(res, (long long)(gidsetsize), \
430 #define __sanitizer_syscall_post_getpgrp(res) \ argument
431 __sanitizer_syscall_post_impl_getpgrp(res)
434 #define __sanitizer_syscall_post_setpgid(res, pid, pgid) \ argument
435 __sanitizer_syscall_post_impl_setpgid(res, (long long)(pid), \
440 #define __sanitizer_syscall_post_compat_50_setitimer(res, which, itv, oitv) \ argument
442 res, (long long)(which), (long long)(itv), (long long)(oitv))
445 #define __sanitizer_syscall_post_compat_43_owait(res) \ argument
446 __sanitizer_syscall_post_impl_compat_43_owait(res)
449 #define __sanitizer_syscall_post_compat_12_oswapon(res, name) \ argument
450 __sanitizer_syscall_post_impl_compat_12_oswapon(res, (long long)(name))
454 #define __sanitizer_syscall_post_compat_50_getitimer(res, which, itv) \ argument
455 __sanitizer_syscall_post_impl_compat_50_getitimer(res, (long long)(which), \
460 #define __sanitizer_syscall_post_compat_43_ogethostname(res, hostname, len) \ argument
462 res, (long long)(hostname), (long long)(len))
466 #define __sanitizer_syscall_post_compat_43_osethostname(res, hostname, len) \ argument
468 res, (long long)(hostname), (long long)(len))
471 #define __sanitizer_syscall_post_compat_43_ogetdtablesize(res) \ argument
472 __sanitizer_syscall_post_impl_compat_43_ogetdtablesize(res)
475 #define __sanitizer_syscall_post_dup2(res, from, to) \ argument
476 __sanitizer_syscall_post_impl_dup2(res, (long long)(from), (long long)(to))
480 #define __sanitizer_syscall_post_getrandom(res, buf, buflen, flags) \ argument
482 res, (long long)(buf), (long long)(buflen), (long long)(flags))
486 #define __sanitizer_syscall_post_fcntl(res, fd, cmd, arg) \ argument
487 __sanitizer_syscall_post_impl_fcntl(res, (long long)(fd), (long long)(cmd), \
493 #define __sanitizer_syscall_post_compat_50_select(res, nd, in, ou, ex, tv) \ argument
495 res, (long long)(nd), (long long)(in), (long long)(ou), (long long)(ex), \
500 #define __sanitizer_syscall_post_fsync(res, fd) \ argument
501 __sanitizer_syscall_post_impl_fsync(res, (long long)(fd))
505 #define __sanitizer_syscall_post_setpriority(res, which, who, prio) \ argument
507 res, (long long)(which), (long long)(who), (long long)(prio))
511 #define __sanitizer_syscall_post_compat_30_socket(res, domain, type, protocol) \ argument
513 res, (long long)(domain), (long long)(type), (long long)(protocol))
517 #define __sanitizer_syscall_post_connect(res, s, name, namelen) \ argument
519 res, (long long)(s), (long long)(name), (long long)(namelen))
523 #define __sanitizer_syscall_post_compat_43_oaccept(res, s, name, anamelen) \ argument
525 res, (long long)(s), (long long)(name), (long long)(anamelen))
528 #define __sanitizer_syscall_post_getpriority(res, which, who) \ argument
529 __sanitizer_syscall_post_impl_getpriority(res, (long long)(which), \
534 #define __sanitizer_syscall_post_compat_43_osend(res, s, buf, len, flags) \ argument
536 res, (long long)(s), (long long)(buf), (long long)(len), \
541 #define __sanitizer_syscall_post_compat_43_orecv(res, s, buf, len, flags) \ argument
543 res, (long long)(s), (long long)(buf), (long long)(len), \
547 #define __sanitizer_syscall_post_compat_13_sigreturn13(res, sigcntxp) \ argument
548 __sanitizer_syscall_post_impl_compat_13_sigreturn13(res, \
553 #define __sanitizer_syscall_post_bind(res, s, name, namelen) \ argument
554 __sanitizer_syscall_post_impl_bind(res, (long long)(s), (long long)(name), \
560 #define __sanitizer_syscall_post_setsockopt(res, s, level, name, val, valsize) \ argument
562 res, (long long)(s), (long long)(level), (long long)(name), \
566 #define __sanitizer_syscall_post_listen(res, s, backlog) \ argument
567 __sanitizer_syscall_post_impl_listen(res, (long long)(s), \
573 #define __sanitizer_syscall_post_compat_43_osigvec(res, signum, nsv, osv) \ argument
575 res, (long long)(signum), (long long)(nsv), (long long)(osv))
578 #define __sanitizer_syscall_post_compat_43_osigblock(res, mask) \ argument
579 __sanitizer_syscall_post_impl_compat_43_osigblock(res, (long long)(mask))
582 #define __sanitizer_syscall_post_compat_43_osigsetmask(res, mask) \ argument
583 __sanitizer_syscall_post_impl_compat_43_osigsetmask(res, (long long)(mask))
586 #define __sanitizer_syscall_post_compat_13_sigsuspend13(res, mask) \ argument
587 __sanitizer_syscall_post_impl_compat_13_sigsuspend13(res, (long long)(mask))
591 #define __sanitizer_syscall_post_compat_43_osigstack(res, nss, oss) \ argument
592 __sanitizer_syscall_post_impl_compat_43_osigstack(res, (long long)(nss), \
597 #define __sanitizer_syscall_post_compat_43_orecvmsg(res, s, msg, flags) \ argument
599 res, (long long)(s), (long long)(msg), (long long)(flags))
603 #define __sanitizer_syscall_post_compat_43_osendmsg(res, s, msg, flags) \ argument
605 res, (long long)(s), (long long)(msg), (long long)(flags))
610 #define __sanitizer_syscall_post_compat_50_gettimeofday(res, tp, tzp) \ argument
611 __sanitizer_syscall_post_impl_compat_50_gettimeofday(res, (long long)(tp), \
616 #define __sanitizer_syscall_post_compat_50_getrusage(res, who, rusage) \ argument
617 __sanitizer_syscall_post_impl_compat_50_getrusage(res, (long long)(who), \
623 #define __sanitizer_syscall_post_getsockopt(res, s, level, name, val, \ argument
626 res, (long long)(s), (long long)(level), (long long)(name), \
632 #define __sanitizer_syscall_post_readv(res, fd, iovp, iovcnt) \ argument
633 __sanitizer_syscall_post_impl_readv(res, (long long)(fd), (long long)(iovp), \
638 #define __sanitizer_syscall_post_writev(res, fd, iovp, iovcnt) \ argument
639 __sanitizer_syscall_post_impl_writev(res, (long long)(fd), \
644 #define __sanitizer_syscall_post_compat_50_settimeofday(res, tv, tzp) \ argument
645 __sanitizer_syscall_post_impl_compat_50_settimeofday(res, (long long)(tv), \
650 #define __sanitizer_syscall_post_fchown(res, fd, uid, gid) \ argument
651 __sanitizer_syscall_post_impl_fchown(res, (long long)(fd), (long long)(uid), \
655 #define __sanitizer_syscall_post_fchmod(res, fd, mode) \ argument
656 __sanitizer_syscall_post_impl_fchmod(res, (long long)(fd), (long long)(mode))
662 #define __sanitizer_syscall_post_compat_43_orecvfrom(res, s, buf, len, flags, \ argument
665 res, (long long)(s), (long long)(buf), (long long)(len), \
669 #define __sanitizer_syscall_post_setreuid(res, ruid, euid) \ argument
670 __sanitizer_syscall_post_impl_setreuid(res, (long long)(ruid), \
674 #define __sanitizer_syscall_post_setregid(res, rgid, egid) \ argument
675 __sanitizer_syscall_post_impl_setregid(res, (long long)(rgid), \
679 #define __sanitizer_syscall_post_rename(res, from, to) \ argument
680 __sanitizer_syscall_post_impl_rename(res, (long long)(from), (long long)(to))
684 #define __sanitizer_syscall_post_compat_43_otruncate(res, path, length) \ argument
685 __sanitizer_syscall_post_impl_compat_43_otruncate(res, (long long)(path), \
690 #define __sanitizer_syscall_post_compat_43_oftruncate(res, fd, length) \ argument
691 __sanitizer_syscall_post_impl_compat_43_oftruncate(res, (long long)(fd), \
695 #define __sanitizer_syscall_post_flock(res, fd, how) \ argument
696 __sanitizer_syscall_post_impl_flock(res, (long long)(fd), (long long)(how))
699 #define __sanitizer_syscall_post_mkfifo(res, path, mode) \ argument
700 __sanitizer_syscall_post_impl_mkfifo(res, (long long)(path), \
706 #define __sanitizer_syscall_post_sendto(res, s, buf, len, flags, to, tolen) \ argument
707 __sanitizer_syscall_post_impl_sendto(res, (long long)(s), (long long)(buf), \
712 #define __sanitizer_syscall_post_shutdown(res, s, how) \ argument
713 __sanitizer_syscall_post_impl_shutdown(res, (long long)(s), (long long)(how))
718 #define __sanitizer_syscall_post_socketpair(res, domain, type, protocol, rsv) \ argument
720 res, (long long)(domain), (long long)(type), (long long)(protocol), \
724 #define __sanitizer_syscall_post_mkdir(res, path, mode) \ argument
725 __sanitizer_syscall_post_impl_mkdir(res, (long long)(path), (long long)(mode))
728 #define __sanitizer_syscall_post_rmdir(res, path) \ argument
729 __sanitizer_syscall_post_impl_rmdir(res, (long long)(path))
733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument
734 __sanitizer_syscall_post_impl_compat_50_utimes(res, (long long)(path), \
740 #define __sanitizer_syscall_post_compat_50_adjtime(res, delta, olddelta) \ argument
741 __sanitizer_syscall_post_impl_compat_50_adjtime(res, (long long)(delta), \
746 #define __sanitizer_syscall_post_compat_43_ogetpeername(res, fdes, asa, alen) \ argument
748 res, (long long)(fdes), (long long)(asa), (long long)(alen))
751 #define __sanitizer_syscall_post_compat_43_ogethostid(res) \ argument
752 __sanitizer_syscall_post_impl_compat_43_ogethostid(res)
755 #define __sanitizer_syscall_post_compat_43_osethostid(res, hostid) \ argument
756 __sanitizer_syscall_post_impl_compat_43_osethostid(res, (long long)(hostid))
760 #define __sanitizer_syscall_post_compat_43_ogetrlimit(res, which, rlp) \ argument
761 __sanitizer_syscall_post_impl_compat_43_ogetrlimit(res, (long long)(which), \
766 #define __sanitizer_syscall_post_compat_43_osetrlimit(res, which, rlp) \ argument
767 __sanitizer_syscall_post_impl_compat_43_osetrlimit(res, (long long)(which), \
772 #define __sanitizer_syscall_post_compat_43_okillpg(res, pgid, signum) \ argument
773 __sanitizer_syscall_post_impl_compat_43_okillpg(res, (long long)(pgid), \
776 #define __sanitizer_syscall_post_setsid(res) \ argument
777 __sanitizer_syscall_post_impl_setsid(res)
781 #define __sanitizer_syscall_post_compat_50_quotactl(res, path, cmd, uid, arg) \ argument
783 res, (long long)(path), (long long)(cmd), (long long)(uid), \
787 #define __sanitizer_syscall_post_compat_43_oquota(res) \ argument
788 __sanitizer_syscall_post_impl_compat_43_oquota(res)
792 #define __sanitizer_syscall_post_compat_43_ogetsockname(res, fdec, asa, alen) \ argument
794 res, (long long)(fdec), (long long)(asa), (long long)(alen))
801 #define __sanitizer_syscall_post_nfssvc(res, flag, argp) \ argument
802 __sanitizer_syscall_post_impl_nfssvc(res, (long long)(flag), \
809 #define __sanitizer_syscall_post_compat_43_ogetdirentries(res, fd, buf, count, \ argument
812 res, (long long)(fd), (long long)(buf), (long long)(count), \
817 #define __sanitizer_syscall_post_compat_20_statfs(res, path, buf) \ argument
818 __sanitizer_syscall_post_impl_compat_20_statfs(res, (long long)(path), \
823 #define __sanitizer_syscall_post_compat_20_fstatfs(res, fd, buf) \ argument
824 __sanitizer_syscall_post_impl_compat_20_fstatfs(res, (long long)(fd), \
831 #define __sanitizer_syscall_post_compat_30_getfh(res, fname, fhp) \ argument
832 __sanitizer_syscall_post_impl_compat_30_getfh(res, (long long)(fname), \
837 #define __sanitizer_syscall_post_compat_09_ogetdomainname(res, domainname, \ argument
840 res, (long long)(domainname), (long long)(len))
844 #define __sanitizer_syscall_post_compat_09_osetdomainname(res, domainname, \ argument
847 res, (long long)(domainname), (long long)(len))
850 #define __sanitizer_syscall_post_compat_09_ouname(res, name) \ argument
851 __sanitizer_syscall_post_impl_compat_09_ouname(res, (long long)(name))
854 #define __sanitizer_syscall_post_sysarch(res, op, parms) \ argument
855 __sanitizer_syscall_post_impl_sysarch(res, (long long)(op), \
863 #define __sanitizer_syscall_post___futex(res, uaddr, op, val, timeout, uaddr2, \ argument
866 res, (long long)(uaddr), (long long)(op), (long long)(val), \
872 #define __sanitizer_syscall_post___futex_set_robust_list(res, head, len) \ argument
874 res, (long long)(head), (long long)(len))
878 #define __sanitizer_syscall_post___futex_get_robust_list(res, lwpid, headp, \ argument
881 res, (long long)(lwpid), (long long)(headp), (long long)(lenp))
887 #define __sanitizer_syscall_post_compat_10_osemsys(res, which, a2, a3, a4, a5) \ argument
889 res, (long long)(which), (long long)(a2), (long long)(a3), \
899 #define __sanitizer_syscall_post_compat_10_omsgsys(res, which, a2, a3, a4, a5, \ argument
902 res, (long long)(which), (long long)(a2), (long long)(a3), \
911 #define __sanitizer_syscall_post_compat_10_oshmsys(res, which, a2, a3, a4) \ argument
913 res, (long long)(which), (long long)(a2), (long long)(a3), \
923 #define __sanitizer_syscall_post_pread(res, fd, buf, nbyte, PAD, offset) \ argument
924 __sanitizer_syscall_post_impl_pread(res, (long long)(fd), (long long)(buf), \
931 #define __sanitizer_syscall_post_pwrite(res, fd, buf, nbyte, PAD, offset) \ argument
932 __sanitizer_syscall_post_impl_pwrite(res, (long long)(fd), (long long)(buf), \
937 #define __sanitizer_syscall_post_compat_30_ntp_gettime(res, ntvp) \ argument
938 __sanitizer_syscall_post_impl_compat_30_ntp_gettime(res, (long long)(ntvp))
942 #define __sanitizer_syscall_post_ntp_adjtime(res, tp) \ argument
943 __sanitizer_syscall_post_impl_ntp_adjtime(res, (long long)(tp))
953 #define __sanitizer_syscall_post_setgid(res, gid) \ argument
954 __sanitizer_syscall_post_impl_setgid(res, (long long)(gid))
957 #define __sanitizer_syscall_post_setegid(res, egid) \ argument
958 __sanitizer_syscall_post_impl_setegid(res, (long long)(egid))
961 #define __sanitizer_syscall_post_seteuid(res, euid) \ argument
962 __sanitizer_syscall_post_impl_seteuid(res, (long long)(euid))
966 #define __sanitizer_syscall_post_lfs_bmapv(res, fsidp, blkiov, blkcnt) \ argument
968 res, (long long)(fsidp), (long long)(blkiov), (long long)(blkcnt))
972 #define __sanitizer_syscall_post_lfs_markv(res, fsidp, blkiov, blkcnt) \ argument
974 res, (long long)(fsidp), (long long)(blkiov), (long long)(blkcnt))
978 #define __sanitizer_syscall_post_lfs_segclean(res, fsidp, segment) \ argument
979 __sanitizer_syscall_post_impl_lfs_segclean(res, (long long)(fsidp), \
984 #define __sanitizer_syscall_post_compat_50_lfs_segwait(res, fsidp, tv) \ argument
985 __sanitizer_syscall_post_impl_compat_50_lfs_segwait(res, (long long)(fsidp), \
990 #define __sanitizer_syscall_post_compat_12_stat12(res, path, ub) \ argument
991 __sanitizer_syscall_post_impl_compat_12_stat12(res, (long long)(path), \
996 #define __sanitizer_syscall_post_compat_12_fstat12(res, fd, sb) \ argument
997 __sanitizer_syscall_post_impl_compat_12_fstat12(res, (long long)(fd), \
1002 #define __sanitizer_syscall_post_compat_12_lstat12(res, path, ub) \ argument
1003 __sanitizer_syscall_post_impl_compat_12_lstat12(res, (long long)(path), \
1007 #define __sanitizer_syscall_post_pathconf(res, path, name) \ argument
1008 __sanitizer_syscall_post_impl_pathconf(res, (long long)(path), \
1012 #define __sanitizer_syscall_post_fpathconf(res, fd, name) \ argument
1013 __sanitizer_syscall_post_impl_fpathconf(res, (long long)(fd), \
1019 #define __sanitizer_syscall_post_getsockopt2(res, s, level, name, val, \ argument
1022 res, (long long)(s), (long long)(level), (long long)(name), \
1026 #define __sanitizer_syscall_post_getrlimit(res, which, rlp) \ argument
1027 __sanitizer_syscall_post_impl_getrlimit(res, (long long)(which), \
1031 #define __sanitizer_syscall_post_setrlimit(res, which, rlp) \ argument
1032 __sanitizer_syscall_post_impl_setrlimit(res, (long long)(which), \
1038 #define __sanitizer_syscall_post_compat_12_getdirentries(res, fd, buf, count, \ argument
1041 res, (long long)(fd), (long long)(buf), (long long)(count), \
1047 #define __sanitizer_syscall_post_mmap(res, addr, len, prot, flags, fd, PAD, \ argument
1050 res, (long long)(addr), (long long)(len), (long long)(prot), \
1058 #define __sanitizer_syscall_post___syscall(res, code, arg0, arg1, arg2, arg3, \ argument
1061 res, (long long)(code), (long long)(arg0), (long long)(arg1), \
1067 #define __sanitizer_syscall_post_lseek(res, fd, PAD, offset, whence) \ argument
1068 __sanitizer_syscall_post_impl_lseek(res, (long long)(fd), (long long)(PAD), \
1074 #define __sanitizer_syscall_post_truncate(res, path, PAD, length) \ argument
1076 res, (long long)(path), (long long)(PAD), (long long)(length))
1080 #define __sanitizer_syscall_post_ftruncate(res, fd, PAD, length) \ argument
1082 res, (long long)(fd), (long long)(PAD), (long long)(length))
1088 #define __sanitizer_syscall_post___sysctl(res, name, namelen, oldv, oldlenp, \ argument
1091 res, (long long)(name), (long long)(namelen), (long long)(oldv), \
1095 #define __sanitizer_syscall_post_mlock(res, addr, len) \ argument
1096 __sanitizer_syscall_post_impl_mlock(res, (long long)(addr), (long long)(len))
1099 #define __sanitizer_syscall_post_munlock(res, addr, len) \ argument
1100 __sanitizer_syscall_post_impl_munlock(res, (long long)(addr), \
1104 #define __sanitizer_syscall_post_undelete(res, path) \ argument
1105 __sanitizer_syscall_post_impl_undelete(res, (long long)(path))
1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument
1110 __sanitizer_syscall_post_impl_compat_50_futimes(res, (long long)(fd), \
1114 #define __sanitizer_syscall_post_getpgid(res, pid) \ argument
1115 __sanitizer_syscall_post_impl_getpgid(res, (long long)(pid))
1118 #define __sanitizer_syscall_post_reboot(res, opt, bootstr) \ argument
1119 __sanitizer_syscall_post_impl_reboot(res, (long long)(opt), \
1124 #define __sanitizer_syscall_post_poll(res, fds, nfds, timeout) \ argument
1125 __sanitizer_syscall_post_impl_poll(res, (long long)(fds), (long long)(nfds), \
1131 #define __sanitizer_syscall_post_afssys(res, id, a1, a2, a3, a4, a5, a6) \ argument
1133 res, (long long)(id), (long long)(a1), (long long)(a2), (long long)(a3), \
1148 #define __sanitizer_syscall_post_compat_14___semctl(res, semid, semnum, cmd, \ argument
1151 res, (long long)(semid), (long long)(semnum), (long long)(cmd), \
1156 #define __sanitizer_syscall_post_semget(res, key, nsems, semflg) \ argument
1158 res, (long long)(key), (long long)(nsems), (long long)(semflg))
1162 #define __sanitizer_syscall_post_semop(res, semid, sops, nsops) \ argument
1163 __sanitizer_syscall_post_impl_semop(res, (long long)(semid), \
1167 #define __sanitizer_syscall_post_semconfig(res, flag) \ argument
1168 __sanitizer_syscall_post_impl_semconfig(res, (long long)(flag))
1172 #define __sanitizer_syscall_post_compat_14_msgctl(res, msqid, cmd, buf) \ argument
1174 res, (long long)(msqid), (long long)(cmd), (long long)(buf))
1177 #define __sanitizer_syscall_post_msgget(res, key, msgflg) \ argument
1178 __sanitizer_syscall_post_impl_msgget(res, (long long)(key), \
1183 #define __sanitizer_syscall_post_msgsnd(res, msqid, msgp, msgsz, msgflg) \ argument
1184 __sanitizer_syscall_post_impl_msgsnd(res, (long long)(msqid), \
1191 #define __sanitizer_syscall_post_msgrcv(res, msqid, msgp, msgsz, msgtyp, \ argument
1194 res, (long long)(msqid), (long long)(msgp), (long long)(msgsz), \
1199 #define __sanitizer_syscall_post_shmat(res, shmid, shmaddr, shmflg) \ argument
1201 res, (long long)(shmid), (long long)(shmaddr), (long long)(shmflg))
1205 #define __sanitizer_syscall_post_compat_14_shmctl(res, shmid, cmd, buf) \ argument
1207 res, (long long)(shmid), (long long)(cmd), (long long)(buf))
1210 #define __sanitizer_syscall_post_shmdt(res, shmaddr) \ argument
1211 __sanitizer_syscall_post_impl_shmdt(res, (long long)(shmaddr))
1215 #define __sanitizer_syscall_post_shmget(res, key, size, shmflg) \ argument
1216 __sanitizer_syscall_post_impl_shmget(res, (long long)(key), \
1221 #define __sanitizer_syscall_post_compat_50_clock_gettime(res, clock_id, tp) \ argument
1223 res, (long long)(clock_id), (long long)(tp))
1227 #define __sanitizer_syscall_post_compat_50_clock_settime(res, clock_id, tp) \ argument
1229 res, (long long)(clock_id), (long long)(tp))
1233 #define __sanitizer_syscall_post_compat_50_clock_getres(res, clock_id, tp) \ argument
1235 res, (long long)(clock_id), (long long)(tp))
1239 #define __sanitizer_syscall_post_timer_create(res, clock_id, evp, timerid) \ argument
1241 res, (long long)(clock_id), (long long)(evp), (long long)(timerid))
1244 #define __sanitizer_syscall_post_timer_delete(res, timerid) \ argument
1245 __sanitizer_syscall_post_impl_timer_delete(res, (long long)(timerid))
1251 #define __sanitizer_syscall_post_compat_50_timer_settime(res, timerid, flags, \ argument
1254 res, (long long)(timerid), (long long)(flags), (long long)(value), \
1259 #define __sanitizer_syscall_post_compat_50_timer_gettime(res, timerid, value) \ argument
1261 res, (long long)(timerid), (long long)(value))
1264 #define __sanitizer_syscall_post_timer_getoverrun(res, timerid) \ argument
1265 __sanitizer_syscall_post_impl_timer_getoverrun(res, (long long)(timerid))
1269 #define __sanitizer_syscall_post_compat_50_nanosleep(res, rqtp, rmtp) \ argument
1270 __sanitizer_syscall_post_impl_compat_50_nanosleep(res, (long long)(rqtp), \
1274 #define __sanitizer_syscall_post_fdatasync(res, fd) \ argument
1275 __sanitizer_syscall_post_impl_fdatasync(res, (long long)(fd))
1278 #define __sanitizer_syscall_post_mlockall(res, flags) \ argument
1279 __sanitizer_syscall_post_impl_mlockall(res, (long long)(flags))
1282 #define __sanitizer_syscall_post_munlockall(res) \ argument
1283 __sanitizer_syscall_post_impl_munlockall(res)
1287 #define __sanitizer_syscall_post_compat_50___sigtimedwait(res, set, info, \ argument
1290 res, (long long)(set), (long long)(info), (long long)(timeout))
1293 #define __sanitizer_syscall_post_sigqueueinfo(res, pid, info) \ argument
1294 __sanitizer_syscall_post_impl_sigqueueinfo(res, (long long)(pid), \
1298 #define __sanitizer_syscall_post_modctl(res, cmd, arg) \ argument
1299 __sanitizer_syscall_post_impl_modctl(res, (long long)(cmd), (long long)(arg))
1302 #define __sanitizer_syscall_post__ksem_init(res, value, idp) \ argument
1303 __sanitizer_syscall_post_impl__ksem_init(res, (long long)(value), \
1309 #define __sanitizer_syscall_post__ksem_open(res, name, oflag, mode, value, \ argument
1312 res, (long long)(name), (long long)(oflag), (long long)(mode), \
1316 #define __sanitizer_syscall_post__ksem_unlink(res, name) \ argument
1317 __sanitizer_syscall_post_impl__ksem_unlink(res, (long long)(name))
1320 #define __sanitizer_syscall_post__ksem_close(res, id) \ argument
1321 __sanitizer_syscall_post_impl__ksem_close(res, (long long)(id))
1324 #define __sanitizer_syscall_post__ksem_post(res, id) \ argument
1325 __sanitizer_syscall_post_impl__ksem_post(res, (long long)(id))
1328 #define __sanitizer_syscall_post__ksem_wait(res, id) \ argument
1329 __sanitizer_syscall_post_impl__ksem_wait(res, (long long)(id))
1332 #define __sanitizer_syscall_post__ksem_trywait(res, id) \ argument
1333 __sanitizer_syscall_post_impl__ksem_trywait(res, (long long)(id))
1337 #define __sanitizer_syscall_post__ksem_getvalue(res, id, value) \ argument
1338 __sanitizer_syscall_post_impl__ksem_getvalue(res, (long long)(id), \
1342 #define __sanitizer_syscall_post__ksem_destroy(res, id) \ argument
1343 __sanitizer_syscall_post_impl__ksem_destroy(res, (long long)(id))
1347 #define __sanitizer_syscall_post__ksem_timedwait(res, id, abstime) \ argument
1348 __sanitizer_syscall_post_impl__ksem_timedwait(res, (long long)(id), \
1353 #define __sanitizer_syscall_post_mq_open(res, name, oflag, mode, attr) \ argument
1354 __sanitizer_syscall_post_impl_mq_open(res, (long long)(name), \
1359 #define __sanitizer_syscall_post_mq_close(res, mqdes) \ argument
1360 __sanitizer_syscall_post_impl_mq_close(res, (long long)(mqdes))
1363 #define __sanitizer_syscall_post_mq_unlink(res, name) \ argument
1364 __sanitizer_syscall_post_impl_mq_unlink(res, (long long)(name))
1368 #define __sanitizer_syscall_post_mq_getattr(res, mqdes, mqstat) \ argument
1369 __sanitizer_syscall_post_impl_mq_getattr(res, (long long)(mqdes), \
1374 #define __sanitizer_syscall_post_mq_setattr(res, mqdes, mqstat, omqstat) \ argument
1376 res, (long long)(mqdes), (long long)(mqstat), (long long)(omqstat))
1380 #define __sanitizer_syscall_post_mq_notify(res, mqdes, notification) \ argument
1381 __sanitizer_syscall_post_impl_mq_notify(res, (long long)(mqdes), \
1387 #define __sanitizer_syscall_post_mq_send(res, mqdes, msg_ptr, msg_len, \ argument
1390 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
1396 #define __sanitizer_syscall_post_mq_receive(res, mqdes, msg_ptr, msg_len, \ argument
1399 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
1407 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument
1409 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
1417 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument
1419 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
1427 #define __sanitizer_syscall_post___posix_rename(res, from, to) \ argument
1428 __sanitizer_syscall_post_impl___posix_rename(res, (long long)(from), \
1433 #define __sanitizer_syscall_post_swapctl(res, cmd, arg, misc) \ argument
1434 __sanitizer_syscall_post_impl_swapctl(res, (long long)(cmd), \
1439 #define __sanitizer_syscall_post_compat_30_getdents(res, fd, buf, count) \ argument
1441 res, (long long)(fd), (long long)(buf), (long long)(count))
1445 #define __sanitizer_syscall_post_minherit(res, addr, len, inherit) \ argument
1447 res, (long long)(addr), (long long)(len), (long long)(inherit))
1450 #define __sanitizer_syscall_post_lchmod(res, path, mode) \ argument
1451 __sanitizer_syscall_post_impl_lchmod(res, (long long)(path), \
1456 #define __sanitizer_syscall_post_lchown(res, path, uid, gid) \ argument
1457 __sanitizer_syscall_post_impl_lchown(res, (long long)(path), \
1462 #define __sanitizer_syscall_post_compat_50_lutimes(res, path, tptr) \ argument
1463 __sanitizer_syscall_post_impl_compat_50_lutimes(res, (long long)(path), \
1468 #define __sanitizer_syscall_post___msync13(res, addr, len, flags) \ argument
1470 res, (long long)(addr), (long long)(len), (long long)(flags))
1474 #define __sanitizer_syscall_post_compat_30___stat13(res, path, ub) \ argument
1475 __sanitizer_syscall_post_impl_compat_30___stat13(res, (long long)(path), \
1480 #define __sanitizer_syscall_post_compat_30___fstat13(res, fd, sb) \ argument
1481 __sanitizer_syscall_post_impl_compat_30___fstat13(res, (long long)(fd), \
1486 #define __sanitizer_syscall_post_compat_30___lstat13(res, path, ub) \ argument
1487 __sanitizer_syscall_post_impl_compat_30___lstat13(res, (long long)(path), \
1492 #define __sanitizer_syscall_post___sigaltstack14(res, nss, oss) \ argument
1493 __sanitizer_syscall_post_impl___sigaltstack14(res, (long long)(nss), \
1497 #define __sanitizer_syscall_post___vfork14(res) \ argument
1498 __sanitizer_syscall_post_impl___vfork14(res)
1502 #define __sanitizer_syscall_post___posix_chown(res, path, uid, gid) \ argument
1504 res, (long long)(path), (long long)(uid), (long long)(gid))
1508 #define __sanitizer_syscall_post___posix_fchown(res, fd, uid, gid) \ argument
1510 res, (long long)(fd), (long long)(uid), (long long)(gid))
1514 #define __sanitizer_syscall_post___posix_lchown(res, path, uid, gid) \ argument
1516 res, (long long)(path), (long long)(uid), (long long)(gid))
1519 #define __sanitizer_syscall_post_getsid(res, pid) \ argument
1520 __sanitizer_syscall_post_impl_getsid(res, (long long)(pid))
1523 #define __sanitizer_syscall_post___clone(res, flags, stack) \ argument
1524 __sanitizer_syscall_post_impl___clone(res, (long long)(flags), \
1529 #define __sanitizer_syscall_post_fktrace(res, fd, ops, facs, pid) \ argument
1530 __sanitizer_syscall_post_impl_fktrace(res, (long long)(fd), \
1537 #define __sanitizer_syscall_post_preadv(res, fd, iovp, iovcnt, PAD, offset) \ argument
1538 __sanitizer_syscall_post_impl_preadv(res, (long long)(fd), \
1545 #define __sanitizer_syscall_post_pwritev(res, fd, iovp, iovcnt, PAD, offset) \ argument
1547 res, (long long)(fd), (long long)(iovp), (long long)(iovcnt), \
1552 #define __sanitizer_syscall_post_compat_16___sigaction14(res, signum, nsa, \ argument
1555 res, (long long)(signum), (long long)(nsa), (long long)(osa))
1558 #define __sanitizer_syscall_post___sigpending14(res, set) \ argument
1559 __sanitizer_syscall_post_impl___sigpending14(res, (long long)(set))
1563 #define __sanitizer_syscall_post___sigprocmask14(res, how, set, oset) \ argument
1565 res, (long long)(how), (long long)(set), (long long)(oset))
1568 #define __sanitizer_syscall_post___sigsuspend14(res, set) \ argument
1569 __sanitizer_syscall_post_impl___sigsuspend14(res, (long long)(set))
1572 #define __sanitizer_syscall_post_compat_16___sigreturn14(res, sigcntxp) \ argument
1573 __sanitizer_syscall_post_impl_compat_16___sigreturn14(res, \
1577 #define __sanitizer_syscall_post___getcwd(res, bufp, length) \ argument
1578 __sanitizer_syscall_post_impl___getcwd(res, (long long)(bufp), \
1582 #define __sanitizer_syscall_post_fchroot(res, fd) \ argument
1583 __sanitizer_syscall_post_impl_fchroot(res, (long long)(fd))
1587 #define __sanitizer_syscall_post_compat_30_fhopen(res, fhp, flags) \ argument
1588 __sanitizer_syscall_post_impl_compat_30_fhopen(res, (long long)(fhp), \
1593 #define __sanitizer_syscall_post_compat_30_fhstat(res, fhp, sb) \ argument
1594 __sanitizer_syscall_post_impl_compat_30_fhstat(res, (long long)(fhp), \
1599 #define __sanitizer_syscall_post_compat_20_fhstatfs(res, fhp, buf) \ argument
1600 __sanitizer_syscall_post_impl_compat_20_fhstatfs(res, (long long)(fhp), \
1607 #define __sanitizer_syscall_post_compat_50_____semctl13(res, semid, semnum, \ argument
1610 res, (long long)(semid), (long long)(semnum), (long long)(cmd), \
1615 #define __sanitizer_syscall_post_compat_50___msgctl13(res, msqid, cmd, buf) \ argument
1617 res, (long long)(msqid), (long long)(cmd), (long long)(buf))
1621 #define __sanitizer_syscall_post_compat_50___shmctl13(res, shmid, cmd, buf) \ argument
1623 res, (long long)(shmid), (long long)(cmd), (long long)(buf))
1626 #define __sanitizer_syscall_post_lchflags(res, path, flags) \ argument
1627 __sanitizer_syscall_post_impl_lchflags(res, (long long)(path), \
1631 #define __sanitizer_syscall_post_issetugid(res) \ argument
1632 __sanitizer_syscall_post_impl_issetugid(res)
1636 #define __sanitizer_syscall_post_utrace(res, label, addr, len) \ argument
1637 __sanitizer_syscall_post_impl_utrace(res, (long long)(label), \
1641 #define __sanitizer_syscall_post_getcontext(res, ucp) \ argument
1642 __sanitizer_syscall_post_impl_getcontext(res, (long long)(ucp))
1645 #define __sanitizer_syscall_post_setcontext(res, ucp) \ argument
1646 __sanitizer_syscall_post_impl_setcontext(res, (long long)(ucp))
1650 #define __sanitizer_syscall_post__lwp_create(res, ucp, flags, new_lwp) \ argument
1652 res, (long long)(ucp), (long long)(flags), (long long)(new_lwp))
1655 #define __sanitizer_syscall_post__lwp_exit(res) \ argument
1656 __sanitizer_syscall_post_impl__lwp_exit(res)
1659 #define __sanitizer_syscall_post__lwp_self(res) \ argument
1660 __sanitizer_syscall_post_impl__lwp_self(res)
1664 #define __sanitizer_syscall_post__lwp_wait(res, wait_for, departed) \ argument
1665 __sanitizer_syscall_post_impl__lwp_wait(res, (long long)(wait_for), \
1669 #define __sanitizer_syscall_post__lwp_suspend(res, target) \ argument
1670 __sanitizer_syscall_post_impl__lwp_suspend(res, (long long)(target))
1673 #define __sanitizer_syscall_post__lwp_continue(res, target) \ argument
1674 __sanitizer_syscall_post_impl__lwp_continue(res, (long long)(target))
1677 #define __sanitizer_syscall_post__lwp_wakeup(res, target) \ argument
1678 __sanitizer_syscall_post_impl__lwp_wakeup(res, (long long)(target))
1681 #define __sanitizer_syscall_post__lwp_getprivate(res) \ argument
1682 __sanitizer_syscall_post_impl__lwp_getprivate(res)
1685 #define __sanitizer_syscall_post__lwp_setprivate(res, ptr) \ argument
1686 __sanitizer_syscall_post_impl__lwp_setprivate(res, (long long)(ptr))
1690 #define __sanitizer_syscall_post__lwp_kill(res, target, signo) \ argument
1691 __sanitizer_syscall_post_impl__lwp_kill(res, (long long)(target), \
1695 #define __sanitizer_syscall_post__lwp_detach(res, target) \ argument
1696 __sanitizer_syscall_post_impl__lwp_detach(res, (long long)(target))
1702 #define __sanitizer_syscall_post_compat_50__lwp_park(res, ts, unpark, hint, \ argument
1705 res, (long long)(ts), (long long)(unpark), (long long)(hint), \
1710 #define __sanitizer_syscall_post__lwp_unpark(res, target, hint) \ argument
1711 __sanitizer_syscall_post_impl__lwp_unpark(res, (long long)(target), \
1716 #define __sanitizer_syscall_post__lwp_unpark_all(res, targets, ntargets, hint) \ argument
1718 res, (long long)(targets), (long long)(ntargets), (long long)(hint))
1722 #define __sanitizer_syscall_post__lwp_setname(res, target, name) \ argument
1723 __sanitizer_syscall_post_impl__lwp_setname(res, (long long)(target), \
1728 #define __sanitizer_syscall_post__lwp_getname(res, target, name, len) \ argument
1730 res, (long long)(target), (long long)(name), (long long)(len))
1734 #define __sanitizer_syscall_post__lwp_ctl(res, features, address) \ argument
1735 __sanitizer_syscall_post_impl__lwp_ctl(res, (long long)(features), \
1746 #define __sanitizer_syscall_post_compat_60_sa_register(res, newv, oldv, flags, \ argument
1749 res, (long long)(newv), (long long)(oldv), (long long)(flags), \
1754 #define __sanitizer_syscall_post_compat_60_sa_stacks(res, num, stacks) \ argument
1755 __sanitizer_syscall_post_impl_compat_60_sa_stacks(res, (long long)(num), \
1759 #define __sanitizer_syscall_post_compat_60_sa_enable(res) \ argument
1760 __sanitizer_syscall_post_impl_compat_60_sa_enable(res)
1764 #define __sanitizer_syscall_post_compat_60_sa_setconcurrency(res, concurrency) \ argument
1766 res, (long long)(concurrency))
1769 #define __sanitizer_syscall_post_compat_60_sa_yield(res) \ argument
1770 __sanitizer_syscall_post_impl_compat_60_sa_yield(res)
1773 #define __sanitizer_syscall_post_compat_60_sa_preempt(res, sa_id) \ argument
1774 __sanitizer_syscall_post_impl_compat_60_sa_preempt(res, (long long)(sa_id))
1784 #define __sanitizer_syscall_post___sigaction_sigtramp(res, signum, nsa, osa, \ argument
1787 res, (long long)(signum), (long long)(nsa), (long long)(osa), \
1794 #define __sanitizer_syscall_post_rasctl(res, addr, len, op) \ argument
1795 __sanitizer_syscall_post_impl_rasctl(res, (long long)(addr), \
1798 #define __sanitizer_syscall_post_kqueue(res) \ argument
1799 __sanitizer_syscall_post_impl_kqueue(res)
1806 res, fd, changelist, nchanges, eventlist, nevents, timeout) \ argument
1808 res, (long long)(fd), (long long)(changelist), (long long)(nchanges), \
1814 #define __sanitizer_syscall_post__sched_setparam(res, pid, lid, policy, \ argument
1817 res, (long long)(pid), (long long)(lid), (long long)(policy), \
1823 #define __sanitizer_syscall_post__sched_getparam(res, pid, lid, policy, \ argument
1826 res, (long long)(pid), (long long)(lid), (long long)(policy), \
1832 #define __sanitizer_syscall_post__sched_setaffinity(res, pid, lid, size, \ argument
1835 res, (long long)(pid), (long long)(lid), (long long)(size), \
1841 #define __sanitizer_syscall_post__sched_getaffinity(res, pid, lid, size, \ argument
1844 res, (long long)(pid), (long long)(lid), (long long)(size), \
1848 #define __sanitizer_syscall_post_sched_yield(res) \ argument
1849 __sanitizer_syscall_post_impl_sched_yield(res)
1852 #define __sanitizer_syscall_post__sched_protect(res, priority) \ argument
1853 __sanitizer_syscall_post_impl__sched_protect(res, (long long)(priority))
1860 #define __sanitizer_syscall_post_fsync_range(res, fd, flags, start, length) \ argument
1862 res, (long long)(fd), (long long)(flags), (long long)(start), \
1866 #define __sanitizer_syscall_post_uuidgen(res, store, count) \ argument
1867 __sanitizer_syscall_post_impl_uuidgen(res, (long long)(store), \
1872 #define __sanitizer_syscall_post_compat_90_getvfsstat(res, buf, bufsize, \ argument
1875 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
1879 #define __sanitizer_syscall_post_compat_90_statvfs1(res, path, buf, flags) \ argument
1881 res, (long long)(path), (long long)(buf), (long long)(flags))
1885 #define __sanitizer_syscall_post_compat_90_fstatvfs1(res, fd, buf, flags) \ argument
1887 res, (long long)(fd), (long long)(buf), (long long)(flags))
1891 #define __sanitizer_syscall_post_compat_30_fhstatvfs1(res, fhp, buf, flags) \ argument
1893 res, (long long)(fhp), (long long)(buf), (long long)(flags))
1899 #define __sanitizer_syscall_post_extattrctl(res, path, cmd, filename, \ argument
1902 res, (long long)(path), (long long)(cmd), (long long)(filename), \
1909 #define __sanitizer_syscall_post_extattr_set_file(res, path, attrnamespace, \ argument
1912 res, (long long)(path), (long long)(attrnamespace), \
1919 #define __sanitizer_syscall_post_extattr_get_file(res, path, attrnamespace, \ argument
1922 res, (long long)(path), (long long)(attrnamespace), \
1928 #define __sanitizer_syscall_post_extattr_delete_file(res, path, attrnamespace, \ argument
1931 res, (long long)(path), (long long)(attrnamespace), \
1938 #define __sanitizer_syscall_post_extattr_set_fd(res, fd, attrnamespace, \ argument
1941 res, (long long)(fd), (long long)(attrnamespace), (long long)(attrname), \
1948 #define __sanitizer_syscall_post_extattr_get_fd(res, fd, attrnamespace, \ argument
1951 res, (long long)(fd), (long long)(attrnamespace), (long long)(attrname), \
1956 #define __sanitizer_syscall_post_extattr_delete_fd(res, fd, attrnamespace, \ argument
1959 res, (long long)(fd), (long long)(attrnamespace), (long long)(attrname))
1965 #define __sanitizer_syscall_post_extattr_set_link(res, path, attrnamespace, \ argument
1968 res, (long long)(path), (long long)(attrnamespace), \
1975 #define __sanitizer_syscall_post_extattr_get_link(res, path, attrnamespace, \ argument
1978 res, (long long)(path), (long long)(attrnamespace), \
1984 #define __sanitizer_syscall_post_extattr_delete_link(res, path, attrnamespace, \ argument
1987 res, (long long)(path), (long long)(attrnamespace), \
1994 #define __sanitizer_syscall_post_extattr_list_fd(res, fd, attrnamespace, data, \ argument
1997 res, (long long)(fd), (long long)(attrnamespace), (long long)(data), \
2004 #define __sanitizer_syscall_post_extattr_list_file(res, path, attrnamespace, \ argument
2007 res, (long long)(path), (long long)(attrnamespace), (long long)(data), \
2014 #define __sanitizer_syscall_post_extattr_list_link(res, path, attrnamespace, \ argument
2017 res, (long long)(path), (long long)(attrnamespace), (long long)(data), \
2023 #define __sanitizer_syscall_post_compat_50_pselect(res, nd, in, ou, ex, ts, \ argument
2026 res, (long long)(nd), (long long)(in), (long long)(ou), (long long)(ex), \
2031 #define __sanitizer_syscall_post_compat_50_pollts(res, fds, nfds, ts, mask) \ argument
2033 res, (long long)(fds), (long long)(nfds), (long long)(ts), \
2039 #define __sanitizer_syscall_post_setxattr(res, path, name, value, size, flags) \ argument
2041 res, (long long)(path), (long long)(name), (long long)(value), \
2047 #define __sanitizer_syscall_post_lsetxattr(res, path, name, value, size, \ argument
2050 res, (long long)(path), (long long)(name), (long long)(value), \
2056 #define __sanitizer_syscall_post_fsetxattr(res, fd, name, value, size, flags) \ argument
2058 res, (long long)(fd), (long long)(name), (long long)(value), \
2063 #define __sanitizer_syscall_post_getxattr(res, path, name, value, size) \ argument
2065 res, (long long)(path), (long long)(name), (long long)(value), \
2071 #define __sanitizer_syscall_post_lgetxattr(res, path, name, value, size) \ argument
2073 res, (long long)(path), (long long)(name), (long long)(value), \
2079 #define __sanitizer_syscall_post_fgetxattr(res, fd, name, value, size) \ argument
2081 res, (long long)(fd), (long long)(name), (long long)(value), \
2086 #define __sanitizer_syscall_post_listxattr(res, path, list, size) \ argument
2088 res, (long long)(path), (long long)(list), (long long)(size))
2092 #define __sanitizer_syscall_post_llistxattr(res, path, list, size) \ argument
2094 res, (long long)(path), (long long)(list), (long long)(size))
2098 #define __sanitizer_syscall_post_flistxattr(res, fd, list, size) \ argument
2100 res, (long long)(fd), (long long)(list), (long long)(size))
2103 #define __sanitizer_syscall_post_removexattr(res, path, name) \ argument
2104 __sanitizer_syscall_post_impl_removexattr(res, (long long)(path), \
2109 #define __sanitizer_syscall_post_lremovexattr(res, path, name) \ argument
2110 __sanitizer_syscall_post_impl_lremovexattr(res, (long long)(path), \
2114 #define __sanitizer_syscall_post_fremovexattr(res, fd, name) \ argument
2115 __sanitizer_syscall_post_impl_fremovexattr(res, (long long)(fd), \
2120 #define __sanitizer_syscall_post_compat_50___stat30(res, path, ub) \ argument
2121 __sanitizer_syscall_post_impl_compat_50___stat30(res, (long long)(path), \
2126 #define __sanitizer_syscall_post_compat_50___fstat30(res, fd, sb) \ argument
2127 __sanitizer_syscall_post_impl_compat_50___fstat30(res, (long long)(fd), \
2132 #define __sanitizer_syscall_post_compat_50___lstat30(res, path, ub) \ argument
2133 __sanitizer_syscall_post_impl_compat_50___lstat30(res, (long long)(path), \
2138 #define __sanitizer_syscall_post___getdents30(res, fd, buf, count) \ argument
2140 res, (long long)(fd), (long long)(buf), (long long)(count))
2143 #define __sanitizer_syscall_post_posix_fadvise(res) \ argument
2144 __sanitizer_syscall_post_impl_posix_fadvise(res, (long long)())
2148 #define __sanitizer_syscall_post_compat_30___fhstat30(res, fhp, sb) \ argument
2149 __sanitizer_syscall_post_impl_compat_30___fhstat30(res, (long long)(fhp), \
2153 #define __sanitizer_syscall_post_compat_50___ntp_gettime30(res, ntvp) \ argument
2154 __sanitizer_syscall_post_impl_compat_50___ntp_gettime30(res, \
2159 #define __sanitizer_syscall_post___socket30(res, domain, type, protocol) \ argument
2161 res, (long long)(domain), (long long)(type), (long long)(protocol))
2165 #define __sanitizer_syscall_post___getfh30(res, fname, fhp, fh_size) \ argument
2167 res, (long long)(fname), (long long)(fhp), (long long)(fh_size))
2171 #define __sanitizer_syscall_post___fhopen40(res, fhp, fh_size, flags) \ argument
2173 res, (long long)(fhp), (long long)(fh_size), (long long)(flags))
2178 #define __sanitizer_syscall_post_compat_90_fhstatvfs1(res, fhp, fh_size, buf, \ argument
2181 res, (long long)(fhp), (long long)(fh_size), (long long)(buf), \
2186 #define __sanitizer_syscall_post_compat_50___fhstat40(res, fhp, fh_size, sb) \ argument
2188 res, (long long)(fhp), (long long)(fh_size), (long long)(sb))
2192 #define __sanitizer_syscall_post_aio_cancel(res, fildes, aiocbp) \ argument
2193 __sanitizer_syscall_post_impl_aio_cancel(res, (long long)(fildes), \
2197 #define __sanitizer_syscall_post_aio_error(res, aiocbp) \ argument
2198 __sanitizer_syscall_post_impl_aio_error(res, (long long)(aiocbp))
2201 #define __sanitizer_syscall_post_aio_fsync(res, op, aiocbp) \ argument
2202 __sanitizer_syscall_post_impl_aio_fsync(res, (long long)(op), \
2206 #define __sanitizer_syscall_post_aio_read(res, aiocbp) \ argument
2207 __sanitizer_syscall_post_impl_aio_read(res, (long long)(aiocbp))
2210 #define __sanitizer_syscall_post_aio_return(res, aiocbp) \ argument
2211 __sanitizer_syscall_post_impl_aio_return(res, (long long)(aiocbp))
2215 #define __sanitizer_syscall_post_compat_50_aio_suspend(res, list, nent, \ argument
2218 res, (long long)(list), (long long)(nent), (long long)(timeout))
2221 #define __sanitizer_syscall_post_aio_write(res, aiocbp) \ argument
2222 __sanitizer_syscall_post_impl_aio_write(res, (long long)(aiocbp))
2227 #define __sanitizer_syscall_post_lio_listio(res, mode, list, nent, sig) \ argument
2229 res, (long long)(mode), (long long)(list), (long long)(nent), \
2238 #define __sanitizer_syscall_post___mount50(res, type, path, flags, data, \ argument
2241 res, (long long)(type), (long long)(path), (long long)(flags), \
2248 #define __sanitizer_syscall_post_mremap(res, old_address, old_size, \ argument
2251 res, (long long)(old_address), (long long)(old_size), \
2255 #define __sanitizer_syscall_post_pset_create(res, psid) \ argument
2256 __sanitizer_syscall_post_impl_pset_create(res, (long long)(psid))
2259 #define __sanitizer_syscall_post_pset_destroy(res, psid) \ argument
2260 __sanitizer_syscall_post_impl_pset_destroy(res, (long long)(psid))
2264 #define __sanitizer_syscall_post_pset_assign(res, psid, cpuid, opsid) \ argument
2266 res, (long long)(psid), (long long)(cpuid), (long long)(opsid))
2272 #define __sanitizer_syscall_post__pset_bind(res, idtype, first_id, second_id, \ argument
2275 res, (long long)(idtype), (long long)(first_id), (long long)(second_id), \
2282 #define __sanitizer_syscall_post___posix_fadvise50(res, fd, PAD, offset, len, \ argument
2285 res, (long long)(fd), (long long)(PAD), (long long)(offset), \
2291 #define __sanitizer_syscall_post___select50(res, nd, in, ou, ex, tv) \ argument
2292 __sanitizer_syscall_post_impl___select50(res, (long long)(nd), \
2298 #define __sanitizer_syscall_post___gettimeofday50(res, tp, tzp) \ argument
2299 __sanitizer_syscall_post_impl___gettimeofday50(res, (long long)(tp), \
2304 #define __sanitizer_syscall_post___settimeofday50(res, tv, tzp) \ argument
2305 __sanitizer_syscall_post_impl___settimeofday50(res, (long long)(tv), \
2309 #define __sanitizer_syscall_post___utimes50(res, path, tptr) \ argument
2310 __sanitizer_syscall_post_impl___utimes50(res, (long long)(path), \
2315 #define __sanitizer_syscall_post___adjtime50(res, delta, olddelta) \ argument
2316 __sanitizer_syscall_post_impl___adjtime50(res, (long long)(delta), \
2321 #define __sanitizer_syscall_post___lfs_segwait50(res, fsidp, tv) \ argument
2322 __sanitizer_syscall_post_impl___lfs_segwait50(res, (long long)(fsidp), \
2326 #define __sanitizer_syscall_post___futimes50(res, fd, tptr) \ argument
2327 __sanitizer_syscall_post_impl___futimes50(res, (long long)(fd), \
2331 #define __sanitizer_syscall_post___lutimes50(res, path, tptr) \ argument
2332 __sanitizer_syscall_post_impl___lutimes50(res, (long long)(path), \
2337 #define __sanitizer_syscall_post___setitimer50(res, which, itv, oitv) \ argument
2339 res, (long long)(which), (long long)(itv), (long long)(oitv))
2343 #define __sanitizer_syscall_post___getitimer50(res, which, itv) \ argument
2344 __sanitizer_syscall_post_impl___getitimer50(res, (long long)(which), \
2349 #define __sanitizer_syscall_post___clock_gettime50(res, clock_id, tp) \ argument
2350 __sanitizer_syscall_post_impl___clock_gettime50(res, (long long)(clock_id), \
2355 #define __sanitizer_syscall_post___clock_settime50(res, clock_id, tp) \ argument
2356 __sanitizer_syscall_post_impl___clock_settime50(res, (long long)(clock_id), \
2361 #define __sanitizer_syscall_post___clock_getres50(res, clock_id, tp) \ argument
2362 __sanitizer_syscall_post_impl___clock_getres50(res, (long long)(clock_id), \
2367 #define __sanitizer_syscall_post___nanosleep50(res, rqtp, rmtp) \ argument
2368 __sanitizer_syscall_post_impl___nanosleep50(res, (long long)(rqtp), \
2373 #define __sanitizer_syscall_post_____sigtimedwait50(res, set, info, timeout) \ argument
2375 res, (long long)(set), (long long)(info), (long long)(timeout))
2382 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument
2384 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
2392 res, mqdes, msg_ptr, msg_len, msg_prio, abs_timeout) \ argument
2394 res, (long long)(mqdes), (long long)(msg_ptr), (long long)(msg_len), \
2401 #define __sanitizer_syscall_post_compat_60__lwp_park(res, ts, unpark, hint, \ argument
2404 res, (long long)(ts), (long long)(unpark), (long long)(hint), \
2411 #define __sanitizer_syscall_post___kevent50(res, fd, changelist, nchanges, \ argument
2414 res, (long long)(fd), (long long)(changelist), (long long)(nchanges), \
2420 #define __sanitizer_syscall_post___pselect50(res, nd, in, ou, ex, ts, mask) \ argument
2422 res, (long long)(nd), (long long)(in), (long long)(ou), (long long)(ex), \
2427 #define __sanitizer_syscall_post___pollts50(res, fds, nfds, ts, mask) \ argument
2428 __sanitizer_syscall_post_impl___pollts50(res, (long long)(fds), \
2434 #define __sanitizer_syscall_post___aio_suspend50(res, list, nent, timeout) \ argument
2436 res, (long long)(list), (long long)(nent), (long long)(timeout))
2439 #define __sanitizer_syscall_post___stat50(res, path, ub) \ argument
2440 __sanitizer_syscall_post_impl___stat50(res, (long long)(path), \
2444 #define __sanitizer_syscall_post___fstat50(res, fd, sb) \ argument
2445 __sanitizer_syscall_post_impl___fstat50(res, (long long)(fd), (long long)(sb))
2448 #define __sanitizer_syscall_post___lstat50(res, path, ub) \ argument
2449 __sanitizer_syscall_post_impl___lstat50(res, (long long)(path), \
2455 #define __sanitizer_syscall_post_____semctl50(res, semid, semnum, cmd, arg) \ argument
2457 res, (long long)(semid), (long long)(semnum), (long long)(cmd), \
2462 #define __sanitizer_syscall_post___shmctl50(res, shmid, cmd, buf) \ argument
2463 __sanitizer_syscall_post_impl___shmctl50(res, (long long)(shmid), \
2468 #define __sanitizer_syscall_post___msgctl50(res, msqid, cmd, buf) \ argument
2469 __sanitizer_syscall_post_impl___msgctl50(res, (long long)(msqid), \
2474 #define __sanitizer_syscall_post___getrusage50(res, who, rusage) \ argument
2475 __sanitizer_syscall_post_impl___getrusage50(res, (long long)(who), \
2482 #define __sanitizer_syscall_post___timer_settime50(res, timerid, flags, value, \ argument
2485 res, (long long)(timerid), (long long)(flags), (long long)(value), \
2490 #define __sanitizer_syscall_post___timer_gettime50(res, timerid, value) \ argument
2491 __sanitizer_syscall_post_impl___timer_gettime50(res, (long long)(timerid), \
2496 #define __sanitizer_syscall_post___ntp_gettime50(res, ntvp) \ argument
2497 __sanitizer_syscall_post_impl___ntp_gettime50(res, (long long)(ntvp))
2505 #define __sanitizer_syscall_post___wait450(res, pid, status, options, rusage) \ argument
2507 res, (long long)(pid), (long long)(status), (long long)(options), \
2512 #define __sanitizer_syscall_post___mknod50(res, path, mode, dev) \ argument
2513 __sanitizer_syscall_post_impl___mknod50(res, (long long)(path), \
2518 #define __sanitizer_syscall_post___fhstat50(res, fhp, fh_size, sb) \ argument
2520 res, (long long)(fhp), (long long)(fh_size), (long long)(sb))
2524 #define __sanitizer_syscall_post_pipe2(res, fildes, flags) \ argument
2525 __sanitizer_syscall_post_impl_pipe2(res, (long long)(fildes), \
2530 #define __sanitizer_syscall_post_dup3(res, from, to, flags) \ argument
2531 __sanitizer_syscall_post_impl_dup3(res, (long long)(from), (long long)(to), \
2535 #define __sanitizer_syscall_post_kqueue1(res, flags) \ argument
2536 __sanitizer_syscall_post_impl_kqueue1(res, (long long)(flags))
2541 #define __sanitizer_syscall_post_paccept(res, s, name, anamelen, mask, flags) \ argument
2543 res, (long long)(s), (long long)(name), (long long)(anamelen), \
2549 #define __sanitizer_syscall_post_linkat(res, fd1, name1, fd2, name2, flags) \ argument
2550 __sanitizer_syscall_post_impl_linkat(res, (long long)(fd1), \
2557 #define __sanitizer_syscall_post_renameat(res, fromfd, from, tofd, to) \ argument
2558 __sanitizer_syscall_post_impl_renameat(res, (long long)(fromfd), \
2564 #define __sanitizer_syscall_post_mkfifoat(res, fd, path, mode) \ argument
2565 __sanitizer_syscall_post_impl_mkfifoat(res, (long long)(fd), \
2571 #define __sanitizer_syscall_post_mknodat(res, fd, path, mode, PAD, dev) \ argument
2572 __sanitizer_syscall_post_impl_mknodat(res, (long long)(fd), \
2578 #define __sanitizer_syscall_post_mkdirat(res, fd, path, mode) \ argument
2579 __sanitizer_syscall_post_impl_mkdirat(res, (long long)(fd), \
2585 #define __sanitizer_syscall_post_faccessat(res, fd, path, amode, flag) \ argument
2587 res, (long long)(fd), (long long)(path), (long long)(amode), \
2592 #define __sanitizer_syscall_post_fchmodat(res, fd, path, mode, flag) \ argument
2593 __sanitizer_syscall_post_impl_fchmodat(res, (long long)(fd), \
2600 #define __sanitizer_syscall_post_fchownat(res, fd, path, owner, group, flag) \ argument
2602 res, (long long)(fd), (long long)(path), (long long)(owner), \
2607 #define __sanitizer_syscall_post_fexecve(res, fd, argp, envp) \ argument
2608 __sanitizer_syscall_post_impl_fexecve(res, (long long)(fd), \
2613 #define __sanitizer_syscall_post_fstatat(res, fd, path, buf, flag) \ argument
2614 __sanitizer_syscall_post_impl_fstatat(res, (long long)(fd), \
2620 #define __sanitizer_syscall_post_utimensat(res, fd, path, tptr, flag) \ argument
2622 res, (long long)(fd), (long long)(path), (long long)(tptr), \
2627 #define __sanitizer_syscall_post_openat(res, fd, path, oflags, mode) \ argument
2628 __sanitizer_syscall_post_impl_openat(res, (long long)(fd), \
2635 #define __sanitizer_syscall_post_readlinkat(res, fd, path, buf, bufsize) \ argument
2637 res, (long long)(fd), (long long)(path), (long long)(buf), \
2642 #define __sanitizer_syscall_post_symlinkat(res, path1, fd, path2) \ argument
2643 __sanitizer_syscall_post_impl_symlinkat(res, (long long)(path1), \
2648 #define __sanitizer_syscall_post_unlinkat(res, fd, path, flag) \ argument
2649 __sanitizer_syscall_post_impl_unlinkat(res, (long long)(fd), \
2653 #define __sanitizer_syscall_post_futimens(res, fd, tptr) \ argument
2654 __sanitizer_syscall_post_impl_futimens(res, (long long)(fd), \
2658 #define __sanitizer_syscall_post___quotactl(res, path, args) \ argument
2659 __sanitizer_syscall_post_impl___quotactl(res, (long long)(path), \
2666 #define __sanitizer_syscall_post_posix_spawn(res, pid, path, file_actions, \ argument
2669 res, (long long)(pid), (long long)(path), (long long)(file_actions), \
2675 #define __sanitizer_syscall_post_recvmmsg(res, s, mmsg, vlen, flags, timeout) \ argument
2677 res, (long long)(s), (long long)(mmsg), (long long)(vlen), \
2682 #define __sanitizer_syscall_post_sendmmsg(res, s, mmsg, vlen, flags) \ argument
2683 __sanitizer_syscall_post_impl_sendmmsg(res, (long long)(s), \
2690 #define __sanitizer_syscall_post_clock_nanosleep(res, clock_id, flags, rqtp, \ argument
2693 res, (long long)(clock_id), (long long)(flags), (long long)(rqtp), \
2700 #define __sanitizer_syscall_post____lwp_park60(res, clock_id, flags, ts, \ argument
2703 res, (long long)(clock_id), (long long)(flags), (long long)(ts), \
2708 #define __sanitizer_syscall_post_posix_fallocate(res, fd, PAD, pos, len) \ argument
2710 res, (long long)(fd), (long long)(PAD), (long long)(pos), \
2715 #define __sanitizer_syscall_post_fdiscard(res, fd, PAD, pos, len) \ argument
2716 __sanitizer_syscall_post_impl_fdiscard(res, (long long)(fd), \
2723 #define __sanitizer_syscall_post_wait6(res, idtype, id, status, options, wru, \ argument
2726 res, (long long)(idtype), (long long)(id), (long long)(status), \
2731 #define __sanitizer_syscall_post_clock_getcpuclockid2(res, idtype, id, \ argument
2734 res, (long long)(idtype), (long long)(id), (long long)(clock_id))
2738 #define __sanitizer_syscall_post___getvfsstat90(res, buf, bufsize, flags) \ argument
2740 res, (long long)(buf), (long long)(bufsize), (long long)(flags))
2744 #define __sanitizer_syscall_post___statvfs190(res, path, buf, flags) \ argument
2746 res, (long long)(path), (long long)(buf), (long long)(flags))
2750 #define __sanitizer_syscall_post___fstatvfs190(res, fd, buf, flags) \ argument
2752 res, (long long)(fd), (long long)(buf), (long long)(flags))
2757 #define __sanitizer_syscall_post___fhstatvfs190(res, fhp, fh_size, buf, flags) \ argument
2759 res, (long long)(fhp), (long long)(fh_size), (long long)(buf), \
2764 #define __sanitizer_syscall_post___acl_get_link(res, path, type, aclp) \ argument
2766 res, (long long)(path), (long long)(type), (long long)(aclp))
2770 #define __sanitizer_syscall_post___acl_set_link(res, path, type, aclp) \ argument
2772 res, (long long)(path), (long long)(type), (long long)(aclp))
2776 #define __sanitizer_syscall_post___acl_delete_link(res, path, type) \ argument
2777 __sanitizer_syscall_post_impl___acl_delete_link(res, (long long)(path), \
2782 #define __sanitizer_syscall_post___acl_aclcheck_link(res, path, type, aclp) \ argument
2784 res, (long long)(path), (long long)(type), (long long)(aclp))
2788 #define __sanitizer_syscall_post___acl_get_file(res, path, type, aclp) \ argument
2790 res, (long long)(path), (long long)(type), (long long)(aclp))
2794 #define __sanitizer_syscall_post___acl_set_file(res, path, type, aclp) \ argument
2796 res, (long long)(path), (long long)(type), (long long)(aclp))
2800 #define __sanitizer_syscall_post___acl_get_fd(res, filedes, type, aclp) \ argument
2802 res, (long long)(filedes), (long long)(type), (long long)(aclp))
2806 #define __sanitizer_syscall_post___acl_set_fd(res, filedes, type, aclp) \ argument
2808 res, (long long)(filedes), (long long)(type), (long long)(aclp))
2812 #define __sanitizer_syscall_post___acl_delete_file(res, path, type) \ argument
2813 __sanitizer_syscall_post_impl___acl_delete_file(res, (long long)(path), \
2818 #define __sanitizer_syscall_post___acl_delete_fd(res, filedes, type) \ argument
2819 __sanitizer_syscall_post_impl___acl_delete_fd(res, (long long)(filedes), \
2824 #define __sanitizer_syscall_post___acl_aclcheck_file(res, path, type, aclp) \ argument
2826 res, (long long)(path), (long long)(type), (long long)(aclp))
2830 #define __sanitizer_syscall_post___acl_aclcheck_fd(res, filedes, type, aclp) \ argument
2832 res, (long long)(filedes), (long long)(type), (long long)(aclp))
2835 #define __sanitizer_syscall_post_lpathconf(res, path, name) \ argument
2836 __sanitizer_syscall_post_impl_lpathconf(res, (long long)(path), \
2873 void __sanitizer_syscall_post_impl_syscall(long long res, long long code,
2879 void __sanitizer_syscall_post_impl_exit(long long res, long long rval);
2881 void __sanitizer_syscall_post_impl_fork(long long res);
2884 void __sanitizer_syscall_post_impl_read(long long res, long long fd,
2888 void __sanitizer_syscall_post_impl_write(long long res, long long fd,
2892 void __sanitizer_syscall_post_impl_open(long long res, long long path,
2895 void __sanitizer_syscall_post_impl_close(long long res, long long fd);
2900 void __sanitizer_syscall_post_impl_compat_50_wait4(long long res, long long pid,
2906 void __sanitizer_syscall_post_impl_compat_43_ocreat(long long res,
2910 void __sanitizer_syscall_post_impl_link(long long res, long long path,
2913 void __sanitizer_syscall_post_impl_unlink(long long res, long long path);
2916 void __sanitizer_syscall_post_impl_chdir(long long res, long long path);
2918 void __sanitizer_syscall_post_impl_fchdir(long long res, long long fd);
2922 void __sanitizer_syscall_post_impl_compat_50_mknod(long long res,
2927 void __sanitizer_syscall_post_impl_chmod(long long res, long long path,
2931 void __sanitizer_syscall_post_impl_chown(long long res, long long path,
2934 void __sanitizer_syscall_post_impl_break(long long res, long long nsize);
2938 void __sanitizer_syscall_post_impl_compat_20_getfsstat(long long res,
2945 void __sanitizer_syscall_post_impl_compat_43_olseek(long long res, long long fd,
2949 void __sanitizer_syscall_post_impl_getpid(long long res);
2954 void __sanitizer_syscall_post_impl_compat_40_mount(long long res,
2960 void __sanitizer_syscall_post_impl_unmount(long long res, long long path,
2963 void __sanitizer_syscall_post_impl_setuid(long long res, long long uid);
2965 void __sanitizer_syscall_post_impl_getuid(long long res);
2967 void __sanitizer_syscall_post_impl_geteuid(long long res);
2970 void __sanitizer_syscall_post_impl_ptrace(long long res, long long req,
2975 void __sanitizer_syscall_post_impl_recvmsg(long long res, long long s,
2979 void __sanitizer_syscall_post_impl_sendmsg(long long res, long long s,
2985 void __sanitizer_syscall_post_impl_recvfrom(long long res, long long s,
2991 void __sanitizer_syscall_post_impl_accept(long long res, long long s,
2995 void __sanitizer_syscall_post_impl_getpeername(long long res, long long fdes,
2999 void __sanitizer_syscall_post_impl_getsockname(long long res, long long fdes,
3002 void __sanitizer_syscall_post_impl_access(long long res, long long path,
3005 void __sanitizer_syscall_post_impl_chflags(long long res, long long path,
3008 void __sanitizer_syscall_post_impl_fchflags(long long res, long long fd,
3011 void __sanitizer_syscall_post_impl_sync(long long res);
3013 void __sanitizer_syscall_post_impl_kill(long long res, long long pid,
3017 void __sanitizer_syscall_post_impl_compat_43_stat43(long long res,
3021 void __sanitizer_syscall_post_impl_getppid(long long res);
3024 void __sanitizer_syscall_post_impl_compat_43_lstat43(long long res,
3028 void __sanitizer_syscall_post_impl_dup(long long res, long long fd);
3030 void __sanitizer_syscall_post_impl_pipe(long long res);
3032 void __sanitizer_syscall_post_impl_getegid(long long res);
3035 void __sanitizer_syscall_post_impl_profil(long long res, long long samples,
3040 void __sanitizer_syscall_post_impl_ktrace(long long res, long long fname,
3046 void __sanitizer_syscall_post_impl_compat_13_sigaction13(long long res,
3051 void __sanitizer_syscall_post_impl_getgid(long long res);
3054 void __sanitizer_syscall_post_impl_compat_13_sigprocmask13(long long res,
3059 void __sanitizer_syscall_post_impl___getlogin(long long res, long long namebuf,
3062 void __sanitizer_syscall_post_impl___setlogin(long long res, long long namebuf);
3064 void __sanitizer_syscall_post_impl_acct(long long res, long long path);
3066 void __sanitizer_syscall_post_impl_compat_13_sigpending13(long long res);
3069 void __sanitizer_syscall_post_impl_compat_13_sigaltstack13(long long res,
3074 void __sanitizer_syscall_post_impl_ioctl(long long res, long long fd,
3077 void __sanitizer_syscall_post_impl_compat_12_oreboot(long long res,
3080 void __sanitizer_syscall_post_impl_revoke(long long res, long long path);
3082 void __sanitizer_syscall_post_impl_symlink(long long res, long long path,
3086 void __sanitizer_syscall_post_impl_readlink(long long res, long long path,
3090 void __sanitizer_syscall_post_impl_execve(long long res, long long path,
3093 void __sanitizer_syscall_post_impl_umask(long long res, long long newmask);
3095 void __sanitizer_syscall_post_impl_chroot(long long res, long long path);
3097 void __sanitizer_syscall_post_impl_compat_43_fstat43(long long res,
3104 void __sanitizer_syscall_post_impl_compat_43_ogetkerninfo(long long res,
3110 void __sanitizer_syscall_post_impl_compat_43_ogetpagesize(long long res);
3113 void __sanitizer_syscall_post_impl_compat_12_msync(long long res,
3117 void __sanitizer_syscall_post_impl_vfork(long long res);
3127 long long res, long long addr, long long len, long long prot,
3130 void __sanitizer_syscall_post_impl_vadvise(long long res, long long anom);
3132 void __sanitizer_syscall_post_impl_munmap(long long res, long long addr,
3136 void __sanitizer_syscall_post_impl_mprotect(long long res, long long addr,
3140 void __sanitizer_syscall_post_impl_madvise(long long res, long long addr,
3146 void __sanitizer_syscall_post_impl_mincore(long long res, long long addr,
3150 void __sanitizer_syscall_post_impl_getgroups(long long res,
3155 void __sanitizer_syscall_post_impl_setgroups(long long res,
3159 void __sanitizer_syscall_post_impl_getpgrp(long long res);
3161 void __sanitizer_syscall_post_impl_setpgid(long long res, long long pid,
3166 void __sanitizer_syscall_post_impl_compat_50_setitimer(long long res,
3171 void __sanitizer_syscall_post_impl_compat_43_owait(long long res);
3173 void __sanitizer_syscall_post_impl_compat_12_oswapon(long long res,
3177 void __sanitizer_syscall_post_impl_compat_50_getitimer(long long res,
3182 void __sanitizer_syscall_post_impl_compat_43_ogethostname(long long res,
3187 void __sanitizer_syscall_post_impl_compat_43_osethostname(long long res,
3191 void __sanitizer_syscall_post_impl_compat_43_ogetdtablesize(long long res);
3193 void __sanitizer_syscall_post_impl_dup2(long long res, long long from,
3197 void __sanitizer_syscall_post_impl_getrandom(long long res, long long buf,
3201 void __sanitizer_syscall_post_impl_fcntl(long long res, long long fd,
3206 void __sanitizer_syscall_post_impl_compat_50_select(long long res, long long nd,
3211 void __sanitizer_syscall_post_impl_fsync(long long res, long long fd);
3214 void __sanitizer_syscall_post_impl_setpriority(long long res, long long which,
3219 void __sanitizer_syscall_post_impl_compat_30_socket(long long res,
3225 void __sanitizer_syscall_post_impl_connect(long long res, long long s,
3229 void __sanitizer_syscall_post_impl_compat_43_oaccept(long long res, long long s,
3233 void __sanitizer_syscall_post_impl_getpriority(long long res, long long which,
3238 void __sanitizer_syscall_post_impl_compat_43_osend(long long res, long long s,
3244 void __sanitizer_syscall_post_impl_compat_43_orecv(long long res, long long s,
3248 void __sanitizer_syscall_post_impl_compat_13_sigreturn13(long long res,
3252 void __sanitizer_syscall_post_impl_bind(long long res, long long s,
3257 void __sanitizer_syscall_post_impl_setsockopt(long long res, long long s,
3261 void __sanitizer_syscall_post_impl_listen(long long res, long long s,
3267 void __sanitizer_syscall_post_impl_compat_43_osigvec(long long res,
3272 void __sanitizer_syscall_post_impl_compat_43_osigblock(long long res,
3275 void __sanitizer_syscall_post_impl_compat_43_osigsetmask(long long res,
3278 void __sanitizer_syscall_post_impl_compat_13_sigsuspend13(long long res,
3282 void __sanitizer_syscall_post_impl_compat_43_osigstack(long long res,
3287 void __sanitizer_syscall_post_impl_compat_43_orecvmsg(long long res,
3293 void __sanitizer_syscall_post_impl_compat_43_osendmsg(long long res,
3300 void __sanitizer_syscall_post_impl_compat_50_gettimeofday(long long res,
3305 void __sanitizer_syscall_post_impl_compat_50_getrusage(long long res,
3311 void __sanitizer_syscall_post_impl_getsockopt(long long res, long long s,
3318 void __sanitizer_syscall_post_impl_readv(long long res, long long fd,
3322 void __sanitizer_syscall_post_impl_writev(long long res, long long fd,
3326 void __sanitizer_syscall_post_impl_compat_50_settimeofday(long long res,
3331 void __sanitizer_syscall_post_impl_fchown(long long res, long long fd,
3334 void __sanitizer_syscall_post_impl_fchmod(long long res, long long fd,
3340 long long res, long long s, long long buf, long long len, long long flags,
3343 void __sanitizer_syscall_post_impl_setreuid(long long res, long long ruid,
3346 void __sanitizer_syscall_post_impl_setregid(long long res, long long rgid,
3349 void __sanitizer_syscall_post_impl_rename(long long res, long long from,
3353 void __sanitizer_syscall_post_impl_compat_43_otruncate(long long res,
3358 void __sanitizer_syscall_post_impl_compat_43_oftruncate(long long res,
3362 void __sanitizer_syscall_post_impl_flock(long long res, long long fd,
3365 void __sanitizer_syscall_post_impl_mkfifo(long long res, long long path,
3370 void __sanitizer_syscall_post_impl_sendto(long long res, long long s,
3375 void __sanitizer_syscall_post_impl_shutdown(long long res, long long s,
3379 void __sanitizer_syscall_post_impl_socketpair(long long res, long long domain,
3384 void __sanitizer_syscall_post_impl_mkdir(long long res, long long path,
3387 void __sanitizer_syscall_post_impl_rmdir(long long res, long long path);
3390 void __sanitizer_syscall_post_impl_compat_50_utimes(long long res,
3396 void __sanitizer_syscall_post_impl_compat_50_adjtime(long long res,
3402 void __sanitizer_syscall_post_impl_compat_43_ogetpeername(long long res,
3407 void __sanitizer_syscall_post_impl_compat_43_ogethostid(long long res);
3409 void __sanitizer_syscall_post_impl_compat_43_osethostid(long long res,
3413 void __sanitizer_syscall_post_impl_compat_43_ogetrlimit(long long res,
3418 void __sanitizer_syscall_post_impl_compat_43_osetrlimit(long long res,
3423 void __sanitizer_syscall_post_impl_compat_43_okillpg(long long res,
3427 void __sanitizer_syscall_post_impl_setsid(long long res);
3433 long long res, long long path, long long cmd, long long uid, long long arg);
3435 void __sanitizer_syscall_post_impl_compat_43_oquota(long long res);
3439 void __sanitizer_syscall_post_impl_compat_43_ogetsockname(long long res,
3448 void __sanitizer_syscall_post_impl_nfssvc(long long res, long long flag,
3454 void __sanitizer_syscall_post_impl_compat_43_ogetdirentries(long long res,
3461 void __sanitizer_syscall_post_impl_compat_20_statfs(long long res,
3466 void __sanitizer_syscall_post_impl_compat_20_fstatfs(long long res,
3473 void __sanitizer_syscall_post_impl_compat_30_getfh(long long res,
3479 long long res, long long domainname, long long len);
3483 long long res, long long domainname, long long len);
3485 void __sanitizer_syscall_post_impl_compat_09_ouname(long long res,
3488 void __sanitizer_syscall_post_impl_sysarch(long long res, long long op,
3494 void __sanitizer_syscall_post_impl___futex(long long res, long long uaddr,
3500 void __sanitizer_syscall_post_impl___futex_set_robust_list(long long res,
3506 void __sanitizer_syscall_post_impl___futex_get_robust_list(long long res,
3514 void __sanitizer_syscall_post_impl_compat_10_osemsys(long long res,
3527 void __sanitizer_syscall_post_impl_compat_10_omsgsys(long long res,
3539 void __sanitizer_syscall_post_impl_compat_10_oshmsys(long long res,
3550 void __sanitizer_syscall_post_impl_pread(long long res, long long fd,
3556 void __sanitizer_syscall_post_impl_pwrite(long long res, long long fd,
3560 void __sanitizer_syscall_post_impl_compat_30_ntp_gettime(long long res,
3564 void __sanitizer_syscall_post_impl_ntp_adjtime(long long res, long long tp);
3573 void __sanitizer_syscall_post_impl_setgid(long long res, long long gid);
3575 void __sanitizer_syscall_post_impl_setegid(long long res, long long egid);
3577 void __sanitizer_syscall_post_impl_seteuid(long long res, long long euid);
3580 void __sanitizer_syscall_post_impl_lfs_bmapv(long long res, long long fsidp,
3585 void __sanitizer_syscall_post_impl_lfs_markv(long long res, long long fsidp,
3590 void __sanitizer_syscall_post_impl_lfs_segclean(long long res, long long fsidp,
3594 void __sanitizer_syscall_post_impl_compat_50_lfs_segwait(long long res,
3599 void __sanitizer_syscall_post_impl_compat_12_stat12(long long res,
3603 void __sanitizer_syscall_post_impl_compat_12_fstat12(long long res,
3608 void __sanitizer_syscall_post_impl_compat_12_lstat12(long long res,
3612 void __sanitizer_syscall_post_impl_pathconf(long long res, long long path,
3615 void __sanitizer_syscall_post_impl_fpathconf(long long res, long long fd,
3620 void __sanitizer_syscall_post_impl_getsockopt2(long long res, long long s,
3625 void __sanitizer_syscall_post_impl_getrlimit(long long res, long long which,
3628 void __sanitizer_syscall_post_impl_setrlimit(long long res, long long which,
3634 void __sanitizer_syscall_post_impl_compat_12_getdirentries(long long res,
3643 void __sanitizer_syscall_post_impl_mmap(long long res, long long addr,
3652 void __sanitizer_syscall_post_impl___syscall(long long res, long long code,
3659 void __sanitizer_syscall_post_impl_lseek(long long res, long long fd,
3664 void __sanitizer_syscall_post_impl_truncate(long long res, long long path,
3668 void __sanitizer_syscall_post_impl_ftruncate(long long res, long long fd,
3673 void __sanitizer_syscall_post_impl___sysctl(long long res, long long name,
3678 void __sanitizer_syscall_post_impl_mlock(long long res, long long addr,
3681 void __sanitizer_syscall_post_impl_munlock(long long res, long long addr,
3684 void __sanitizer_syscall_post_impl_undelete(long long res, long long path);
3687 void __sanitizer_syscall_post_impl_compat_50_futimes(long long res,
3691 void __sanitizer_syscall_post_impl_getpgid(long long res, long long pid);
3693 void __sanitizer_syscall_post_impl_reboot(long long res, long long opt,
3697 void __sanitizer_syscall_post_impl_poll(long long res, long long fds,
3703 void __sanitizer_syscall_post_impl_afssys(long long res, long long id,
3720 void __sanitizer_syscall_post_impl_compat_14___semctl(long long res,
3727 void __sanitizer_syscall_post_impl_semget(long long res, long long key,
3731 void __sanitizer_syscall_post_impl_semop(long long res, long long semid,
3734 void __sanitizer_syscall_post_impl_semconfig(long long res, long long flag);
3738 void __sanitizer_syscall_post_impl_compat_14_msgctl(long long res,
3743 void __sanitizer_syscall_post_impl_msgget(long long res, long long key,
3747 void __sanitizer_syscall_post_impl_msgsnd(long long res, long long msqid,
3753 void __sanitizer_syscall_post_impl_msgrcv(long long res, long long msqid,
3758 void __sanitizer_syscall_post_impl_shmat(long long res, long long shmid,
3763 void __sanitizer_syscall_post_impl_compat_14_shmctl(long long res,
3768 void __sanitizer_syscall_post_impl_shmdt(long long res, long long shmaddr);
3771 void __sanitizer_syscall_post_impl_shmget(long long res, long long key,
3775 void __sanitizer_syscall_post_impl_compat_50_clock_gettime(long long res,
3780 void __sanitizer_syscall_post_impl_compat_50_clock_settime(long long res,
3785 void __sanitizer_syscall_post_impl_compat_50_clock_getres(long long res,
3791 void __sanitizer_syscall_post_impl_timer_create(long long res,
3796 void __sanitizer_syscall_post_impl_timer_delete(long long res,
3802 void __sanitizer_syscall_post_impl_compat_50_timer_settime(long long res,
3809 void __sanitizer_syscall_post_impl_compat_50_timer_gettime(long long res,
3813 void __sanitizer_syscall_post_impl_timer_getoverrun(long long res,
3817 void __sanitizer_syscall_post_impl_compat_50_nanosleep(long long res,
3821 void __sanitizer_syscall_post_impl_fdatasync(long long res, long long fd);
3823 void __sanitizer_syscall_post_impl_mlockall(long long res, long long flags);
3825 void __sanitizer_syscall_post_impl_munlockall(long long res);
3829 void __sanitizer_syscall_post_impl_compat_50___sigtimedwait(long long res,
3834 void __sanitizer_syscall_post_impl_sigqueueinfo(long long res, long long pid,
3837 void __sanitizer_syscall_post_impl_modctl(long long res, long long cmd,
3840 void __sanitizer_syscall_post_impl__ksem_init(long long res, long long value,
3845 void __sanitizer_syscall_post_impl__ksem_open(long long res, long long name,
3849 void __sanitizer_syscall_post_impl__ksem_unlink(long long res, long long name);
3851 void __sanitizer_syscall_post_impl__ksem_close(long long res, long long id);
3853 void __sanitizer_syscall_post_impl__ksem_post(long long res, long long id);
3855 void __sanitizer_syscall_post_impl__ksem_wait(long long res, long long id);
3857 void __sanitizer_syscall_post_impl__ksem_trywait(long long res, long long id);
3859 void __sanitizer_syscall_post_impl__ksem_getvalue(long long res, long long id,
3862 void __sanitizer_syscall_post_impl__ksem_destroy(long long res, long long id);
3865 void __sanitizer_syscall_post_impl__ksem_timedwait(long long res, long long id,
3869 void __sanitizer_syscall_post_impl_mq_open(long long res, long long name,
3873 void __sanitizer_syscall_post_impl_mq_close(long long res, long long mqdes);
3875 void __sanitizer_syscall_post_impl_mq_unlink(long long res, long long name);
3877 void __sanitizer_syscall_post_impl_mq_getattr(long long res, long long mqdes,
3881 void __sanitizer_syscall_post_impl_mq_setattr(long long res, long long mqdes,
3886 void __sanitizer_syscall_post_impl_mq_notify(long long res, long long mqdes,
3891 void __sanitizer_syscall_post_impl_mq_send(long long res, long long mqdes,
3897 void __sanitizer_syscall_post_impl_mq_receive(long long res, long long mqdes,
3907 long long res, long long mqdes, long long msg_ptr, long long msg_len,
3913 long long res, long long mqdes, long long msg_ptr, long long msg_len,
3919 void __sanitizer_syscall_post_impl___posix_rename(long long res, long long from,
3923 void __sanitizer_syscall_post_impl_swapctl(long long res, long long cmd,
3928 void __sanitizer_syscall_post_impl_compat_30_getdents(long long res,
3934 void __sanitizer_syscall_post_impl_minherit(long long res, long long addr,
3937 void __sanitizer_syscall_post_impl_lchmod(long long res, long long path,
3941 void __sanitizer_syscall_post_impl_lchown(long long res, long long path,
3945 void __sanitizer_syscall_post_impl_compat_50_lutimes(long long res,
3950 void __sanitizer_syscall_post_impl___msync13(long long res, long long addr,
3954 void __sanitizer_syscall_post_impl_compat_30___stat13(long long res,
3959 void __sanitizer_syscall_post_impl_compat_30___fstat13(long long res,
3964 void __sanitizer_syscall_post_impl_compat_30___lstat13(long long res,
3968 void __sanitizer_syscall_post_impl___sigaltstack14(long long res, long long nss,
3971 void __sanitizer_syscall_post_impl___vfork14(long long res);
3974 void __sanitizer_syscall_post_impl___posix_chown(long long res, long long path,
3978 void __sanitizer_syscall_post_impl___posix_fchown(long long res, long long fd,
3982 void __sanitizer_syscall_post_impl___posix_lchown(long long res, long long path,
3985 void __sanitizer_syscall_post_impl_getsid(long long res, long long pid);
3987 void __sanitizer_syscall_post_impl___clone(long long res, long long flags,
3991 void __sanitizer_syscall_post_impl_fktrace(long long res, long long fd,
3997 void __sanitizer_syscall_post_impl_preadv(long long res, long long fd,
4003 void __sanitizer_syscall_post_impl_pwritev(long long res, long long fd,
4009 void __sanitizer_syscall_post_impl_compat_16___sigaction14(long long res,
4014 void __sanitizer_syscall_post_impl___sigpending14(long long res, long long set);
4017 void __sanitizer_syscall_post_impl___sigprocmask14(long long res, long long how,
4021 void __sanitizer_syscall_post_impl___sigsuspend14(long long res, long long set);
4023 void __sanitizer_syscall_post_impl_compat_16___sigreturn14(long long res,
4026 void __sanitizer_syscall_post_impl___getcwd(long long res, long long bufp,
4029 void __sanitizer_syscall_post_impl_fchroot(long long res, long long fd);
4032 void __sanitizer_syscall_post_impl_compat_30_fhopen(long long res,
4036 void __sanitizer_syscall_post_impl_compat_30_fhstat(long long res,
4041 void __sanitizer_syscall_post_impl_compat_20_fhstatfs(long long res,
4048 void __sanitizer_syscall_post_impl_compat_50_____semctl13(long long res,
4056 void __sanitizer_syscall_post_impl_compat_50___msgctl13(long long res,
4063 void __sanitizer_syscall_post_impl_compat_50___shmctl13(long long res,
4068 void __sanitizer_syscall_post_impl_lchflags(long long res, long long path,
4071 void __sanitizer_syscall_post_impl_issetugid(long long res);
4074 void __sanitizer_syscall_post_impl_utrace(long long res, long long label,
4077 void __sanitizer_syscall_post_impl_getcontext(long long res, long long ucp);
4079 void __sanitizer_syscall_post_impl_setcontext(long long res, long long ucp);
4082 void __sanitizer_syscall_post_impl__lwp_create(long long res, long long ucp,
4086 void __sanitizer_syscall_post_impl__lwp_exit(long long res);
4088 void __sanitizer_syscall_post_impl__lwp_self(long long res);
4091 void __sanitizer_syscall_post_impl__lwp_wait(long long res, long long wait_for,
4094 void __sanitizer_syscall_post_impl__lwp_suspend(long long res,
4097 void __sanitizer_syscall_post_impl__lwp_continue(long long res,
4100 void __sanitizer_syscall_post_impl__lwp_wakeup(long long res, long long target);
4102 void __sanitizer_syscall_post_impl__lwp_getprivate(long long res);
4104 void __sanitizer_syscall_post_impl__lwp_setprivate(long long res,
4107 void __sanitizer_syscall_post_impl__lwp_kill(long long res, long long target,
4110 void __sanitizer_syscall_post_impl__lwp_detach(long long res, long long target);
4115 void __sanitizer_syscall_post_impl_compat_50__lwp_park(long long res,
4121 void __sanitizer_syscall_post_impl__lwp_unpark(long long res, long long target,
4126 void __sanitizer_syscall_post_impl__lwp_unpark_all(long long res,
4132 void __sanitizer_syscall_post_impl__lwp_setname(long long res, long long target,
4136 void __sanitizer_syscall_post_impl__lwp_getname(long long res, long long target,
4140 void __sanitizer_syscall_post_impl__lwp_ctl(long long res, long long features,
4150 long long res, long long newv, long long oldv, long long flags,
4154 void __sanitizer_syscall_post_impl_compat_60_sa_stacks(long long res,
4158 void __sanitizer_syscall_post_impl_compat_60_sa_enable(long long res);
4162 long long res, long long concurrency);
4164 void __sanitizer_syscall_post_impl_compat_60_sa_yield(long long res);
4166 void __sanitizer_syscall_post_impl_compat_60_sa_preempt(long long res,
4178 long long res, long long signum, long long nsa, long long osa,
4184 void __sanitizer_syscall_post_impl_rasctl(long long res, long long addr,
4187 void __sanitizer_syscall_post_impl_kqueue(long long res);
4192 long long res, long long fd, long long changelist, long long nchanges,
4197 void __sanitizer_syscall_post_impl__sched_setparam(long long res, long long pid,
4204 void __sanitizer_syscall_post_impl__sched_getparam(long long res, long long pid,
4212 void __sanitizer_syscall_post_impl__sched_setaffinity(long long res,
4221 void __sanitizer_syscall_post_impl__sched_getaffinity(long long res,
4227 void __sanitizer_syscall_post_impl_sched_yield(long long res);
4229 void __sanitizer_syscall_post_impl__sched_protect(long long res,
4236 void __sanitizer_syscall_post_impl_fsync_range(long long res, long long fd,
4240 void __sanitizer_syscall_post_impl_uuidgen(long long res, long long store,
4245 void __sanitizer_syscall_post_impl_compat_90_getvfsstat(long long res,
4252 void __sanitizer_syscall_post_impl_compat_90_statvfs1(long long res,
4259 void __sanitizer_syscall_post_impl_compat_90_fstatvfs1(long long res,
4266 void __sanitizer_syscall_post_impl_compat_30_fhstatvfs1(long long res,
4274 void __sanitizer_syscall_post_impl_extattrctl(long long res, long long path,
4284 long long res, long long path, long long attrnamespace, long long attrname,
4292 long long res, long long path, long long attrnamespace, long long attrname,
4297 void __sanitizer_syscall_post_impl_extattr_delete_file(long long res,
4306 void __sanitizer_syscall_post_impl_extattr_set_fd(long long res, long long fd,
4316 void __sanitizer_syscall_post_impl_extattr_get_fd(long long res, long long fd,
4324 void __sanitizer_syscall_post_impl_extattr_delete_fd(long long res,
4334 long long res, long long path, long long attrnamespace, long long attrname,
4342 long long res, long long path, long long attrnamespace, long long attrname,
4347 void __sanitizer_syscall_post_impl_extattr_delete_link(long long res,
4355 void __sanitizer_syscall_post_impl_extattr_list_fd(long long res, long long fd,
4363 void __sanitizer_syscall_post_impl_extattr_list_file(long long res,
4372 void __sanitizer_syscall_post_impl_extattr_list_link(long long res,
4381 void __sanitizer_syscall_post_impl_compat_50_pselect(long long res,
4390 long long res, long long fds, long long nfds, long long ts, long long mask);
4394 void __sanitizer_syscall_post_impl_setxattr(long long res, long long path,
4400 void __sanitizer_syscall_post_impl_lsetxattr(long long res, long long path,
4406 void __sanitizer_syscall_post_impl_fsetxattr(long long res, long long fd,
4411 void __sanitizer_syscall_post_impl_getxattr(long long res, long long path,
4416 void __sanitizer_syscall_post_impl_lgetxattr(long long res, long long path,
4421 void __sanitizer_syscall_post_impl_fgetxattr(long long res, long long fd,
4426 void __sanitizer_syscall_post_impl_listxattr(long long res, long long path,
4430 void __sanitizer_syscall_post_impl_llistxattr(long long res, long long path,
4434 void __sanitizer_syscall_post_impl_flistxattr(long long res, long long fd,
4437 void __sanitizer_syscall_post_impl_removexattr(long long res, long long path,
4440 void __sanitizer_syscall_post_impl_lremovexattr(long long res, long long path,
4443 void __sanitizer_syscall_post_impl_fremovexattr(long long res, long long fd,
4447 void __sanitizer_syscall_post_impl_compat_50___stat30(long long res,
4452 void __sanitizer_syscall_post_impl_compat_50___fstat30(long long res,
4457 void __sanitizer_syscall_post_impl_compat_50___lstat30(long long res,
4462 void __sanitizer_syscall_post_impl___getdents30(long long res, long long fd,
4465 void __sanitizer_syscall_post_impl_posix_fadvise(long long res, long long);
4468 void __sanitizer_syscall_post_impl_compat_30___fhstat30(long long res,
4472 void __sanitizer_syscall_post_impl_compat_50___ntp_gettime30(long long res,
4476 void __sanitizer_syscall_post_impl___socket30(long long res, long long domain,
4481 void __sanitizer_syscall_post_impl___getfh30(long long res, long long fname,
4485 void __sanitizer_syscall_post_impl___fhopen40(long long res, long long fhp,
4492 void __sanitizer_syscall_post_impl_compat_90_fhstatvfs1(long long res,
4500 void __sanitizer_syscall_post_impl_compat_50___fhstat40(long long res,
4506 void __sanitizer_syscall_post_impl_aio_cancel(long long res, long long fildes,
4509 void __sanitizer_syscall_post_impl_aio_error(long long res, long long aiocbp);
4511 void __sanitizer_syscall_post_impl_aio_fsync(long long res, long long op,
4514 void __sanitizer_syscall_post_impl_aio_read(long long res, long long aiocbp);
4516 void __sanitizer_syscall_post_impl_aio_return(long long res, long long aiocbp);
4520 void __sanitizer_syscall_post_impl_compat_50_aio_suspend(long long res,
4525 void __sanitizer_syscall_post_impl_aio_write(long long res, long long aiocbp);
4528 void __sanitizer_syscall_post_impl_lio_listio(long long res, long long mode,
4537 void __sanitizer_syscall_post_impl___mount50(long long res, long long type,
4545 void __sanitizer_syscall_post_impl_mremap(long long res, long long old_address,
4550 void __sanitizer_syscall_post_impl_pset_create(long long res, long long psid);
4552 void __sanitizer_syscall_post_impl_pset_destroy(long long res, long long psid);
4555 void __sanitizer_syscall_post_impl_pset_assign(long long res, long long psid,
4562 void __sanitizer_syscall_post_impl__pset_bind(long long res, long long idtype,
4571 long long res, long long fd, long long PAD, long long offset, long long len,
4576 void __sanitizer_syscall_post_impl___select50(long long res, long long nd,
4580 void __sanitizer_syscall_post_impl___gettimeofday50(long long res, long long tp,
4583 void __sanitizer_syscall_post_impl___settimeofday50(long long res, long long tv,
4586 void __sanitizer_syscall_post_impl___utimes50(long long res, long long path,
4590 void __sanitizer_syscall_post_impl___adjtime50(long long res, long long delta,
4594 void __sanitizer_syscall_post_impl___lfs_segwait50(long long res,
4598 void __sanitizer_syscall_post_impl___futimes50(long long res, long long fd,
4601 void __sanitizer_syscall_post_impl___lutimes50(long long res, long long path,
4605 void __sanitizer_syscall_post_impl___setitimer50(long long res, long long which,
4608 void __sanitizer_syscall_post_impl___getitimer50(long long res, long long which,
4612 void __sanitizer_syscall_post_impl___clock_gettime50(long long res,
4617 void __sanitizer_syscall_post_impl___clock_settime50(long long res,
4622 void __sanitizer_syscall_post_impl___clock_getres50(long long res,
4626 void __sanitizer_syscall_post_impl___nanosleep50(long long res, long long rqtp,
4631 void __sanitizer_syscall_post_impl_____sigtimedwait50(long long res,
4641 long long res, long long mqdes, long long msg_ptr, long long msg_len,
4649 long long res, long long mqdes, long long msg_ptr, long long msg_len,
4655 void __sanitizer_syscall_post_impl_compat_60__lwp_park(long long res,
4666 long long res, long long fd, long long changelist, long long nchanges,
4671 void __sanitizer_syscall_post_impl___pselect50(long long res, long long nd,
4677 void __sanitizer_syscall_post_impl___pollts50(long long res, long long fds,
4683 void __sanitizer_syscall_post_impl___aio_suspend50(long long res,
4688 void __sanitizer_syscall_post_impl___stat50(long long res, long long path,
4691 void __sanitizer_syscall_post_impl___fstat50(long long res, long long fd,
4694 void __sanitizer_syscall_post_impl___lstat50(long long res, long long path,
4699 void __sanitizer_syscall_post_impl_____semctl50(long long res, long long semid,
4704 void __sanitizer_syscall_post_impl___shmctl50(long long res, long long shmid,
4708 void __sanitizer_syscall_post_impl___msgctl50(long long res, long long msqid,
4712 void __sanitizer_syscall_post_impl___getrusage50(long long res, long long who,
4718 void __sanitizer_syscall_post_impl___timer_settime50(long long res,
4725 void __sanitizer_syscall_post_impl___timer_gettime50(long long res,
4730 void __sanitizer_syscall_post_impl___ntp_gettime50(long long res,
4738 void __sanitizer_syscall_post_impl___wait450(long long res, long long pid,
4744 void __sanitizer_syscall_post_impl___mknod50(long long res, long long path,
4748 void __sanitizer_syscall_post_impl___fhstat50(long long res, long long fhp,
4752 void __sanitizer_syscall_post_impl_pipe2(long long res, long long fildes,
4756 void __sanitizer_syscall_post_impl_dup3(long long res, long long from,
4759 void __sanitizer_syscall_post_impl_kqueue1(long long res, long long flags);
4763 void __sanitizer_syscall_post_impl_paccept(long long res, long long s,
4769 void __sanitizer_syscall_post_impl_linkat(long long res, long long fd1,
4774 void __sanitizer_syscall_post_impl_renameat(long long res, long long fromfd,
4779 void __sanitizer_syscall_post_impl_mkfifoat(long long res, long long fd,
4784 void __sanitizer_syscall_post_impl_mknodat(long long res, long long fd,
4789 void __sanitizer_syscall_post_impl_mkdirat(long long res, long long fd,
4793 void __sanitizer_syscall_post_impl_faccessat(long long res, long long fd,
4798 void __sanitizer_syscall_post_impl_fchmodat(long long res, long long fd,
4804 void __sanitizer_syscall_post_impl_fchownat(long long res, long long fd,
4809 void __sanitizer_syscall_post_impl_fexecve(long long res, long long fd,
4813 void __sanitizer_syscall_post_impl_fstatat(long long res, long long fd,
4818 void __sanitizer_syscall_post_impl_utimensat(long long res, long long fd,
4823 void __sanitizer_syscall_post_impl_openat(long long res, long long fd,
4828 void __sanitizer_syscall_post_impl_readlinkat(long long res, long long fd,
4833 void __sanitizer_syscall_post_impl_symlinkat(long long res, long long path1,
4837 void __sanitizer_syscall_post_impl_unlinkat(long long res, long long fd,
4840 void __sanitizer_syscall_post_impl_futimens(long long res, long long fd,
4843 void __sanitizer_syscall_post_impl___quotactl(long long res, long long path,
4849 void __sanitizer_syscall_post_impl_posix_spawn(long long res, long long pid,
4857 void __sanitizer_syscall_post_impl_recvmmsg(long long res, long long s,
4862 void __sanitizer_syscall_post_impl_sendmmsg(long long res, long long s,
4869 void __sanitizer_syscall_post_impl_clock_nanosleep(long long res,
4880 long long res, long long clock_id, long long flags, long long ts,
4884 void __sanitizer_syscall_post_impl_posix_fallocate(long long res, long long fd,
4889 void __sanitizer_syscall_post_impl_fdiscard(long long res, long long fd,
4895 void __sanitizer_syscall_post_impl_wait6(long long res, long long idtype,
4902 void __sanitizer_syscall_post_impl_clock_getcpuclockid2(long long res,
4909 void __sanitizer_syscall_post_impl___getvfsstat90(long long res, long long buf,
4914 void __sanitizer_syscall_post_impl___statvfs190(long long res, long long path,
4918 void __sanitizer_syscall_post_impl___fstatvfs190(long long res, long long fd,
4925 void __sanitizer_syscall_post_impl___fhstatvfs190(long long res, long long fhp,
4931 void __sanitizer_syscall_post_impl___acl_get_link(long long res, long long path,
4936 void __sanitizer_syscall_post_impl___acl_set_link(long long res, long long path,
4941 void __sanitizer_syscall_post_impl___acl_delete_link(long long res,
4947 void __sanitizer_syscall_post_impl___acl_aclcheck_link(long long res,
4953 void __sanitizer_syscall_post_impl___acl_get_file(long long res, long long path,
4958 void __sanitizer_syscall_post_impl___acl_set_file(long long res, long long path,
4963 void __sanitizer_syscall_post_impl___acl_get_fd(long long res,
4968 void __sanitizer_syscall_post_impl___acl_set_fd(long long res,
4973 void __sanitizer_syscall_post_impl___acl_delete_file(long long res,
4978 void __sanitizer_syscall_post_impl___acl_delete_fd(long long res,
4984 void __sanitizer_syscall_post_impl___acl_aclcheck_file(long long res,
4991 void __sanitizer_syscall_post_impl___acl_aclcheck_fd(long long res,
4996 void __sanitizer_syscall_post_impl_lpathconf(long long res, long long path,