Home
last modified time | relevance | path

Searched refs:shutdown_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Duipc_syscalls.c1174 sys_shutdown(struct thread *td, struct shutdown_args *uap) in sys_shutdown()
H A Dinit_sysent.c203 …{ .sy_narg = AS(shutdown_args), .sy_call = (sy_call_t *)sys_shutdown, .sy_auevent = AUE_SHUTDOWN, …
H A Dsystrace_args.c737 struct shutdown_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h429 struct shutdown_args { struct
1974 int sys_shutdown(struct thread *, struct shutdown_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c204 …{ .sy_narg = AS(shutdown_args), .sy_call = (sy_call_t *)sys_shutdown, .sy_auevent = AUE_SHUTDOWN, …
H A Dfreebsd32_systrace_args.c740 struct shutdown_args *p = params; in systrace_args()