Home | History | Annotate | Download | only in common

Lines Matching defs:ByteLength

934  *              ByteLength          - Length of the field in bytes, 0 for flags
948 UINT32 ByteLength,
961 if (ByteLength)
963 AcpiOsPrintf ("[%.4d] %34s : ", ByteLength, Name);
979 if (ByteLength)
982 Offset, Offset, ByteLength, Name);
1001 UINT32 ByteLength,
1008 if (ByteLength)
1011 ByteLength, Name, Value);
1021 if (ByteLength)
1024 Offset, Offset, ByteLength, Name, Value);
1064 UINT32 ByteLength;
1150 ByteLength = 1;
1163 ByteLength = 2;
1168 ByteLength = 3;
1179 ByteLength = 4;
1184 ByteLength = 5;
1190 ByteLength = 6;
1196 ByteLength = 7;
1202 ByteLength = 8;
1207 ByteLength = 10;
1212 ByteLength = 11;
1217 ByteLength = 12;
1223 ByteLength = 16;
1228 ByteLength = 18;
1233 ByteLength = 24;
1238 ByteLength = 26;
1243 ByteLength = 32;
1248 ByteLength = 112;
1253 ByteLength = 128;
1258 ByteLength = SubtableLength;
1266 ByteLength = SubtableLength;
1275 ByteLength = ((ACPI_CAST_PTR (char, Table) +
1282 ByteLength = strlen (ACPI_CAST_PTR (char, Target)) + 1;
1287 ByteLength = ((ACPI_CAST_PTR (ACPI_IVRS_DEVICE_HID, Target) -1)->UidLength);
1298 ByteLength = sizeof (ACPI_GENERIC_ADDRESS);
1309 ByteLength = sizeof (ACPI_HEST_NOTIFY);
1319 ByteLength = sizeof (ACPI_IORT_MEMORY_ACCESS);
1324 ByteLength = 0;
1330 if (CurrentOffset + ByteLength > TableLength)
1357 AcpiDmLineHeader (CurrentOffset, ByteLength, Info->Name);
1442 for (Temp8 = (UINT8) ByteLength; Temp8 > 0; Temp8--)
1473 for (Temp16 = 0; Temp16 < ByteLength; Temp16++)
1476 if ((UINT32) (Temp16 + 1) < ByteLength)
1509 AcpiOsPrintf ("\"%.*s\"\n", ByteLength, ACPI_CAST_PTR (char, Target));
2032 if (ByteLength == 0)
2038 AcpiDmDumpUnicode (Table, 0, ByteLength);
2045 if (ByteLength == 0)
2051 AcpiDmDumpBuffer (Target, 0, ByteLength, CurrentOffset, NULL);