HomeSort by relevance Sort by last modified time
    Searched full:sysent (Results 1 - 5 of 5) 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...]
proc.c 131 sysent[status.pr_what].sys_name);
defs.h 524 struct sysent { struct
532 extern const struct sysent *sysent;
ChangeLog 54 * defs.h (struct sysent): New member `native_scno'.
597 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn.
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 70 # include <sysent.h>

Completed in 134 milliseconds