Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_module.c63 static void module_shutdown(void *, int);
85 EVENTHANDLER_REGISTER(shutdown_final, module_shutdown, NULL, in module_init()
92 module_shutdown(void *arg1, int arg2) in module_shutdown() function