PsQuerySystemDllInfo

_PS_SYSTEM_DLL_INFO *__stdcall PsQuerySystemDllInfo(_SYSTEM_DLL_TYPE Type){
  _EX_FAST_REF *v1; 

  v1 = (&PspSystemDlls)[Type];
  if( v1 && v1[5].Value )
    return(_PS_SYSTEM_DLL_INFO *)&v1[2];
  else
    return 0i64;
}

Referenced by:

DbgkCreateThread
DbgkSendSystemDllMessages
ExpSystemErrorHandler2
MmInitSystemDll
PsWow64IsMachineSupported
PspInitializeSystemDlls
PspWow64PickBestNtdll