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

  /external/strace/
syscall.c 482 if (sysent[tcp->scno].sys_func == printargs)
485 if (sysent[tcp->scno].sys_func == sys_read ||
486 sysent[tcp->scno].sys_func == sys_pread ||
487 sysent[tcp->scno].sys_func == sys_pread64 ||
488 sysent[tcp->scno].sys_func == sys_recv ||
489 sysent[tcp->scno].sys_func == sys_recvfrom)
491 else if (sysent[tcp->scno].sys_func == sys_readv)
496 if (sysent[tcp->scno].sys_func == sys_write ||
497 sysent[tcp->scno].sys_func == sys_pwrite ||
498 sysent[tcp->scno].sys_func == sys_pwrite64 |
    [all...]
defs.h 641 int (*sys_func)(); member in struct:sysent
process.c 880 if (sysent[tcp->scno].sys_func == sys_clone)
940 if ((sysent[tcp->scno].sys_func == sys_clone) &&
    [all...]
util.c 1499 if (sysent[i].sys_func == sys_clone) {
    [all...]

Completed in 31 milliseconds