Newer
Older
AMI-Aptio-BIOS-Reversed / Platform / DevicePathIsMultiInstance.c
@Ajax Dong Ajax Dong 2 days ago 357 bytes Init
// DevicePathIsMultiInstance - decompiled from Platform.efi
bool __fastcall DevicePathIsMultiInstance(const void *Node)
{
  if ( !Node ) /*0x75fc*/
    Assert( /*0x7611*/
      (__int64)"e:\\hs\\MdePkg\\Library\\UefiDevicePathLib\\DevicePathUtilities.c",
      227,
      (__int64)"Node != ((void *) 0)");
  return DevicePathType(Node) == 127; /*0x7623*/
}