Searched refs:sysent (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | syscall.c | 116 static const struct sysent sysent0[] = { 123 static const struct sysent sysent1[] = { 131 static const struct sysent sysent2[] = { 138 const struct sysent *sysent; variable 195 sysent = sysent0; in set_personality() 208 sysent = sysent1; in set_personality() 222 sysent = sysent2; in set_personality() 482 if (sysent[tcp->scno].sys_func == printargs) in dumpio() 485 if (sysent[tcp->scno].sys_func == sys_read || in dumpio() 486 sysent[tcp->scno].sys_func == sys_pread || in dumpio() [all …]
|
D | count.c | 117 return strcmp(sysent[*((int *) a)].sys_name, in syscall_cmp() 118 sysent[*((int *) b)].sys_name); in syscall_cmp() 216 error_str, sysent[j].sys_name); in call_summary_pers()
|
D | defs.h | 638 struct sysent { struct 646 extern const struct sysent *sysent; argument
|
D | proc.c | 131 sysent[status.pr_what].sys_name);
|
D | process.c | 880 if (sysent[tcp->scno].sys_func == sys_clone) in handle_new_child() 940 if ((sysent[tcp->scno].sys_func == sys_clone) && in internal_fork()
|
D | util.c | 1499 if (sysent[i].sys_func == sys_clone) { in setbpt()
|
D | ChangeLog-CVS | 1424 sysent[tcp->scno].sys_func values. 2055 * defs.h (struct sysent): New member `native_scno'. 2598 * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn. 5111 * defs.h, syscall.c, ioctl.c, signal.c: Make sysent, errnoent, 5200 (sysent): Add sys_flags member. 5201 * syscall.c (sysent): Define (and later undef) abbreviations
|