Searched defs:struct_sysent (Results 1 - 1 of 1) sorted by relevance

/external/strace/
H A Ddefs.h277 } struct_sysent; typedef in typeref:struct:sysent
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;

Completed in 66 milliseconds