Home
last modified time | relevance | path

Searched refs:RVAL_FD (Results 1 – 20 of 20) sorted by relevance

/external/strace/
Depoll.c39 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
48 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dopen.c133 return RVAL_DECODED | RVAL_FD; in decode_open()
153 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Deventfd.c46 return RVAL_DECODED | RVAL_FD; in do_eventfd()
Dmemfd_create.c63 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dinotify.c63 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dsignalfd.c50 return RVAL_DECODED | RVAL_FD; in do_signalfd()
Dnsfs.c41 return RVAL_IOCTL_DECODED | RVAL_FD; in nsfs_ioctl()
Ddesc.c46 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
60 return RVAL_DECODED | RVAL_FD; in do_dup2()
Dfanotify.c54 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dmq.c46 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dkvm.c207 return RVAL_IOCTL_DECODED | RVAL_FD; in kvm_ioctl_create_vcpu()
420 return RVAL_DECODED | RVAL_FD; in kvm_ioctl()
Duserfaultfd.c39 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dbpf.c236 END_BPF_CMD_DECODER(RVAL_DECODED | RVAL_FD)
331 END_BPF_CMD_DECODER(RVAL_DECODED | RVAL_FD)
347 END_BPF_CMD_DECODER(RVAL_DECODED | RVAL_FD)
Dfcntl.c104 return RVAL_DECODED | RVAL_FD; in print_fcntl()
Dnet.c212 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
260 return decode_sockname(tcp) | RVAL_FD; in SYS_FUNC()
272 return rc | RVAL_FD; in SYS_FUNC()
Dtime.c330 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dperf.c427 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dsyscall.c910 case RVAL_FD: in syscall_exiting_trace()
Ddefs.h361 #define RVAL_FD 010 /* file descriptor */ macro
DChangeLog9167 * 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.
[all …]