Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/sys/
H A Dsysproto.h358 int sys_shutdown(struct thread *, struct shutdown_args *);
/f-stack/lib/
H A Dff_syscall_wrapper.c1096 if ((rc = sys_shutdown(curthread, &sa))) in ff_shutdown()
/f-stack/freebsd/kern/
H A Duipc_syscalls.c1200 sys_shutdown(struct thread *td, struct shutdown_args *uap) in sys_shutdown() function
H A Dinit_sysent.c192 …{ .sy_narg = AS(shutdown_args), .sy_call = (sy_call_t *)sys_shutdown, .sy_auevent = AUE_SHUTDOWN, …
/f-stack/freebsd/sys/
H A Dsysproto.h1942 int sys_shutdown(struct thread *, struct shutdown_args *);