Searched refs:closefrom_args (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_descrip.c1252 struct closefrom_args { struct
1258 sys_closefrom(struct thread *td, struct closefrom_args *uap)
H A Dinit_sysent.c557 { AS(closefrom_args), (sy_call_t *)sys_closefrom, AUE_CLOSEFROM, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 509 = closefrom */
H A Dsystrace_args.c2992 struct closefrom_args *p = params;
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c577 { AS(closefrom_args), (sy_call_t *)sys_closefrom, AUE_CLOSEFROM, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATIC }, /* 509 = closefrom */
H A Dfreebsd32_systrace_args.c2919 struct closefrom_args *p = params;
/freebsd-11-stable/sys/sys/
H A Dsysproto.h1601 struct closefrom_args { struct
2147 int sys_closefrom(struct thread *, struct closefrom_args *);

Completed in 287 milliseconds