HomeSort by relevance Sort by last modified time
    Searched refs:sysent (Results 1 - 4 of 4) 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 390 typedef struct sysent { struct
422 const struct_sysent *s_ent; /* sysent[scno] or dummy struct for bad scno */
807 extern const struct_sysent *sysent;
812 # define sysent sysent0 macro
824 * If you need non-NULL sysent[scno].sys_func and sysent[scno].sys_name
827 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)
829 /* Only ensures that sysent[scno] isn't out of range */
syscall.c 216 const struct_sysent *sysent = sysent0; variable
286 sysent = sysent_vec[personality];
588 tcp->s_ent = &sysent[tcp->scno];
621 tcp->s_ent = &sysent[tcp->scno];
    [all...]
util.c     [all...]

Completed in 237 milliseconds