Lines Matching defs:ByteData
181 UINT8 *ByteData,
198 * ByteData - Pointer to the byte list
211 UINT8 *ByteData,
248 AcpiOsPrintf (" 0x%2.2X", ByteData[CurrentIndex]);
273 BufChar = ByteData[CurrentIndex];
310 UINT8 *ByteData;
314 ByteData = Op->Named.Data;
326 Info, Op->Common.Parent, ByteData, ByteCount);
332 AcpiUtPrintString ((char *) ByteData, ACPI_UINT16_MAX);
348 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount);
350 AcpiDmPldBuffer (Info->Level, ByteData, ByteCount);
359 AcpiDmDisasmByteList (Info->Level, ByteData, ByteCount);
394 UINT8 *ByteData;
418 ByteData = NextOp->Named.Data;
430 if (((ByteData[7] & 0xF0) == 0x00) || /* M={1,2,3,4,5} */
431 ((ByteData[7] & 0xF0) > 0x50) ||
432 ((ByteData[8] & 0xF0) < 0x80) || /* N={8,9,A,B} */
433 ((ByteData[8] & 0xF0) > 0xB0))
520 UINT8 *ByteData;
546 ByteData = NextOp->Named.Data;
557 ((UINT16 *) (void *) ByteData)[WordCount - 1] != 0)
570 if ((ByteData[i] == 0) ||
571 !(isprint (ByteData[i])) ||
572 (ByteData[(ACPI_SIZE) i + 1] != 0))
601 UINT8 *ByteData;
626 ByteData = NextOp->Named.Data;
633 (ByteData[ByteCount-1] != 0))
643 if ((ByteCount == 2) && (ByteData[0] == 0x79))
659 if (!isprint (ByteData[i]))
858 * ByteData - Pointer to the byte list
877 UINT8 *ByteData,
893 Status = AcpiDecodePldBuffer (ByteData, ByteCount, &PldInfo);