Lines Matching defs:ByteLength
913 * ByteLength - Length of the field in bytes, 0 for flags
927 UINT32 ByteLength,
940 if (ByteLength)
942 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
958 if (ByteLength)
961 Offset, Offset, ByteLength, Name);
980 UINT32 ByteLength,
987 if (ByteLength)
990 ByteLength, Name, Value);
1000 if (ByteLength)
1003 Offset, Offset, ByteLength, Name, Value);
1043 UINT32 ByteLength;
1129 ByteLength = 1;
1141 ByteLength = 2;
1146 ByteLength = 3;
1157 ByteLength = 4;
1162 ByteLength = 5;
1168 ByteLength = 6;
1174 ByteLength = 7;
1180 ByteLength = 8;
1185 ByteLength = 10;
1190 ByteLength = 12;
1196 ByteLength = 16;
1201 ByteLength = 18;
1206 ByteLength = 32;
1211 ByteLength = 112;
1216 ByteLength = 128;
1221 ByteLength = SubtableLength;
1229 ByteLength = SubtableLength;
1238 ByteLength = ((ACPI_CAST_PTR (char, Table) +
1245 ByteLength = strlen (ACPI_CAST_PTR (char, Target)) + 1;
1250 ByteLength = ((ACPI_CAST_PTR (ACPI_IVRS_DEVICE_HID, Target) -1)->UidLength);
1261 ByteLength = sizeof (ACPI_GENERIC_ADDRESS);
1272 ByteLength = sizeof (ACPI_HEST_NOTIFY);
1282 ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS);
1287 ByteLength = 0;
1293 if (CurrentOffset + ByteLength > TableLength)
1320 AcpiDmLineHeader (CurrentOffset, ByteLength, Info->Name);
1405 for (Temp8 = (UINT8) ByteLength; Temp8 > 0; Temp8--)
1433 for (Temp16 = 0; Temp16 < ByteLength; Temp16++)
1436 if ((UINT32) (Temp16 + 1) < ByteLength)
1469 AcpiOsPrintf ("\"%.*s\"\n", ByteLength, ACPI_CAST_PTR (char, Target));
1978 if (ByteLength == 0)
1984 AcpiDmDumpUnicode (Table, 0, ByteLength);
1991 if (ByteLength == 0)
1997 AcpiDmDumpBuffer (Target, 0, ByteLength, CurrentOffset, NULL);