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 473 * Uuid - Pointer to the UUID to be matched.
474 * includes both subtype and 16-byte UUID
480 * vendor-defined resource that matches the supplied UUID and
481 * UUID subtype. Returns a ACPI_RESOURCE of type Vendor.
489 ACPI_VENDOR_UUID *Uuid,
498 if (!Uuid || !RetBuffer)
503 Info.Uuid = Uuid;
530 * 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 100 char Uuid[ACPI_PRM_INPUT_BUFFER_SIZE + 1];
361 AcpiUtConvertUuidToString((char *) Buffer + 10, Uuid);
362 AcpiOsPrintf ("Mode: %u GUID: %s\n", Buffer[0], Uuid);
aetests.c 91 ACPI_VENDOR_UUID Uuid = {0, {ACPI_INIT_UUID (0,0,0,0,0,0,0,0,0,0,0)}};
322 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 187 ACPI_VENDOR_UUID *Uuid;
acrestyp.h 160 /* UUID data structures for use in vendor-defined resource descriptors */
262 /* Vendor resource with UUID info (introduced in ACPI 3.0) */
268 UINT8 Uuid[ACPI_UUID_LENGTH];
acpixf.h 1066 ACPI_VENDOR_UUID *Uuid,

Completed in 31 milliseconds