| /dflybsd-src/sys/contrib/dev/acpica/source/compiler/ |
| H A D | asldebug.c | 166 UINT32 DataLength); 433 UINT32 DataLength) in UtDumpParseOpName() argument 453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength; in UtDumpParseOpName() 474 (DEBUG_FULL_LINE_LENGTH - DataLength), " "); in UtDumpParseOpName()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/common/ |
| H A D | dmtbdump1.c | 403 UINT32 DataLength = 0; in AcpiDmDumpAsf() local 440 DataLength = ACPI_CAST_PTR (ACPI_ASF_ALERT, Subtable)->DataLength; in AcpiDmDumpAsf() 450 DataLength = ACPI_CAST_PTR (ACPI_ASF_REMOTE, Subtable)->DataLength; in AcpiDmDumpAsf() 463 DataLength = ACPI_CAST_PTR (ACPI_ASF_ADDRESS, Subtable)->Devices; in AcpiDmDumpAsf() 492 DataTable, DataLength, DataInfoTable); in AcpiDmDumpAsf() 498 DataTable = ACPI_ADD_PTR (UINT8, DataTable, DataLength); in AcpiDmDumpAsf() 499 DataOffset += DataLength; in AcpiDmDumpAsf() 505 for (i = 0; i < DataLength; i++) in AcpiDmDumpAsf()
|
| H A D | dmtbinfo1.c | 368 {ACPI_DMT_UINT8, ACPI_ASF1_OFFSET (DataLength), "Alert Data Length", 0}, 396 {ACPI_DMT_UINT8, ACPI_ASF2_OFFSET (DataLength), "Control Data Length", 0},
|
| /dflybsd-src/sys/contrib/dev/acpica/source/components/executer/ |
| H A D | exserial.c | 412 UINT32 DataLength; in AcpiExWriteSerialBus() local 502 DataLength = (BufferLength < SourceDesc->Buffer.Length ? in AcpiExWriteSerialBus() 504 memcpy (Buffer, SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteSerialBus()
|
| H A D | exfield.c | 431 UINT32 DataLength; in AcpiExWriteDataToField() local 489 DataLength = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES ( in AcpiExWriteDataToField() 493 SourceDesc->Buffer.Pointer, DataLength); in AcpiExWriteDataToField()
|
| /dflybsd-src/sys/contrib/dev/acpica/source/tools/acpiexec/ |
| H A D | aeregion.c | 193 UINT8 DataLength; in AeRegionHandler() local 376 DataLength = (UINT8) Length; in AeRegionHandler() 382 DataLength = 0x20; /* For ASLTS only */ in AeRegionHandler() 391 Buffer[1] = DataLength; /* Length of valid data */ in AeRegionHandler()
|
| /dflybsd-src/sys/dev/raid/mpr/mpi/ |
| H A D | mpi2_tool.h | 206 U32 DataLength; /* 0x14 */ member 353 U32 DataLength; /* 0x10 */ member 378 U32 DataLength; /* 0x10 */ member
|
| H A D | mpi2_pci.h | 101 U32 DataLength; /* 0x1C */ member
|
| H A D | mpi2_init.h | 151 U32 DataLength; /* 0x1C */ member 305 U32 DataLength; /* 0x1C */ member
|
| H A D | mpi2_targ.h | 263 U32 DataLength; /* 0x1C */ member 368 U32 DataLength; /* 0x1C */ member
|
| H A D | mpi2_sas.h | 225 U32 DataLength; /* 0x18 */ member
|
| /dflybsd-src/sys/dev/disk/mpt/mpilib/ |
| H A D | mpi_init.h | 117 U32 DataLength; /* 28h */ member 257 U32 DataLength; /* 10h */ member 304 U32 DataLength; /* 38h */ member
|
| H A D | mpi_targ.h | 298 U32 DataLength; /* 0Ch */ member 371 U32 DataLength; /* 1Ch */ member 425 U32 DataLength; /* 30h */ member
|
| H A D | mpi_raid.h | 215 U32 DataLength; /* 28h */ member
|
| H A D | mpi_sas.h | 194 U32 DataLength; /* 18h */ member
|
| H A D | mpi_tool.h | 193 U16 DataLength; /* 12h */ member
|
| /dflybsd-src/sys/dev/raid/mps/mpi/ |
| H A D | mpi2_tool.h | 176 U32 DataLength; /* 0x14 */ member 319 U32 DataLength; /* 0x10 */ member
|
| H A D | mpi2_sas.h | 195 U32 DataLength; /* 0x18 */ member
|
| H A D | mpi2_init.h | 122 U32 DataLength; /* 0x1C */ member
|
| H A D | mpi2_targ.h | 240 U32 DataLength; /* 0x1C */ member
|
| /dflybsd-src/sys/contrib/dev/acpica/source/include/ |
| H A D | actbl1.h | 331 UINT8 DataLength; member 359 UINT8 DataLength; member 424 UINT32 DataLength; /* Length of generic error data */ member 1800 UINT32 DataLength; member
|
| /dflybsd-src/sys/dev/disk/mpt/ |
| H A D | mpt_debug.c | 567 kprintf("\tDataLength\t0x%08x\n", msg->DataLength); in mpt_print_scsi_io_request() 603 kprintf("\tDataLength 0x%08x\n", msg->DataLength); in mpt_print_scsi_target_assist_request()
|
| /dflybsd-src/stand/contrib/edk2/MdePkg/Include/IndustryStandard/ |
| H A D | Acpi40.h | 685 UINT32 DataLength; member 945 UINT32 DataLength; member
|
| /dflybsd-src/lib/libefivar/ |
| H A D | efivar-dp-parse.c | 447 UINTN DataLength; in DevPathFromTextGenericPath() local 453 DataLength = 0; in DevPathFromTextGenericPath() 455 DataLength = StrLen (DataStr) / 2; in DevPathFromTextGenericPath() 460 (UINT16) (sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength) in DevPathFromTextGenericPath() 463 StrHexToBytes (DataStr, DataLength * 2, (UINT8 *) (Node + 1), DataLength); in DevPathFromTextGenericPath()
|
| H A D | efivar-dp-format.c | 234 UINTN DataLength; in DevPathToTextVendor() local 328 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH); in DevPathToTextVendor() 330 if (DataLength != 0) { in DevPathToTextVendor() 332 for (Index = 0; Index < DataLength; Index++) { in DevPathToTextVendor()
|