Searched defs:sysent (Results 1 – 8 of 8) sorted by relevance
61 struct sysent { /* system call table */ struct62 int sy_narg; /* number of arguments */63 sy_call_t *sy_call; /* implementing function */64 au_event_t sy_auevent; /* audit event associated with syscall */65 systrace_args_func_t sy_systrace_args_func;67 u_int32_t sy_entry; /* DTrace entry ID for systrace. */68 u_int32_t sy_return; /* DTrace return ID for systrace. */69 u_int32_t sy_flags; /* General flags for system calls. */70 u_int32_t sy_thrcnt;
79 struct sysentvec *sysent; /* system entry vector */ member
25 sysent: ${BASE_GENERATED} target
51 struct sysent sysent[] = { variable
132 struct sysentvec sysent; in kvm_proclist() local
588 struct sysentvec *sysent; in sendsig() local
617 struct sysentvec *sysent; local
649 struct sysentvec *sysent; in sendsig() local