HomeSort by relevance Sort by last modified time
    Searched refs:sysent (Results 1 - 3 of 3) sorted by null

  /external/strace/
count.c 118 return strcmp(sysent[*((int *) a)].sys_name,
119 sysent[*((int *) b)].sys_name);
215 error_str, sysent[idx].sys_name);
defs.h 249 typedef struct sysent { struct
280 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
651 extern const struct_sysent *sysent;
656 # define sysent sysent0 macro
668 * If you need non-NULL sysent[scno].sys_func and sysent[scno].sys_name
671 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)
673 /* Only ensures that sysent[scno] isn't out of range */
syscall.c 196 const struct_sysent *sysent = sysent0; variable
266 sysent = sysent_vec[personality];
569 tcp->s_ent = &sysent[tcp->scno];
598 tcp->s_ent = &sysent[tcp->scno];
1260 tcp->s_ent = &sysent[scno];

Completed in 135 milliseconds