Searched refs:sys_kldload (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_linker.c | 1053 sys_kldload(struct thread *td, struct kldload_args *uap) in sys_kldload() function
|
| HD | init_sysent.c | 353 …{ AS(kldload_args), (sy_call_t *)sys_kldload, AUE_MODLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 304 …
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 354 …{ AS(kldload_args), (sy_call_t *)sys_kldload, AUE_MODLOAD, NULL, 0, 0, 0, SY_THR_STATIC }, /* 304 …
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 2248 int sys_kldload(struct thread *, struct kldload_args *);
|