Lines Matching refs:Uid
44 protocol device paths based on UID.
70 return Acpi1->UID < Acpi2->UID ? -1 :
71 Acpi1->UID > Acpi2->UID ? 1 :
78 protocol device path against a UID.
80 @param[in] StandaloneKey Pointer to the bare UINT32 UID.
83 embedded UINT32 UID.
99 CONST UINT32 *Uid;
102 Uid = StandaloneKey;
105 return *Uid < Acpi->UID ? -1 :
106 *Uid > Acpi->UID ? 1 :
118 PciRootBridgeIo protocol instances in the system have their UID fields set to
187 // Examine if the device path is an ACPI HID one, and if so, if UID is
194 ((ACPI_HID_DEVICE_PATH *)DevicePath)->UID > 0) {
224 Map->BusNumbers[Idx] = Acpi->UID;
226 "%a: extra bus position 0x%Lx maps to bus number (UID) 0x%x\n",
227 __FUNCTION__, (UINT64)(Idx + 1), Acpi->UID));