HomeSort by relevance Sort by last modified time
    Searched refs:DataLength (Results 151 - 175 of 215) sorted by null

1 2 3 4 5 67 8 9

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Acpi40.h 691 UINT32 DataLength;
950 UINT32 DataLength;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 652 @param[in] DataLength Size of the buffer pointed to by DnsServerData in bytes.
663 IN UINTN DataLength,
676 DataLength,
HttpBootDhcp6.c 637 @param[in] DataLength Size of the buffer pointed to by DnsServerData in bytes.
648 IN UINTN DataLength,
661 DataLength,
HttpBootClient.c 603 MIN (EntityData->DataLength, *BufferSize - CopyedSize)
605 CopyedSize += MIN (EntityData->DataLength, *BufferSize - CopyedSize);
681 NewEntityData->DataLength = Length;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6If.c 412 MnpTxData->DataLength = Packet->TotalSize;
509 Netfrag.Len = MnpRxData->DataLength;
  /external/sfntly/cpp/src/sfntly/table/truetype/
glyph_table.cc 423 set_padding(DataLength() - non_padded_data_length);
651 set_padding(DataLength() - non_padded_data_length);
  /external/syslinux/gpxe/src/drivers/net/
3c90x.c 361 tx_cur_desc->DataLength = len | downLastFrag;
410 p->rx_ring[index].DataLength = RX_BUF_SIZE | upLastFrag;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h 115 UINT8 DataLength;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Internal.h 710 @param DataLength The lenght of the data buffer.
727 IN OUT UINTN *DataLength,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdrm.h 287 UCHAR DataLength[2];
usbcamdi.h 369 ULONG DataLength);
  /prebuilts/go/darwin-x86/src/net/
dnsmsg_test.go 443 // DataLength field should be sum of all TXT fields. In this case it's less.
453 // Same as above but DataLength is more than sum of TXT fields.
  /prebuilts/go/linux-x86/src/net/
dnsmsg_test.go 443 // DataLength field should be sum of all TXT fields. In this case it's less.
453 // Same as above but DataLength is more than sum of TXT fields.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.c 766 Token.Packet.TxData.DataLength is not equal to the
819 if (TotalLen != TxData->DataLength) {
822 // DataLength.
874 if (TxData->DataLength > UDP4_MAX_DATA_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/
Udp6Impl.c 762 Token.Packet.TxData.DataLength is not equal to the
818 if (TotalLen != TxData->DataLength) {
821 // DataLength.
864 if (TxData->DataLength > UDP6_MAX_DATA_SIZE) {
    [all...]
  /device/linaro/bootloader/edk2/StdLib/EfiSocketLib/
Ip4.c 278 *pRxBytes -= pRxData->HeaderLength + pRxData->DataLength;
480 *pSkipBytes = pRxData->HeaderLength + pRxData->DataLength - LengthInBytes;
619 LengthInBytes = pRxData->HeaderLength + pRxData->DataLength;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiDevicePathLib/
DevicePathFromText.c 554 UINTN DataLength;
560 DataLength = 0;
562 DataLength = StrLen (DataStr) / 2;
567 (UINT16) (sizeof (EFI_DEVICE_PATH_PROTOCOL) + DataLength)
570 if (DataLength != 0) {
571 StrToBuf ((UINT8 *) (Node + 1), DataLength, DataStr);
    [all...]
DevicePathToText.c 173 UINTN DataLength;
267 DataLength = DevicePathNodeLength (&Vendor->Header) - sizeof (VENDOR_DEVICE_PATH);
269 if (DataLength != 0) {
271 for (Index = 0; Index < DataLength; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellNetwork1CommandsLib/
Ping.c 466 PayLoad = ((EFI_IP6_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->DataLength;
480 PayLoad = ((EFI_IP4_RECEIVE_DATA*)Private->RxToken.Packet.RxData)->DataLength;
613 ((EFI_IP6_TRANSMIT_DATA*)TxData)->DataLength = Private->BufferSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.h     [all...]
IdeMode.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/CdExpressPei/
PeiCdExpress.c 482 FileRecord->DataLength[0] /
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
SockInterface.c 553 DataLen = (UINT32) TxData->DataLength;
  /device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
PolicyEntryOperation.c 1066 UINTN DataLength;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsImpl.h 176 UINT16 DataLength;
    [all...]

Completed in 1005 milliseconds

1 2 3 4 5 67 8 9