Home
last modified time | relevance | path

Searched refs:sysent (Results 1 – 5 of 5) sorted by relevance

/external/strace/
Dcount.c118 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()
Ddefs.h390 typedef struct sysent { struct
807 extern const struct_sysent *sysent;
812 # define sysent sysent0 macro
827 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)
Dsyscall.c216 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()
Dutil.c1489 if (sysent[i].sys_func == sys_clone) { in setbpt()
DChangeLog-CVS1424 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