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

  /external/strace/
syscall.c 116 static const struct sysent sysent0[] = {
123 static const struct sysent sysent1[] = {
131 static const struct sysent sysent2[] = {
138 const struct sysent *sysent; variable in typeref:struct:sysent
195 sysent = sysent0;
208 sysent = sysent1;
222 sysent = sysent2;
482 if (sysent[tcp->scno].sys_func == printargs)
485 if (sysent[tcp->scno].sys_func == sys_read |
    [all...]
defs.h 638 struct sysent { struct
646 extern const struct sysent *sysent;

Completed in 272 milliseconds