Home
last modified time | relevance | path

Searched refs:sys_shutdown (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/kern/
H A Duipc_syscalls.c1193 sys_shutdown(struct thread *td, struct shutdown_args *uap) in sys_shutdown() function
H A Dinit_sysent.c197 …{ .sy_narg = AS(shutdown_args), .sy_call = (sy_call_t *)sys_shutdown, .sy_auevent = AUE_SHUTDOWN, …
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c198 …{ .sy_narg = AS(shutdown_args), .sy_call = (sy_call_t *)sys_shutdown, .sy_auevent = AUE_SHUTDOWN, …
/freebsd-14.2/sys/sys/
H A Dsysproto.h1982 int sys_shutdown(struct thread *, struct shutdown_args *);