Lines Matching defs:uuid
1002 ACPI_OBJECT *obj, *uuid, *props, *pobj, *propkey, *propval;
1013 uuid = &obj->Package.Elements[n];
1014 if (uuid->Buffer.Length == ACPI_UUID_LENGTH &&
1015 memcmp(uuid->Buffer.Pointer, acpi_dsd_uuid, ACPI_UUID_LENGTH) == 0) {
1104 acpi_dsm_typed(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1118 obj[0].Buffer.Pointer = uuid;
1156 acpi_dsm_integer(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1162 status = acpi_dsm_typed(handle, uuid, rev, func, arg3,
1175 acpi_dsm(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1178 return acpi_dsm_typed(handle, uuid, rev, func, arg3, ACPI_TYPE_ANY,
1183 acpi_dsm_query(ACPI_HANDLE handle, uint8_t *uuid, ACPI_INTEGER rev,
1191 status = acpi_dsm(handle, uuid, rev, 0, NULL, &obj);