Searched refs:Dst (Results 26 - 50 of 54) sorted by relevance

123

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiProto.h115 #define HTON24(Dst, Src) \
117 (Dst)[0] = (UINT8) (((Src) >> 16) & 0xFF); \
118 (Dst)[1] = (UINT8) (((Src) >> 8) & 0xFF); \
119 (Dst)[2] = (UINT8) ((Src) & 0xFF); \
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
H A DHttpBootDhcp4.c220 @param[in] Dst Pointer to the cache buffer for DHCPv4 packet.
226 IN EFI_DHCP4_PACKET *Dst,
230 ASSERT (Dst->Size >= Src->Length);
232 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
233 Dst->Length = Src->Length;
225 HttpBootCacheDhcp4Packet( IN EFI_DHCP4_PACKET *Dst, IN EFI_DHCP4_PACKET *Src ) argument
H A DHttpBootDhcp6.c325 @param[in] Dst The pointer to the cache buffer for DHCPv6 packet.
331 IN EFI_DHCP6_PACKET *Dst,
335 ASSERT (Dst->Size >= Src->Length);
337 CopyMem (&Dst->Dhcp6, &Src->Dhcp6, Src->Length);
338 Dst->Length = Src->Length;
330 HttpBootCacheDhcp6Packet( IN EFI_DHCP6_PACKET *Dst, IN EFI_DHCP6_PACKET *Src ) argument
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
H A DIScsiProto.h107 #define HTON24(Dst, Src) \
109 (Dst)[0] = (UINT8) ((UINT8) ((Src) >> 16) & 0xFF); \
110 (Dst)[1] = (UINT8) ((UINT8) ((Src) >> 8) & 0xFF); \
111 (Dst)[2] = (UINT8) ((UINT8) (Src) & 0xFF); \
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
H A DEfiCommonLib.h795 OUT CHAR16 *Dst,
805 Dst Destination string
939 Dst Destination string
989 OUT CHAR8 *Dst,
999 Dst Destination string
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
H A DPosixFileSystem.c373 char *Dst; local
433 Dst = NewPrivateFile->FileName + AsciiStrLen (NewPrivateFile->FileName);
435 *Dst++ = '/';
439 *Dst++ = '/';
441 *Dst++ = *Src;
445 *Dst = 0;
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
H A DNetBuffer.c298 UINT8 *Dst; local
317 Dst = NetbufAllocSpace (Duplicate, Nbuf->TotalSize, NET_BUF_TAIL);
318 NetbufCopy (Nbuf, 0, Nbuf->TotalSize, Dst);
1773 Src and Dst are in network byte order, and Len is in host byte order.
1776 @param[in] Dst The destination address of the packet.
1787 IN IP4_ADDR Dst,
1800 Hdr.DstIp = Dst;
1810 Src and Dst are in network byte order, and Len is in host byte order.
1813 @param[in] Dst The destination address of the packet.
1824 IN EFI_IPv6_ADDRESS *Dst,
1785 NetPseudoHeadChecksum( IN IP4_ADDR Src, IN IP4_ADDR Dst, IN UINT8 Proto, IN UINT16 Len ) argument
1822 NetIp6PseudoHeadChecksum( IN EFI_IPv6_ADDRESS *Src, IN EFI_IPv6_ADDRESS *Dst, IN UINT8 NextHeader, IN UINT32 Len ) argument
[all...]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
H A DIpSecImpl.c465 &((IP4_HEAD *) IpHead)->Dst,
622 CopyMem (&DstAddr, &Ip4->Dst, sizeof (IP4_ADDR));
857 &((IP4_HEAD *) IpHead)->Dst,
1052 &((IP4_HEAD *)IpPayload)->Dst,
1095 ((IP4_HEAD *)IpPayload)->Dst,
1313 ((IP4_HEAD *)InnerHead)->Dst,
2015 &((IP4_HEAD *) IpHead)->Dst,
H A DIpSecConfigImpl.h334 @param[in] Dst Pointer to the Source Process Policy.
340 IN EFI_IPSEC_PROCESS_POLICY *Dst,
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
H A DSetup.c1390 UINT8 *Dst; local
1413 Dst = Question->BufferValue;
1418 Dst = (UINT8 *) &Question->HiiValue.Value;
1442 DstBuf = (CHAR16 *) Dst;
1462 Dst [Index/2] = DigitUint8;
1464 Dst [Index/2] = (UINT8) ((DigitUint8 << 4) + Dst [Index/2]);
1497 UINT8 *Dst; local
1632 Dst = Question->BufferValue;
1634 Dst
2316 UINT8 *Dst; local
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
H A DDecompress.c733 UINT8 *Dst; local
737 Dst = Destination;
767 Sd->mDstBase = Dst;
/device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
H A DTianoDecompress.c736 UINT8 *Dst; local
741 Dst = Destination;
799 Sd->mDstBase = Dst;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
H A DDecompress.c887 UINT8 *Dst; local
891 Dst = Destination;
948 Sd->mDstBase = Dst;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
H A DDecompress.c743 UINT8 *Dst; local
747 Dst = Destination;
804 Sd->mDstBase = Dst;
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
H A DStrGather.c247 WCHAR *Dst,
1697 WCHAR *Dst,
1702 WCHAR *Bak = Dst;
1705 return Dst;
1708 if (Dst != NULL) {
1709 Len = wcslen (Dst);
1712 Dst = (WCHAR *) malloc ((Len + 1) * 2);
1713 if (Dst == NULL) {
1717 Dst[0] = L'\0';
1719 wcscpy (Dst, Ba
1696 wstrcatenate( WCHAR *Dst, WCHAR *Src ) argument
[all...]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c744 UINT8 *Dst; local
751 Dst = Destination;
785 Sd->mDstBase = Dst;
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
H A DDnsImpl.h375 Allocate memory for configure parameter such as timeout value for Dst,
376 then copy the configure parameter from Src to Dst.
378 @param[out] Dst The destination DHCP configure data.
387 OUT EFI_DNS4_CONFIG_DATA *Dst,
392 Allocate memory for configure parameter such as timeout value for Dst,
393 then copy the configure parameter from Src to Dst.
395 @param[out] Dst The destination DHCP configure data.
404 OUT EFI_DNS6_CONFIG_DATA *Dst,
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
H A DIp6Route.c105 Search the route table for a most specific match to the Dst. It searches
119 @return NULL if no route matches the Dst. Otherwise, the point to the
120 @return most specific route to the Dst.
163 @param[in] Dst The destination address.
175 IN EFI_IPv6_ADDRESS *Dst,
192 IP6_COPY_ADDRESS (&RtCacheEntry->Destination, Dst);
174 Ip6CreateRouteCacheEntry( IN EFI_IPv6_ADDRESS *Dst, IN EFI_IPv6_ADDRESS *Src, IN EFI_IPv6_ADDRESS *GateWay, IN UINTN Tag ) argument
H A DIp6Input.c21 (Dst, Src, Id). The default life for the packet is 60 seconds.
23 @param[in] Dst The destination address.
33 IN EFI_IPv6_ADDRESS *Dst,
45 IP6_COPY_ADDRESS (&Assemble->Dst, Dst);
192 // Find the corresponding assemble entry by (Dst, Src, Id)
202 EFI_IP6_EQUAL (&Entry->Dst, &Head->DestinationAddress)
32 Ip6CreateAssembleEntry( IN EFI_IPv6_ADDRESS *Dst, IN EFI_IPv6_ADDRESS *Src, IN UINT32 Id ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciResourceSupport.h93 If Dst is NULL or Res is NULL, ASSERT ().
95 @param Dst Point to destination resource tree.
103 IN PCI_RESOURCE_NODE *Dst,
H A DPciResourceSupport.c145 If Dst is NULL or Res is NULL, ASSERT ().
147 @param Dst Point to destination resource tree.
155 IN PCI_RESOURCE_NODE *Dst,
164 ASSERT (Dst != NULL);
173 Temp->ResType = Dst->ResType;
177 InsertResourceNode (Dst, Temp);
154 MergeResourceTree( IN PCI_RESOURCE_NODE *Dst, IN PCI_RESOURCE_NODE *Res, IN BOOLEAN TypeMerge ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcDhcp.c72 @param Dst Pointer to the EFI_DHCP4_PROTOCOL instance.
78 IN EFI_DHCP4_PACKET *Dst,
82 ASSERT (Dst->Size >= Src->Length);
84 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
85 Dst->Length = Src->Length;
77 PxeBcCopyEfiDhcp4Packet( IN EFI_DHCP4_PACKET *Dst, IN EFI_DHCP4_PACKET *Src ) argument
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcDhcp4.c424 @param[in] Dst Pointer to the cache buffer for DHCPv4 packet.
430 IN EFI_DHCP4_PACKET *Dst,
434 ASSERT (Dst->Size >= Src->Length);
436 CopyMem (&Dst->Dhcp4, &Src->Dhcp4, Src->Length);
437 Dst->Length = Src->Length;
429 PxeBcCacheDhcp4Packet( IN EFI_DHCP4_PACKET *Dst, IN EFI_DHCP4_PACKET *Src ) argument
H A DPxeBcDhcp6.c180 @param[in] Dst The pointer to the cache buffer for DHCPv6 packet.
186 IN EFI_DHCP6_PACKET *Dst,
190 ASSERT (Dst->Size >= Src->Length);
192 CopyMem (&Dst->Dhcp6, &Src->Dhcp6, Src->Length);
193 Dst->Length = Src->Length;
185 PxeBcCacheDhcp6Packet( IN EFI_DHCP6_PACKET *Dst, IN EFI_DHCP6_PACKET *Src ) argument
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
H A DNetLib.h109 IP4_ADDR Dst; member in struct:__anon6168
2060 Src and Dst are in network byte order, and Len is in host byte order.
2063 @param[in] Dst The destination address of the packet.
2074 IN IP4_ADDR Dst,
2082 Src and Dst are in network byte order, and Len is in host byte order.
2085 @param[in] Dst The destination address of the packet.
2096 IN EFI_IPv6_ADDRESS *Dst,

Completed in 2425 milliseconds

123