Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_module.c66 static void module_shutdown(void *, int);
88 EVENTHANDLER_REGISTER(shutdown_final, module_shutdown, NULL, in module_init()
95 module_shutdown(void *arg1, int arg2) in module_shutdown() function