Searched defs:scno (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dsyscall.c484 if (tcp->scno < 0 || tcp->scno >= nsyscalls)
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]
739 long scno = 0; local
1337 long scno = tcp->scno; local
1358 int scno = known_scno(tcp); local
2810 int i, scno, nargs; local
[all...]
H A Ddefs.h342 long scno; /* System call number */ member in struct:tcb
449 #define verbose(tcp) (qual_flags[(tcp)->scno] & QUAL_VERBOSE)
450 #define abbrev(tcp) (qual_flags[(tcp)->scno] & QUAL_ABBREV)

Completed in 60 milliseconds