Searched refs:g_eli_pre_sync (Results 1 – 1 of 1) sorted by relevance
204 static eventhandler_tag g_eli_pre_sync = NULL; variable1618 g_eli_pre_sync = EVENTHANDLER_REGISTER(shutdown_pre_sync, in g_eli_init()1620 if (g_eli_pre_sync == NULL) in g_eli_init()1628 if (g_eli_pre_sync != NULL) in g_eli_fini()1629 EVENTHANDLER_DEREGISTER(shutdown_pre_sync, g_eli_pre_sync); in g_eli_fini()