Lines Matching refs:RVAL_FD
9167 * mq.c (SYS_FUNC(mq_open)): Add RVAL_FD to return value.
35246 fcntl.c: mark F_DUPFD and F_DUPFD_CLOEXEC return code with RVAL_FD flag.
35247 * fcntl.c (SYS_FUNC(fcntl)): Set RVAL_FD flag in the return code
37005 signalfd, signalfd4: mark return code with RVAL_FD flag.
37006 * signalfd.c (do_signalfd): Set RVAL_FD flag in the return code.
37013 perf_event_open: mark return code with RVAL_FD flag.
37014 * perf.c (sys_perf_event_open): Set RVAL_FD flag in the return code.
37020 socket: mark return code with RVAL_FD flag.
37021 * net.c (sys_socket): Set RVAL_FD flag in the return code.
37027 timerfd, timerfd_create: mark return code with RVAL_FD flag.
37028 * time.c (sys_timerfd, sys_timerfd_create): Set RVAL_FD flag
37033 inotify_init1: mark return code with RVAL_FD flag.
37034 * inotify.c (sys_inotify_init1): Set RVAL_FD flag in the return code.
37036 fanotify_init: mark return code with RVAL_FD flag.
37037 * fanotify.c (sys_fanotify_init): Set RVAL_FD flag in the return code.
37043 epoll_create1: mark return code with RVAL_FD flag.
37044 * epoll.c (sys_epoll_create1): Set RVAL_FD flag in the return code.
37087 Mark eventfd return code with RVAL_FD flag.
37088 * eventfd.c (do_eventfd): Set RVAL_FD flag in the return code.
43141 (sys_accept, sys_accept4): Update callers, return RVAL_FD.
43277 * defs.h (RVAL_FD): New macro.
43280 (do_dup2, decode_open, sys_creat): Change return value to RVAL_FD.
43283 * syscall.c (trace_syscall_exiting): Handle RVAL_FD.