Searched refs:sys_kldunloadf (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_linker.c | 1118 sys_kldunloadf(struct thread *td, struct kldunloadf_args *uap) in sys_kldunloadf() function
|
| HD | init_sysent.c | 493 …{ AS(kldunloadf_args), (sy_call_t *)sys_kldunloadf, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 494 …{ AS(kldunloadf_args), (sy_call_t *)sys_kldunloadf, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC },…
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 2363 int sys_kldunloadf(struct thread *, struct kldunloadf_args *);
|