Searched refs:swapoff_args (Results 1 – 4 of 4) sorted by relevance
2435 struct swapoff_args { struct2445 sys_swapoff(struct thread *td, struct swapoff_args *uap) in sys_swapoff() argument
1141 struct swapoff_args { struct2103 int sys_swapoff(struct thread *, struct swapoff_args *);
482 …{ .sy_narg = AS(swapoff_args), .sy_call = (sy_call_t *)sys_swapoff, .sy_auevent = AUE_SWAPOFF, .sy…
2133 struct swapoff_args *p = params; in systrace_args()