Searched refs:g_eli_pre_sync (Results 1 – 1 of 1) sorted by relevance
122 static eventhandler_tag g_eli_pre_sync = NULL; variable1252 g_eli_pre_sync = EVENTHANDLER_REGISTER(shutdown_pre_sync, in g_eli_init()1254 if (g_eli_pre_sync == NULL) in g_eli_init()1262 if (g_eli_pre_sync != NULL) in g_eli_fini()1263 EVENTHANDLER_DEREGISTER(shutdown_pre_sync, g_eli_pre_sync); in g_eli_fini()