Home
last modified time | relevance | path

Searched refs:module_enable (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/stand/efiboot/
H A Dmodule.h34 void module_enable(int);
H A Dboot.c293 module_enable(1); in command_modules()
295 module_enable(0); in command_modules()
H A Dmodule.c150 module_enable(int onoff) in module_enable() function