Searched refs:sys_kldfirstmod (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_linker.c | 1313 sys_kldfirstmod(struct thread *td, struct kldfirstmod_args *uap) in sys_kldfirstmod() function
|
| H A D | init_sysent.c | 361 …{ AS(kldfirstmod_args), (sy_call_t *)sys_kldfirstmod, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 368 …{ AS(kldfirstmod_args), (sy_call_t *)sys_kldfirstmod, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /*…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 1962 int sys_kldfirstmod(struct thread *, struct kldfirstmod_args *);
|