Home
last modified time | relevance | path

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

/netbsd/tests/modules/
H A Dt_builtin.c124 mod.ml_flags = MODCTL_LOAD_FORCE; in ATF_TC_BODY()
/netbsd/sys/sys/
H A Dmodule.h240 #define MODCTL_LOAD_FORCE 0x1 macro
/netbsd/sbin/modload/
H A Dmain.c104 flags |= MODCTL_LOAD_FORCE; in main()
/netbsd/sys/kern/
H A Dkern_module.c1141 !ISSET(flags, MODCTL_LOAD_FORCE)) { in module_do_load()
1238 if (ISSET(flags, MODCTL_LOAD_FORCE)) { in module_do_load()