VfDriverInitSuccess

VOID __stdcall VfDriverInitSuccess(UINT64 PreviousThunks, _LIST_ENTRY *ModuleListHead){
  if( ViActiveVerifierThunks != (_DWORD)PreviousThunks )
    ViDriverReApplyVerifierForAll(ModuleListHead);
}

Referenced by:

MmCallDllInitialize
PnpInitializeBootStartDriver