Searched refs:sysent (Results 1 – 5 of 5) sorted by relevance
/external/strace/ |
D | count.c | 118 return strcmp(sysent[*((int *) a)].sys_name, in syscall_cmp() 119 sysent[*((int *) b)].sys_name); in syscall_cmp() 215 error_str, sysent[idx].sys_name); in call_summary_pers()
|
D | defs.h | 390 typedef struct sysent { struct 807 extern const struct_sysent *sysent; 812 # define sysent sysent0 macro 827 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)
|
D | syscall.c | 216 const struct_sysent *sysent = sysent0; variable 286 sysent = sysent_vec[personality]; in set_personality() 588 tcp->s_ent = &sysent[tcp->scno]; in decode_socket_subcall() 621 tcp->s_ent = &sysent[tcp->scno]; in decode_ipc_subcall() 1563 tcp->s_ent = &sysent[scno]; in get_scno()
|
D | util.c | 1489 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
|