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

  /external/strace/
syscall.c 486 if (sysent[tcp->scno].sys_func == printargs)
489 if (sysent[tcp->scno].sys_func == sys_read ||
490 sysent[tcp->scno].sys_func == sys_pread ||
491 sysent[tcp->scno].sys_func == sys_pread64 ||
492 sysent[tcp->scno].sys_func == sys_recv ||
493 sysent[tcp->scno].sys_func == sys_recvfrom)
495 else if (sysent[tcp->scno].sys_func == sys_readv)
500 if (sysent[tcp->scno].sys_func == sys_write ||
501 sysent[tcp->scno].sys_func == sys_pwrite ||
502 sysent[tcp->scno].sys_func == sys_pwrite64 |
    [all...]
defs.h 645 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 1503 if (sysent[i].sys_func == sys_clone) {
    [all...]

Completed in 339 milliseconds