• Home
  • Raw
  • Download

Lines Matching +defs:ufds +defs:fd

441 #define __sanitizer_syscall_pre_fsync(fd) \  argument
443 #define __sanitizer_syscall_post_fsync(res, fd) \ argument
445 #define __sanitizer_syscall_pre_fdatasync(fd) \ argument
447 #define __sanitizer_syscall_post_fdatasync(res, fd) \ argument
474 #define __sanitizer_syscall_pre_ftruncate(fd, length) \ argument
476 #define __sanitizer_syscall_post_ftruncate(res, fd, length) \ argument
491 #define __sanitizer_syscall_pre_fstatfs(fd, buf) \ argument
493 #define __sanitizer_syscall_post_fstatfs(res, fd, buf) \ argument
495 #define __sanitizer_syscall_pre_fstatfs64(fd, sz, buf) \ argument
497 #define __sanitizer_syscall_post_fstatfs64(res, fd, sz, buf) \ argument
504 #define __sanitizer_syscall_pre_fstat(fd, statbuf) \ argument
506 #define __sanitizer_syscall_post_fstat(res, fd, statbuf) \ argument
516 #define __sanitizer_syscall_pre_newfstat(fd, statbuf) \ argument
518 #define __sanitizer_syscall_post_newfstat(res, fd, statbuf) \ argument
528 #define __sanitizer_syscall_pre_fstat64(fd, statbuf) \ argument
530 #define __sanitizer_syscall_post_fstat64(res, fd, statbuf) \ argument
551 #define __sanitizer_syscall_pre_fsetxattr(fd, name, value, size, flags) \ argument
554 #define __sanitizer_syscall_post_fsetxattr(res, fd, name, value, size, flags) \ argument
570 #define __sanitizer_syscall_pre_fgetxattr(fd, name, value, size) \ argument
573 #define __sanitizer_syscall_post_fgetxattr(res, fd, name, value, size) \ argument
588 #define __sanitizer_syscall_pre_flistxattr(fd, list, size) \ argument
591 #define __sanitizer_syscall_post_flistxattr(res, fd, list, size) \ argument
602 #define __sanitizer_syscall_pre_fremovexattr(fd, name) \ argument
604 #define __sanitizer_syscall_post_fremovexattr(res, fd, name) \ argument
706 #define __sanitizer_syscall_pre_fchmod(fd, mode) \ argument
708 #define __sanitizer_syscall_post_fchmod(res, fd, mode) \ argument
710 #define __sanitizer_syscall_pre_fcntl(fd, cmd, arg) \ argument
712 #define __sanitizer_syscall_post_fcntl(res, fd, cmd, arg) \ argument
714 #define __sanitizer_syscall_pre_fcntl64(fd, cmd, arg) \ argument
716 #define __sanitizer_syscall_post_fcntl64(res, fd, cmd, arg) \ argument
745 #define __sanitizer_syscall_pre_ioctl(fd, cmd, arg) \ argument
747 #define __sanitizer_syscall_post_ioctl(res, fd, cmd, arg) \ argument
749 #define __sanitizer_syscall_pre_flock(fd, cmd) \ argument
751 #define __sanitizer_syscall_post_flock(res, fd, cmd) \ argument
811 #define __sanitizer_syscall_pre_close(fd) \ argument
813 #define __sanitizer_syscall_post_close(res, fd) \ argument
834 #define __sanitizer_syscall_pre_fchown(fd, user, group) \ argument
836 #define __sanitizer_syscall_post_fchown(res, fd, user, group) \ argument
851 #define __sanitizer_syscall_pre_fchown16(fd, user, group) \ argument
853 #define __sanitizer_syscall_post_fchown16(res, fd, user, group) \ argument
938 #define __sanitizer_syscall_pre_lseek(fd, offset, origin) \ argument
940 #define __sanitizer_syscall_post_lseek(res, fd, offset, origin) \ argument
943 #define __sanitizer_syscall_pre_llseek(fd, offset_high, offset_low, result, \ argument
948 #define __sanitizer_syscall_post_llseek(res, fd, offset_high, offset_low, \ argument
953 #define __sanitizer_syscall_pre_read(fd, buf, count) \ argument
955 #define __sanitizer_syscall_post_read(res, fd, buf, count) \ argument
958 #define __sanitizer_syscall_pre_readv(fd, vec, vlen) \ argument
960 #define __sanitizer_syscall_post_readv(res, fd, vec, vlen) \ argument
963 #define __sanitizer_syscall_pre_write(fd, buf, count) \ argument
965 #define __sanitizer_syscall_post_write(res, fd, buf, count) \ argument
968 #define __sanitizer_syscall_pre_writev(fd, vec, vlen) \ argument
970 #define __sanitizer_syscall_post_writev(res, fd, vec, vlen) \ argument
975 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos) \ argument
978 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos) \ argument
981 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos) \ argument
984 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos) \ argument
988 #define __sanitizer_syscall_pre_pread64(fd, buf, count, pos0, pos1) \ argument
991 #define __sanitizer_syscall_post_pread64(res, fd, buf, count, pos0, pos1) \ argument
995 #define __sanitizer_syscall_pre_pwrite64(fd, buf, count, pos0, pos1) \ argument
998 #define __sanitizer_syscall_post_pwrite64(res, fd, buf, count, pos0, pos1) \ argument
1003 #define __sanitizer_syscall_pre_preadv(fd, vec, vlen, pos_l, pos_h) \ argument
1006 #define __sanitizer_syscall_post_preadv(res, fd, vec, vlen, pos_l, pos_h) \ argument
1010 #define __sanitizer_syscall_pre_pwritev(fd, vec, vlen, pos_l, pos_h) \ argument
1013 #define __sanitizer_syscall_post_pwritev(res, fd, vec, vlen, pos_l, pos_h) \ argument
1029 #define __sanitizer_syscall_pre_fchdir(fd) \ argument
1031 #define __sanitizer_syscall_post_fchdir(res, fd) \ argument
1049 #define __sanitizer_syscall_pre_getdents(fd, dirent, count) \ argument
1052 #define __sanitizer_syscall_post_getdents(res, fd, dirent, count) \ argument
1055 #define __sanitizer_syscall_pre_getdents64(fd, dirent, count) \ argument
1058 #define __sanitizer_syscall_post_getdents64(res, fd, dirent, count) \ argument
1061 #define __sanitizer_syscall_pre_setsockopt(fd, level, optname, optval, optlen) \ argument
1065 #define __sanitizer_syscall_post_setsockopt(res, fd, level, optname, optval, \ argument
1070 #define __sanitizer_syscall_pre_getsockopt(fd, level, optname, optval, optlen) \ argument
1074 #define __sanitizer_syscall_post_getsockopt(res, fd, level, optname, optval, \ argument
1127 #define __sanitizer_syscall_pre_sendmsg(fd, msg, flags) \ argument
1129 #define __sanitizer_syscall_post_sendmsg(res, fd, msg, flags) \ argument
1132 #define __sanitizer_syscall_pre_sendmmsg(fd, msg, vlen, flags) \ argument
1135 #define __sanitizer_syscall_post_sendmmsg(res, fd, msg, vlen, flags) \ argument
1153 #define __sanitizer_syscall_pre_recvmsg(fd, msg, flags) \ argument
1155 #define __sanitizer_syscall_post_recvmsg(res, fd, msg, flags) \ argument
1158 #define __sanitizer_syscall_pre_recvmmsg(fd, msg, vlen, flags, timeout) \ argument
1161 #define __sanitizer_syscall_post_recvmmsg(res, fd, msg, vlen, flags, timeout) \ argument
1184 #define __sanitizer_syscall_pre_poll(ufds, nfds, timeout) \ argument
1186 #define __sanitizer_syscall_post_poll(res, ufds, nfds, timeout) \ argument
1207 #define __sanitizer_syscall_pre_epoll_ctl(epfd, op, fd, event) \ argument
1210 #define __sanitizer_syscall_post_epoll_ctl(res, epfd, op, fd, event) \ argument
1544 #define __sanitizer_syscall_pre_inotify_add_watch(fd, path, mask) \ argument
1547 #define __sanitizer_syscall_post_inotify_add_watch(res, fd, path, mask) \ argument
1550 #define __sanitizer_syscall_pre_inotify_rm_watch(fd, wd) \ argument
1552 #define __sanitizer_syscall_post_inotify_rm_watch(res, fd, wd) \ argument
1554 #define __sanitizer_syscall_pre_spu_run(fd, unpc, ustatus) \ argument
1557 #define __sanitizer_syscall_post_spu_run(res, fd, unpc, ustatus) \ argument
1560 #define __sanitizer_syscall_pre_spu_create(name, flags, mode, fd) \ argument
1563 #define __sanitizer_syscall_post_spu_create(res, name, flags, mode, fd) \ argument
1678 #define __sanitizer_syscall_pre_vmsplice(fd, iov, nr_segs, flags) \ argument
1681 #define __sanitizer_syscall_post_vmsplice(res, fd, iov, nr_segs, flags) \ argument
1763 #define __sanitizer_syscall_pre_syncfs(fd) \ argument
1765 #define __sanitizer_syscall_post_syncfs(res, fd) \ argument
1777 #define __sanitizer_syscall_pre_mmap_pgoff(addr, len, prot, flags, fd, pgoff) \ argument
1781 #define __sanitizer_syscall_post_mmap_pgoff(res, addr, len, prot, flags, fd, \ argument
1806 #define __sanitizer_syscall_pre_setns(fd, nstype) \ argument
1808 #define __sanitizer_syscall_post_setns(res, fd, nstype) \ argument