Searched refs:DataLength (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeEnumInjectedSources.cpp21 uint32_t Offset = 0, DataLength = std::min(Limit, Stream.getLength()); local
23 Result.reserve(DataLength);
24 while (Offset < DataLength) {
28 Data = Data.take_front(DataLength - Offset);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Dasldebug.c166 UINT32 DataLength);
421 * DataLength - Length of data to appear after the name
433 UINT32 DataLength)
453 LineLength = IndentLength + 1 + NameLength + 1 + DataLength;
474 (DEBUG_FULL_LINE_LENGTH - DataLength), " ");
430 UtDumpParseOpName( ACPI_PARSE_OBJECT *Op, UINT32 Level, UINT32 DataLength) argument
/freebsd-12-stable/sys/dev/mpr/mpi/
H A Dmpi2_pci.h98 U32 DataLength; /* 0x1C */ member in struct:_MPI26_NVME_ENCAPSULATED_REQUEST
H A Dmpi2_tool.h205 U32 DataLength; /* 0x14 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
355 U32 DataLength; /* 0x10 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
380 U32 DataLength; /* 0x10 */ member in struct:_MPI25_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
472 U16 DataLength; /* 0x12 */ member in struct:_MPI26_TOOLBOX_LANE_MARGINING_REQUEST
H A Dmpi2_init.h147 U32 DataLength; /* 0x1C */ member in struct:_MPI2_SCSI_IO_REQUEST
301 U32 DataLength; /* 0x1C */ member in struct:_MPI25_SCSI_IO_REQUEST
H A Dmpi2_targ.h259 U32 DataLength; /* 0x1C */ member in struct:_MPI2_TARGET_ASSIST_REQUEST
364 U32 DataLength; /* 0x1C */ member in struct:_MPI25_TARGET_ASSIST_REQUEST
H A Dmpi2_sas.h221 U32 DataLength; /* 0x18 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
/freebsd-12-stable/stand/efi/include/
H A Defiudp.h100 UINT32 DataLength; member in struct:__anon9074
108 UINT32 DataLength; member in struct:__anon9075
215 UINT32 DataLength; member in struct:__anon9081
222 UINT32 DataLength; member in struct:__anon9082
H A Defitcp.h147 UINT32 DataLength; member in struct:__anon9053
155 UINT32 DataLength; member in struct:__anon9054
320 UINT32 DataLength; member in struct:__anon9066
328 UINT32 DataLength; member in struct:__anon9067
H A Defiip.h140 UINT32 DataLength; member in struct:__anon8990
382 UINT32 DataLength; member in struct:_EFI_IP6_TRANSMIT_DATA
407 UINT32 DataLength; member in struct:_EFI_IP6_RECEIVE_DATA
/freebsd-12-stable/sys/contrib/dev/acpica/components/executer/
H A Dexfield.c430 UINT32 DataLength; local
487 DataLength = (ACPI_SIZE) ACPI_ROUND_BITS_UP_TO_BYTES (
491 SourceDesc->Buffer.Pointer, DataLength);
H A Dexserial.c406 UINT32 DataLength; local
490 DataLength = (BufferLength < SourceDesc->Buffer.Length ?
492 memcpy (Buffer, SourceDesc->Buffer.Pointer, DataLength);
/freebsd-12-stable/sys/contrib/dev/acpica/common/
H A Ddmtbdump1.c186 UINT32 DataLength = 0; local
223 DataLength = ACPI_CAST_PTR (ACPI_ASF_ALERT, Subtable)->DataLength;
233 DataLength = ACPI_CAST_PTR (ACPI_ASF_REMOTE, Subtable)->DataLength;
246 DataLength = ACPI_CAST_PTR (ACPI_ASF_ADDRESS, Subtable)->Devices;
275 DataTable, DataLength, DataInfoTable);
281 DataTable = ACPI_ADD_PTR (UINT8, DataTable, DataLength);
282 DataOffset += DataLength;
288 for (i = 0; i < DataLength;
[all...]
/freebsd-12-stable/sys/dev/mpt/mpilib/
H A Dmpi_init.h119 U32 DataLength; /* 28h */ member in struct:_MSG_SCSI_IO_REQUEST
259 U32 DataLength; /* 10h */ member in struct:__anon14214
306 U32 DataLength; /* 38h */ member in struct:_MSG_SCSI_IO32_REQUEST
H A Dmpi_targ.h300 U32 DataLength; /* 0Ch */ member in struct:_MPI_TARGET_SCSI_SPI_CMD_BUFFER
373 U32 DataLength; /* 1Ch */ member in struct:_MSG_TARGET_ASSIST_REQUEST
427 U32 DataLength; /* 30h */ member in struct:_MSG_TARGET_ASSIST_EXT_REQUEST
H A Dmpi_raid.h217 U32 DataLength; /* 28h */ member in struct:_MSG_SCSI_IO_RAID_PT_REQUEST
H A Dmpi_sas.h196 U32 DataLength; /* 18h */ member in struct:_MSG_SATA_PASSTHROUGH_REQUEST
H A Dmpi_tool.h195 U16 DataLength; /* 12h */ member in struct:_MSG_TOOLBOX_ISTWI_READ_WRITE_REQUEST
/freebsd-12-stable/sys/dev/mps/mpi/
H A Dmpi2_tool.h180 U32 DataLength; /* 0x14 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
323 U32 DataLength; /* 0x10 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
H A Dmpi2_sas.h199 U32 DataLength; /* 0x18 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
H A Dmpi2_init.h126 U32 DataLength; /* 0x1C */ member in struct:_MPI2_SCSI_IO_REQUEST
/freebsd-12-stable/sys/contrib/dev/acpica/include/
H A Dactbl1.h329 UINT8 DataLength; member in struct:acpi_asf_alert
357 UINT8 DataLength; member in struct:acpi_asf_remote
422 UINT32 DataLength; /* Length of generic error data */ member in struct:acpi_bert_region
1692 UINT32 DataLength; member in struct:acpi_hest_generic_status
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt_debug.c571 printf("\tDataLength\t0x%08x\n", msg->DataLength);
607 printf("\tDataLength 0x%08x\n", msg->DataLength);
/freebsd-12-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpi40.h691 UINT32 DataLength; member in struct:__anon10223
950 UINT32 DataLength; member in struct:__anon10236
/freebsd-12-stable/lib/libefivar/
H A Defivar-dp-format.c235 UINTN DataLength; local
329 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH);
331 if (DataLength != 0) {
333 for (Index = 0; Index < DataLength; Index++) {

Completed in 310 milliseconds

123