Home
last modified time | relevance | path

Searched refs:sys_kldunload (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/kern/
HDkern_linker.c1111 sys_kldunload(struct thread *td, struct kldunload_args *uap) in sys_kldunload() function
HDinit_sysent.c354 …{ AS(kldunload_args), (sy_call_t *)sys_kldunload, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c355 …{ AS(kldunload_args), (sy_call_t *)sys_kldunload, AUE_MODUNLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /…
/NextBSD/sys/sys/
HDsysproto.h2249 int sys_kldunload(struct thread *, struct kldunload_args *);