Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:ByteList

304     ACPI_PARSE_OBJECT       *ByteList;
330 * Second arg is the buffer data (optional) ByteList can be either
332 * ByteList appears in the AML.
336 ByteList = Arg->Named.Next;
337 if (ByteList)
339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
342 "Expecting bytelist, found AML opcode 0x%X in op %p",
343 ByteList->Common.AmlOpcode, ByteList));
349 ByteListLength = (UINT32) ByteList->Common.Value.Integer;
381 /* Initialize buffer from the ByteList (if present) */
383 if (ByteList)
385 memcpy (ObjDesc->Buffer.Pointer, ByteList->Named.Data,