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

/external/strace/
H A Ddefs.h395 } struct_sysent; typedef in typeref:struct:sysent
422 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
800 extern const struct_sysent sysent0[];
807 extern const struct_sysent *sysent;
H A Dpathtrace.c157 const struct_sysent *s;
H A Dsyscall.c104 const struct_sysent sysent0[] = {
109 static const struct_sysent sysent1[] = {
115 static const struct_sysent sysent2[] = {
216 const struct_sysent *sysent = sysent0;
238 static const struct_sysent *const sysent_vec[SUPPORTED_PERSONALITIES] = {
1566 static const struct_sysent unknown = {

Completed in 92 milliseconds