Searched refs:sys_closefrom (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | init_sysent.c | 561 …{ AS(closefrom_args), (sy_call_t *)sys_closefrom, AUE_CLOSEFROM, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| H A D | kern_descrip.c | 1276 sys_closefrom(struct thread *td, struct closefrom_args *uap) in sys_closefrom() function
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 581 …{ AS(closefrom_args), (sy_call_t *)sys_closefrom, AUE_CLOSEFROM, NULL, 0, 0, SYF_CAPENABLED, SY_TH…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2122 int sys_closefrom(struct thread *, struct closefrom_args *);
|