Searched defs:sysent (Results 1 – 6 of 6) sorted by relevance
67 struct sysent { /* system call table */ struct68 sy_call_t *sy_call; /* implementing function */69 systrace_args_func_t sy_systrace_args_func;71 u_int8_t sy_narg; /* number of arguments */72 u_int8_t sy_flags; /* General flags for system calls. */73 au_event_t sy_auevent; /* audit event associated with syscall */74 u_int32_t sy_entry; /* DTrace entry ID for systrace. */75 u_int32_t sy_return; /* DTrace return ID for systrace. */76 u_int32_t sy_thrcnt;
80 struct sysentvec *sysent; /* system entry vector */ member
57 struct sysent sysent[] = { variable
315 struct sysentvec *sysent; in freebsd32_sendsig() local
826 struct sysentvec *sysent; in sendsig() local
538 struct sysentvec *sysent; local