HomeSort by: relevance | last modified time | path
    Searched refs:Uuid (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/resources/
rsxface.c 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
    [all...]
  /src/sys/external/bsd/gnu-efi/dist/lib/
smbios.c 63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
  /src/sys/external/bsd/acpica/dist/tools/acpiexec/
aeregion.c 208 char Uuid[ACPI_PRM_INPUT_BUFFER_SIZE + 1];
469 AcpiUtConvertUuidToString((char *) Buffer + 10, Uuid);
470 AcpiOsPrintf ("Mode: %u GUID: %s\n", Buffer[0], Uuid);
aetests.c 199 ACPI_VENDOR_UUID Uuid = {0, {ACPI_INIT_UUID (0,0,0,0,0,0,0,0,0,0,0)}};
430 Status = AcpiGetVendorResource (Handle, "_CRS", &Uuid, &ReturnBuf);
  /src/sys/external/bsd/gnu-efi/dist/inc/
libsmbios.h 88 EFI_GUID Uuid;
  /src/sys/external/bsd/acpica/dist/include/
acresrc.h 296 ACPI_VENDOR_UUID *Uuid;
acrestyp.h 268 /* UUID data structures for use in vendor-defined resource descriptors */
370 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
376 UINT8 Uuid[ACPI_UUID_LENGTH];
acpixf.h 1174 ACPI_VENDOR_UUID *Uuid,

Completed in 16 milliseconds