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

/external/strace/
H A Dsyscall.c120 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[tc
[all...]
H A Ddefs.h638 struct sysent { struct
646 extern const struct sysent *sysent;

Completed in 122 milliseconds