HomeSort by relevance Sort by last modified time
    Searched refs:RVAL_FD (Results 1 - 19 of 19) sorted by null

  /external/strace/
eventfd.c 46 return RVAL_DECODED | RVAL_FD;
inotify.c 63 return RVAL_DECODED | RVAL_FD;
memfd_create.c 63 return RVAL_DECODED | RVAL_FD;
nsfs.c 40 return RVAL_IOCTL_DECODED | RVAL_FD;
signalfd.c 50 return RVAL_DECODED | RVAL_FD;
epoll.c 39 return RVAL_DECODED | RVAL_FD;
48 return RVAL_DECODED | RVAL_FD;
fanotify.c 54 return RVAL_DECODED | RVAL_FD;
kvm.c 44 return RVAL_IOCTL_DECODED | RVAL_FD;
131 return RVAL_DECODED | RVAL_FD;
open.c 139 return RVAL_DECODED | RVAL_FD;
159 return RVAL_DECODED | RVAL_FD;
mq.c 46 return RVAL_DECODED | RVAL_FD;
desc.c 46 return RVAL_DECODED | RVAL_FD;
60 return RVAL_DECODED | RVAL_FD;
bpf.c 111 return RVAL_DECODED | RVAL_FD;
221 return RVAL_DECODED | RVAL_FD;
241 return RVAL_DECODED | RVAL_FD;
379 return RVAL_DECODED | RVAL_FD;
userfaultfd.c 39 return RVAL_DECODED | RVAL_FD;
fcntl.c 105 return RVAL_DECODED | RVAL_FD;
net.c 152 return RVAL_DECODED | RVAL_FD;
200 return decode_sockname(tcp) | RVAL_FD;
212 return rc | RVAL_FD;
perf.c 434 return RVAL_DECODED | RVAL_FD;
time.c 312 return RVAL_DECODED | RVAL_FD;
defs.h 313 #define RVAL_FD 010 /* file descriptor */
    [all...]
syscall.c 928 case RVAL_FD:

Completed in 579 milliseconds