Searched refs:module_shutdown (Results 1 – 1 of 1) sorted by relevance
66 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