Searched refs:AccessorType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/executer/ |
| H A D | exserial.c | 298 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() 422 UINT16 AccessorType; in AcpiExWriteSerialBus() local 471 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus() 472 Status = AcpiExGetProtocolBufferLength (AccessorType, &BufferLength); in AcpiExWriteSerialBus() 476 "Invalid protocol ID for GSBus: 0x%4.4X", AccessorType)); in AcpiExWriteSerialBus() [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | mdspan | 436 template<class MappingType, class AccessorType> 437 mdspan(const typename AccessorType::data_handle_type&, const MappingType&, 438 const AccessorType&) 439 -> mdspan<typename AccessorType::element_type, typename MappingType::extents_type, 440 typename MappingType::layout_type, AccessorType>;
|