Home
last modified time | relevance | path

Searched refs:AccessorType (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexserial.c298 UINT16 AccessorType; in AcpiExReadSerialBus() local
332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()
333 if (AccessorType == AML_FIELD_ATTRIB_RAW_PROCESS_BYTES) in AcpiExReadSerialBus()
341 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExReadSerialBus()
345 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExReadSerialBus()
353 Function = ACPI_READ | (AccessorType << 16); in AcpiExReadSerialBus()
416 UINT16 AccessorType; in AcpiExWriteSerialBus() local
465 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
466 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExWriteSerialBus()
470 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExWriteSerialBus()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan400 template<class MappingType, class AccessorType>
401 mdspan(const typename AccessorType::data_handle_type&, const MappingType&,
402 const AccessorType&)
403 -> mdspan<typename AccessorType::element_type, typename MappingType::extents_type,
404 typename MappingType::layout_type, AccessorType>;