Searched refs:InitRoutineName (Results 1 – 1 of 1) sorted by relevance
85 InitRoutineName = NULL, in ThirdPartyVDDBop() local111 InitRoutineName = (LPCSTR)SEG_OFF_TO_PTR(getES(), getDI()); in ThirdPartyVDDBop()118 (InitRoutineName ? InitRoutineName : "n/a"), in ThirdPartyVDDBop()143 if (InitRoutineName) in ThirdPartyVDDBop()145 InitRoutine = (VDD_PROC)GetProcAddress(hDll, InitRoutineName); in ThirdPartyVDDBop()148 DPRINT1("Failed to load the initialization routine '%s'\n", InitRoutineName); in ThirdPartyVDDBop()