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

  /external/strace/
syscall.c 130 static const struct sysent sysent0[] = {
136 static const struct sysent sysent1[] = {
143 static const struct sysent sysent2[] = {
149 const struct sysent *sysent; variable in typeref:struct:sysent
191 sysent = sysent0;
203 sysent = sysent1;
216 sysent = sysent2;
298 if (strcmp(s, sysent[i].sys_name) == 0) {
425 if (sysent[i].sys_flags & n)
    [all...]
defs.h 524 struct sysent { struct
532 extern const struct sysent *sysent;
proc.c 131 sysent[status.pr_what].sys_name);

Completed in 5699 milliseconds