HomeSort by relevance Sort by last modified time
    Searched defs:sysent (Results 1 - 2 of 2) sorted by null

  /external/strace/
syscall.c 120 static const struct sysent sysent0[] = {
127 static const struct sysent sysent1[] = {
135 static const struct sysent sysent2[] = {
142 const struct sysent *sysent; variable in typeref:struct:sysent
199 sysent = sysent0;
212 sysent = sysent1;
226 sysent = sysent2;
486 if (sysent[tcp->scno].sys_func == printargs)
489 if (sysent[tcp->scno].sys_func == sys_read |
    [all...]
defs.h 642 struct sysent { struct
650 extern const struct sysent *sysent;

Completed in 88 milliseconds