Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_module.c423 sys_modfind(struct thread *td, struct modfind_args *uap) in sys_modfind() function
HDinit_sysent.c352 …{ AS(modfind_args), (sy_call_t *)sys_modfind, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 303 = m…
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c353 …{ AS(modfind_args), (sy_call_t *)sys_modfind, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 303 = m…
/NextBSD/sys/sys/
HDsysproto.h2247 int sys_modfind(struct thread *, struct modfind_args *);