Home
last modified time | relevance | path

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

/external/strace/
Ddefs.h254 } struct_sysent; typedef
280 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
281 const struct_sysent *s_prev_ent; /* for "resuming interrupted SYSCALL" msg */
644 extern const struct_sysent sysent0[];
651 extern const struct_sysent *sysent;
Dsyscall.c84 const struct_sysent sysent0[] = {
89 static const struct_sysent sysent1[] = {
95 static const struct_sysent sysent2[] = {
196 const struct_sysent *sysent = sysent0;
218 static const struct_sysent *const sysent_vec[SUPPORTED_PERSONALITIES] = {
1263 static const struct_sysent unknown = { in get_scno()
Dpathtrace.c157 const struct_sysent *s; in pathtrace_match()