Home
last modified time | relevance | path

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

/external/strace/
Dbpf.c48 return RVAL_DECODED | RVAL_FD; in bpf_map_create()
53 return RVAL_DECODED | RVAL_FD; in bpf_map_create()
60 return RVAL_DECODED | RVAL_FD; in bpf_map_create()
157 return RVAL_DECODED | RVAL_FD; in bpf_prog_load()
162 return RVAL_DECODED | RVAL_FD; in bpf_prog_load()
172 return RVAL_DECODED | RVAL_FD; in bpf_prog_load()
Dopen.c130 return RVAL_DECODED | RVAL_FD; in decode_open()
149 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Depoll.c40 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
49 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Duserfaultfd.c37 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dmemfd_create.c38 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dperf.c46 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Deventfd.c46 return RVAL_DECODED | RVAL_FD; in do_eventfd()
Ddesc.c44 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
58 return RVAL_DECODED | RVAL_FD; in do_dup2()
Dinotify.c63 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dsignalfd.c49 return RVAL_DECODED | RVAL_FD; in do_signalfd()
Dtime.c315 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
324 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dfanotify.c54 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
Dfcntl.c102 return RVAL_DECODED | RVAL_FD; in print_fcntl()
Dnet.c827 return RVAL_DECODED | RVAL_FD; in SYS_FUNC()
880 return RVAL_FD; in SYS_FUNC()
886 return RVAL_FD; in SYS_FUNC()
Ddefs.h391 #define RVAL_FD 010 /* file descriptor */ macro
Dsyscall.c1072 case RVAL_FD: in trace_syscall_exiting()