Home
last modified time | relevance | path

Searched refs:struct_sysent (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Ddefs.h277 } struct_sysent; typedef
304 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
305 const struct_sysent *s_prev_ent; /* for "resuming interrupted SYSCALL" msg */
717 extern const struct_sysent sysent0[];
725 extern const struct_sysent *sysent;
Dsyscall.c87 const struct_sysent sysent0[] = {
93 static const struct_sysent sysent1[] = {
100 static const struct_sysent sysent2[] = {
214 const struct_sysent *sysent = sysent0;
238 static const struct_sysent *const sysent_vec[SUPPORTED_PERSONALITIES] = {
1314 static const struct_sysent unknown = { in get_scno()
Dpathtrace.c151 const struct_sysent *s; in pathtrace_match()
/external/strace/tests/
Dksysent.c44 static const struct_sysent syscallent[] = {