HdlspSendStringAtBaud

VOID __stdcall HdlspSendStringAtBaud(UINT8 *String){
  UINT8 v1; 
  UINT8 *v2; 

  v1 = *String;
  v2 = String;
  while( v1 )
  {
    InbvPortPutByte(*(unsigned int *)(*(&stru_140CF2E80 + 920) + 56i64), v1);
    v1 = *++v2;
  }
}

Referenced by:

HdlspBugCheckProcessing
HdlspDispatch
HdlspEnableTerminal
HdlspGetLine
HdlspPutString
HdlspPutWideString
HdlspSendBlueScreenInfo