Searched refs:sys_kldunload (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_linker.c | 1111 sys_kldunload(struct thread *td, struct kldunload_args *uap) in sys_kldunload() function
|
| HD | init_sysent.c | 354 …{ AS(kldunload_args), (sy_call_t *)sys_kldunload, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 355 …{ AS(kldunload_args), (sy_call_t *)sys_kldunload, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /…
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 2249 int sys_kldunload(struct thread *, struct kldunload_args *);
|