Searched defs:sysent (Results 1 – 9 of 9) sorted by relevance
65 struct sysent { /* system call table */ struct66 sy_call_t *sy_call; /* implementing function */67 systrace_args_func_t sy_systrace_args_func;69 u_int8_t sy_narg; /* number of arguments */70 u_int8_t sy_flags; /* General flags for system calls. */71 au_event_t sy_auevent; /* audit event associated with syscall */72 u_int32_t sy_entry; /* DTrace entry ID for systrace. */73 u_int32_t sy_return; /* DTrace return ID for systrace. */74 u_int32_t sy_thrcnt;
73 struct sysentvec *sysent; /* system entry vector */ member
279 struct sysentvec *sysent; in sendsig() local
68 struct sysent sysent[] = { variable
1670 struct sysentvec *sysent; in exec_copyout_strings() local
340 struct sysentvec *sysent; in sendsig() local
356 struct sysentvec *sysent; in freebsd32_sendsig() local
124 struct sysentvec sysent; in kvm_proclist() local
3597 struct sysentvec *sysent; freebsd32_copyout_strings() local