Home
last modified time | relevance | path

Searched defs:sysent (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/sys/
H A Dsysent.h67 struct sysent { /* system call table */ struct
68 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;
H A Dimgact.h80 struct sysentvec *sysent; /* system entry vector */ member
/f-stack/freebsd/kern/
H A Dinit_sysent.c57 struct sysent sysent[] = { variable
/f-stack/freebsd/arm64/arm64/
H A Dfreebsd32_machdep.c315 struct sysentvec *sysent; in freebsd32_sendsig() local
H A Dmachdep.c826 struct sysentvec *sysent; in sendsig() local
/f-stack/freebsd/arm/arm/
H A Dmachdep.c538 struct sysentvec *sysent; local