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

12

/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp139 PRINT("[Compat]sending %d bytes from HECI connection %d to socket %d\n", ntohs(msg->DataLength), msg->ConnectionId, it->second->GetSocket());
140 if (-1 == _send(it->second->GetSocket(), (char *)msg->Data, ntohs(msg->DataLength), error)) {
H A DLMS_if.h124 UINT32 DataLength; member in struct:__anon751
H A DLMEConnection.h184 DataLength(dataLength)
205 UINT32 DataLength; member in struct:LMEUdpSendToMessage
277 DataLength(dataLength)
296 const UINT32 DataLength; member in struct:LMEChannelDataMessage
H A DLMS_if_compat.h200 * @DataLength: Length of data field, in Big Endian.
206 UINT16 DataLength; member in struct:__anon768
H A DProtocol.cpp1202 int count = _send(s, (char *)udpSendToMessage->Data, udpSendToMessage->DataLength, error);
1203 PRINT("Sent UDP data: %d bytes of %d.\n", count, udpSendToMessage->DataLength);
1353 if (it->second->GetRxWindow() < chDMsg->DataLength) {
1359 chDMsg->DataLength, senderr);
1361 count, chDMsg->DataLength, chDMsg->RecipientChannel,
1373 _lme.ChannelWindowAdjust(it->second->GetRecipientChannel(), chDMsg->DataLength);
H A DLMEConnectionCompat.cpp66 msg->DataLength = htons(len);
H A DLMEConnection.cpp434 message->DataLength = htonl(len);
575 ntohl(((APF_CHANNEL_DATA_MESSAGE *)buf)->DataLength))) {
709 ntohl(pMessage->DataLength),
/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defiudp.h99 UINT32 DataLength; member in struct:__anon256
107 UINT32 DataLength; member in struct:__anon257
214 UINT32 DataLength; member in struct:__anon263
221 UINT32 DataLength; member in struct:__anon264
H A Defitcp.h146 UINT32 DataLength; member in struct:__anon235
154 UINT32 DataLength; member in struct:__anon236
319 UINT32 DataLength; member in struct:__anon248
327 UINT32 DataLength; member in struct:__anon249
H A Defiip.h139 UINT32 DataLength; member in struct:__anon172
381 UINT32 DataLength; member in struct:_EFI_IP6_TRANSMIT_DATA
406 UINT32 DataLength; member in struct:_EFI_IP6_RECEIVE_DATA
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_tool.h184 U32 DataLength; /* 0x14 */ member in struct:_MPI2_TOOLBOX_DIAG_DATA_UPLOAD_REQUEST
331 U32 DataLength; /* 0x10 */ member in struct:_MPI2_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
356 U32 DataLength; /* 0x10 */ member in struct:_MPI25_TOOLBOX_DIAGNOSTIC_CLI_REQUEST
H A Dmpi2_init.h134 U32 DataLength; /* 0x1C */ member in struct:_MPI2_SCSI_IO_REQUEST
287 U32 DataLength; /* 0x1C */ member in struct:_MPI25_SCSI_IO_REQUEST
H A Dmpi2_targ.h249 U32 DataLength; /* 0x1C */ member in struct:_MPI2_TARGET_ASSIST_REQUEST
354 U32 DataLength; /* 0x1C */ member in struct:_MPI25_TARGET_ASSIST_REQUEST
H A Dmpi2_sas.h215 U32 DataLength; /* 0x18 */ member in struct:_MPI2_SATA_PASSTHROUGH_REQUEST
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_raid.h112 uint32_t DataLength; member in struct:msg_scsi_io_raid_pt_request
H A Dmpi_init.h35 uint32_t DataLength; member in struct:msg_scsi_io_request
/illumos-gate/usr/src/uts/common/smbsrv/ndl/
H A Deventlog.ndl72 DWORD DataLength;
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A D3c90x.c225 unsigned int DataLength; member in struct:__anon2047
235 unsigned int DataLength; member in struct:__anon2048
517 INF_3C90X.TransmitDPD.DataLength = s + (1<<31);
621 INF_3C90X.ReceiveUPD.DataLength = 1536 + (1<<31);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.h125 uint32_t DataLength; /* 0x1C */ member in struct:_MPI2_RAID_SCSI_IO_REQUEST
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl_reg.h718 uint32_t DataLength; /* size of the data buffer attached */ member in struct:__anon6198
854 uint32_t DataLength; /* size of the data buffer attached */ member in struct:__anon6206
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl1.h152 UINT32 DataLength; /* Length of generic error data */ member in struct:acpi_bert_region
735 UINT32 DataLength; member in struct:acpi_hest_generic_status
H A Dactbl2.h191 UINT8 DataLength; member in struct:acpi_asf_alert
219 UINT8 DataLength; member in struct:acpi_asf_remote
/illumos-gate/usr/src/cmd/lms/heci/
H A DPTHICommand.cpp593 while (current < (char *)tmp_response->Data + tmp_response->DataLength)
596 if (dnsSuffix.length() > tmp_response->DataLength)
629 + response.DataLength))
H A DPTHICommand.h319 UINT16 DataLength; member in struct:_CFG_GET_DNS_SUFFIX_LIST_RESPONSE
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/
H A Deventlog_svc.c467 rec->DataLength = 0;

Completed in 141 milliseconds

12