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

  /external/strace/
syscall.c 120 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[tcp->scno].sys_func == sys_read |
    [all...]
count.c 117 return strcmp(sysent[*((int *) a)].sys_name,
118 sysent[*((int *) b)].sys_name);
216 error_str, sysent[j].sys_name);
defs.h 642 struct sysent { struct
650 extern const struct sysent *sysent;
proc.c 131 sysent[status.pr_what].sys_name);
process.c 880 if (sysent[tcp->scno].sys_func == sys_clone)
940 if ((sysent[tcp->scno].sys_func == sys_clone) &&
    [all...]
util.c 1503 if (sysent[i].sys_func == sys_clone) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 70 # include <sysent.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 70 # include <sysent.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 70 # include <sysent.h>

Completed in 537 milliseconds