Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_module.c69 modevent_nop(module_t mod, int what, void *arg) in modevent_nop() function
171 newmod->handler = data->evhand ? data->evhand : modevent_nop; in module_register()