Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dswap_pager.c2838 sys_swapoff(struct thread *td, struct swapoff_args *uap) in sys_swapoff()
/freebsd/sys/sys/
H A Dsysproto.h1835 struct swapoff_args { struct
2324 int sys_swapoff(struct thread *, struct swapoff_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c652 …{ .sy_narg = AS(swapoff_args), .sy_call = (sy_call_t *)sys_swapoff, .sy_auevent = AUE_SWAPOFF, .sy…
H A Dfreebsd32_systrace_args.c3289 struct swapoff_args *p = params; in systrace_args()
/freebsd/sys/kern/
H A Dinit_sysent.c651 …{ .sy_narg = AS(swapoff_args), .sy_call = (sy_call_t *)sys_swapoff, .sy_auevent = AUE_SWAPOFF, .sy…
H A Dsystrace_args.c3376 struct swapoff_args *p = params; in systrace_args()