Lines Matching refs:Uuid
581 * Uuid - Pointer to the UUID to be matched.
582 * includes both subtype and 16-byte UUID
588 * vendor-defined resource that matches the supplied UUID and
589 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
597 ACPI_VENDOR_UUID *Uuid,
606 if (!Uuid || !RetBuffer)
611 Info.Uuid = Uuid;
638 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID
665 * 1) Length of descriptor data must be at least as long as a UUID struct
666 * 2) The UUID subtypes must match
667 * 3) The UUID data must match
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))