Home
last modified time | relevance | path

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

/f-stack/freebsd/vm/
H A Dswap_pager.c2435 struct swapoff_args { struct
2445 sys_swapoff(struct thread *td, struct swapoff_args *uap) in sys_swapoff() argument
/f-stack/freebsd/sys/
H A Dsysproto.h1141 struct swapoff_args { struct
2103 int sys_swapoff(struct thread *, struct swapoff_args *);
/f-stack/freebsd/kern/
H A Dinit_sysent.c482 …{ .sy_narg = AS(swapoff_args), .sy_call = (sy_call_t *)sys_swapoff, .sy_auevent = AUE_SWAPOFF, .sy…
H A Dsystrace_args.c2133 struct swapoff_args *p = params; in systrace_args()