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

/external/strace/
H A Ddefs.h252 int (*sys_func)(); member in struct:sysent
668 * If you need non-NULL sysent[scno].sys_func and sysent[scno].sys_name
671 ((unsigned long)(scno) < nsyscalls && sysent[scno].sys_func)

Completed in 46 milliseconds