Lines Matching defs:Vendor
583 * RetBuffer - Where the vendor resource is returned
588 * vendor-defined resource that matches the supplied UUID and
589 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
638 * DESCRIPTION: Match a vendor resource via the ACPI 3.0 UUID
648 ACPI_RESOURCE_VENDOR_TYPED *Vendor;
653 /* Ignore all descriptors except Vendor */
660 Vendor = &Resource->Data.VendorTyped;
669 if ((Vendor->ByteLength < (ACPI_UUID_LENGTH + 1)) ||
670 (Vendor->UuidSubtype != Info->Uuid->Subtype) ||
671 (memcmp (Vendor->Uuid, Info->Uuid->Data, ACPI_UUID_LENGTH)))