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

  /external/strace/
sysent.h 8 int (*sys_func)(); member in struct:sysent
syscall.c 729 res = tcp->s_ent->sys_func(tcp);
831 sys_res = tcp->s_ent->sys_func(tcp);
1237 s->ent.sys_func = printargs;
defs.h 933 * its corresponding sysent[scno].sys_func is non-NULL,
940 && sysent[scno].sys_func
950 #define SYS_FUNC(syscall_name) int SYS_FUNC_NAME(sys_ ## syscall_name)(struct tcb *tcp)
Makefile     [all...]

Completed in 203 milliseconds