Home
last modified time | relevance | path

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

/acpica-latest/source/components/executer/
Dexfield.c220 UINT32 ProtocolId, in AcpiExGetProtocolBufferLength() argument
224 if ((ProtocolId > ACPI_MAX_PROTOCOL_ID) || in AcpiExGetProtocolBufferLength()
225 (AcpiProtocolLengths[ProtocolId] == ACPI_INVALID_PROTOCOL_ID)) in AcpiExGetProtocolBufferLength()
228 "Invalid Field/AccessAs protocol ID: 0x%4.4X", ProtocolId)); in AcpiExGetProtocolBufferLength()
233 *ReturnLength = AcpiProtocolLengths[ProtocolId]; in AcpiExGetProtocolBufferLength()
/acpica-latest/source/include/
Dacinterp.h289 UINT32 ProtocolId,