HomeSort by relevance Sort by last modified time
    Searched refs:sysent (Results 1 - 4 of 4) 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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 70 # include <sysent.h>

Completed in 53 milliseconds