Searched defs:ByteList (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c270 ACPI_PARSE_OBJECT *ByteList; local
296 * Second arg is the buffer data (optional) ByteList can be either
298 * ByteList appears in the AML.
302 ByteList = Arg->Named.Next;
303 if (ByteList)
305 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
309 ByteList->Common.AmlOpcode, ByteList));
315 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
347 /* Initialize buffer from the ByteList (i
[all...]

Completed in 220 milliseconds