Searched refs:g_updateNV (Results 1 – 3 of 3) sorted by relevance
111 g_updateNV = UT_NONE; in ExecuteCommand()300 if((g_updateNV != UT_NONE) && !g_inFailureMode) in ExecuteCommand()302 if(g_updateNV == UT_ORDERLY) in ExecuteCommand()306 g_updateNV = UT_NONE; in ExecuteCommand()
163 #define SET_NV_UPDATE(type) g_updateNV |= (type)
619 EXTERN UPDATE_TYPE g_updateNV; variable