Searched defs:Destination (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryLib/
H A DMemLib.c32 OUT VOID *Destination,
38 Destination,
42 return Destination;
31 InternalMemCopyMem( OUT VOID *Destination, IN CONST VOID *Source, IN UINTN Length ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/UefiMemoryLib/
H A DMemLib.c32 OUT VOID *Destination,
37 gBS->CopyMem (Destination, (VOID*)Source, Length);
38 return Destination;
31 InternalMemCopyMem( OUT VOID *Destination, IN CONST VOID *Source, IN UINTN Length ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Tcp4Dxe/
H A DTcp4Io.c54 @param Dest Destination address of the TCP segment.
75 EFI_IP_ADDRESS Destination; local
78 Destination.Addr[0] = Dest;
104 Status = IpIoSend (IpIo, Nbuf, IpSender, NULL, NULL, &Destination, &Override);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBinderFuncs.c49 IN VOID *Destination,
54 memmove (Destination, Source, Length);
59 IN VOID *Destination,
64 memset (Destination, Value, Length);
48 CommonLibBinderCopyMem( IN VOID *Destination, IN VOID *Source, IN UINTN Length ) argument
58 CommonLibBinderSetMem( IN VOID *Destination, IN UINTN Length, IN UINT8 Value ) argument
H A DCommonLib.c62 IN VOID *Destination,
70 Copy Length bytes from Source to Destination.
74 Destination - Target of copy
89 Destination8 = Destination;
107 IN VOID *Destination,
112 PeiCopyMem (Destination, Source, Length);
61 PeiCopyMem( IN VOID *Destination, IN VOID *Source, IN UINTN Length ) argument
106 CopyMem( IN VOID *Destination, IN VOID *Source, IN UINTN Length ) argument
H A DDecompress.c707 IN OUT VOID *Destination,
722 Destination - The destination buffer to store the decompressed data
744 Dst = Destination;
862 IN OUT VOID *Destination,
877 Destination - The destination buffer to store the decompressed data
890 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);
897 IN OUT VOID *Destination,
912 Destination - The destination buffer to store the decompressed data
925 return Decompress (Source, SrcSize, Destination, DstSize, Scratch, ScratchSize);
932 OUT VOID **Destination,
704 Decompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
859 EfiDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
894 TianoDecompress( IN VOID *Source, IN UINT32 SrcSize, IN OUT VOID *Destination, IN UINT32 DstSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
929 Extract( IN VOID *Source, IN UINT32 SrcSize, OUT VOID **Destination, OUT UINT32 *DstSize, IN UINTN Algorithm ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DLzmaDecompress.c162 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
168 @param Destination The destination buffer to store the decompressed data
174 the uncompressed buffer is returned in Destination.
184 IN OUT VOID *Destination,
203 Destination,
181 LzmaUefiDecompress( IN CONST VOID *Source, IN UINTN SourceSize, IN OUT VOID *Destination, IN OUT VOID *Scratch ) argument
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.h35 EFI_IPv6_ADDRESS Destination; member in struct:__anon12507
43 EFI_IPv6_ADDRESS Destination; member in struct:__anon12508
181 Allocate a route entry then initialize it with the Destination/PrefixLength
184 @param[in] Destination The IPv6 destination address. This is an optional
195 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
210 @param[in] Destination The destionation address to search. If NULL, search
213 by Destination.
222 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
241 @param[in] Destination The destination of the network.
253 IN EFI_IPv6_ADDRESS *Destination,
[all...]
H A DIp6Mld.c249 EFI_IPv6_ADDRESS Destination; local
285 Ip6SetToAllNodeMulticast (TRUE, IP6_LINK_LOCAL_SCOPE, &Destination);
286 IP6_COPY_ADDRESS (&Head.DestinationAddress, &Destination);
H A DIp6Route.c44 Allocate a route entry then initialize it with the Destination/PrefixLength
47 @param[in] Destination The IPv6 destination address. This is an optional
58 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
75 if (Destination != NULL) {
76 IP6_COPY_ADDRESS (&RtEntry->Destination, Destination);
114 @param[in] Destination The destionation address to search. If NULL, search
117 by Destination.
126 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
134 ASSERT (Destination !
455 Ip6AddRoute( IN OUT IP6_ROUTE_TABLE *RtTable, IN EFI_IPv6_ADDRESS *Destination, IN UINT8 PrefixLength, IN EFI_IPv6_ADDRESS *GatewayAddress ) argument
514 Ip6DelRoute( IN OUT IP6_ROUTE_TABLE *RtTable, IN EFI_IPv6_ADDRESS *Destination, IN UINT8 PrefixLength, IN EFI_IPv6_ADDRESS *GatewayAddress ) argument
[all...]
H A DIp6Output.c149 @param[in] Destination The IPv6 destination address.
151 the Destination.
161 IN EFI_IPv6_ADDRESS *Destination,
188 if (Ip6IsOneOfSetAddress (IpSb, Destination, NULL, NULL)) {
189 IP6_COPY_ADDRESS (Source, Destination);
196 if (IP6_IS_MULTICAST (Destination)) {
197 ScopeD = (UINT8) (Destination->Addr[1] >> 4);
198 } else if (NetIp6IsLinkLocalAddr (Destination)) {
254 LastCommonLength = Ip6CommonPrefixLen (Source, Destination);
260 CurrentCommonLength = Ip6CommonPrefixLen (&AddrInfo->Address, Destination);
159 Ip6SelectSourceAddress( IN IP6_SERVICE *IpSb, IN EFI_IPv6_ADDRESS *Destination, OUT EFI_IPv6_ADDRESS *Source ) argument
292 Ip6SelectInterface( IN IP6_SERVICE *IpSb, IN EFI_IPv6_ADDRESS *Destination, IN OUT EFI_IPv6_ADDRESS *Source ) argument
526 EFI_IPv6_ADDRESS Destination; local
[all...]
H A DIp6Nd.h105 EFI_IPv6_ADDRESS Destination; member in struct:_IP6_DAD_ENTRY
609 Generate router solicit message and send it out to Destination Address or
635 Generate the Neighbor Solicitation message and send it to the Destination Address.
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c513 IP4_ADDR Destination; local
597 // Set the SourceAddress, SrcPort and Destination according to the specified
613 CopyMem (&Destination, &UdpSessionData->DestinationAddress, sizeof (IP4_ADDR));
620 Destination,
628 CopyMem (&Destination, &ConfigData->RemoteAddress, sizeof (IP4_ADDR));
669 IpDestAddr.Addr[0] = Destination;
H A DUdp4Impl.c1280 IP4_ADDR Destination; local
1319 CopyMem (&Destination, &Udp4Session->DestinationAddress, sizeof (IP4_ADDR));
1321 if (IP4_IS_LOCAL_BROADCAST (Destination) && ConfigData->AcceptBroadcast) {
1328 if (IP4_IS_MULTICAST (NTOHL (Destination)) &&
1329 NetMapFindKey (&Instance->McastIps, (VOID *) (UINTN) Destination) != NULL
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c465 EFI_IPv6_ADDRESS Destination; local
548 // Set the Destination according to the specified
558 IP6_COPY_ADDRESS (&Destination, &UdpSessionData->DestinationAddress);
560 IP6_COPY_ADDRESS (&Destination, &ConfigData->RemoteAddress);
569 &Destination,
596 IP6_COPY_ADDRESS (&Destination, &ConfigData->RemoteAddress);
632 IP6_COPY_ADDRESS (&(IpDestAddr.v6), &Destination);
H A DUdp6Impl.c1273 EFI_IPv6_ADDRESS Destination; local
1312 IP6_COPY_ADDRESS (&Destination, &Udp6Session->DestinationAddress);
1314 if (IP6_IS_MULTICAST (&Destination) &&
1315 (NULL != Udp6MapMultiCastAddr (&Instance->McastIps, &Destination))
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c707 responsibility to allocate and free the Destination and Scratch buffers.
709 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
714 If Destination is NULL, then ASSERT().
718 @param Destination The destination buffer to store the decompressed data
725 the uncompressed buffer is returned in Destination.
734 IN OUT VOID *Destination,
746 ASSERT (Destination != NULL);
750 Dst = Destination;
818 responsibility to allocate and free the Destination and Scratch buffers.
820 into Destination, the
732 UefiTianoDecompress( IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch, IN UINT32 Version ) argument
842 UefiDecompress( IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c209 CHAR16 *Destination; local
212 Destination = AtaDevice->ModelName;
218 Destination[Index] = Source[Index + 1];
219 Destination[Index + 1] = Source[Index];
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c809 Destination and Scratch buffers.
811 sucessfully decompressed into Destination, then EFI_SUCCESS is returned. If
818 @param Destination On output, the destination buffer that contains
829 uncompressed buffer is returned in Destination.
841 IN OUT VOID *Destination,
851 if (Source == NULL || Destination== NULL || Scratch == NULL) {
864 return UefiDecompress (Source, Destination, Scratch);
837 DxeMainUefiDecompress( IN EFI_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SourceSize, IN OUT VOID *Destination, IN UINT32 DestinationSize, IN OUT VOID *Scratch, IN UINT32 ScratchSize ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c23 string Destination, and returns Destination. If Source and Destination
26 If Destination is NULL, then ASSERT().
27 If Destination is not aligned on a 16-bit boundary, then ASSERT().
30 If Source and Destination overlap, then ASSERT().
35 @param Destination A pointer to a Null-terminated Unicode string.
38 @return Destination.
44 OUT CHAR16 *Destination,
51 // Destination canno
43 StrCpy( OUT CHAR16 *Destination, IN CONST CHAR16 *Source ) argument
102 StrnCpy( OUT CHAR16 *Destination, IN CONST CHAR16 *Source, IN UINTN Length ) argument
356 StrCat( IN OUT CHAR16 *Destination, IN CONST CHAR16 *Source ) argument
411 StrnCat( IN OUT CHAR16 *Destination, IN CONST CHAR16 *Source, IN UINTN Length ) argument
1092 AsciiStrCpy( OUT CHAR8 *Destination, IN CONST CHAR8 *Source ) argument
1147 AsciiStrnCpy( OUT CHAR8 *Destination, IN CONST CHAR8 *Source, IN UINTN Length ) argument
1494 AsciiStrCat( IN OUT CHAR8 *Destination, IN CONST CHAR8 *Source ) argument
1547 AsciiStrnCat( IN OUT CHAR8 *Destination, IN CONST CHAR8 *Source, IN UINTN Length ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c713 responsibility to allocate and free the Destination and Scratch buffers.
715 into Destination, then RETURN_SUCCESS is returned. If the compressed source data
720 If Destination is NULL, then ASSERT().
724 @param Destination The destination buffer to store the decompressed data.
730 the uncompressed buffer is returned in Destination.
739 IN OUT VOID *Destination,
750 ASSERT (Destination != NULL);
754 Dst = Destination;
737 UefiDecompress( IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch OPTIONAL ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c684 Safely append (on the left) with automatic string resizing given length of Destination and
687 append the first D characters of Source to the end of Destination, where D is
689 will fit within Destination (whose Size is given as CurrentSize) and
691 starting at the original terminating NULL of Destination, and a new terminating
694 If appending D characters onto Destination will result in a overflow of the size
699 Destination.
701 if Destination is NULL, then ASSERT()
702 if Destination's current length (including NULL terminator) is already more then
705 @param[in, out] Destination The String to append onto
706 @param[in, out] CurrentSize on call the number of bytes in Destination
717 StrnCatGrowLeft( IN OUT CHAR16 **Destination, IN OUT UINTN *CurrentSize, IN CONST CHAR16 *Source, IN UINTN Count ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Register/
H A DLocalApic.h115 UINT32 Destination:8; ///< Specifies the target processor or processors in xAPIC mode. member in struct:__anon13055::__anon13056
117 UINT32 Uint32; ///< Destination field expanded to 32-bit in x2APIC mode.
188 UINT32 DestinationMode:1; ///< Specifies the Destination Mode.
191 UINT32 DestinationId:8; ///< Specifies the Destination ID.
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
H A DAta.c415 @param Destination Indicates the destination string.
421 IN CHAR8 *Destination,
432 Destination[Index + 1] = Source[Index];
433 Destination[Index] = Temp;
420 SwapStringChars( IN CHAR8 *Destination, IN CHAR8 *Source, IN UINT32 Size ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DPresentation.c77 @param Destination The destination string.
79 to the end of Destination.
84 IN OUT CHAR16 *Destination,
90 for (Length = 0; Destination[Length] != 0; Length++)
99 Destination[Length] = NARROW_CHAR;
102 StrCpy (Destination + Length, Source);
83 NewStrCat( IN OUT CHAR16 *Destination, IN CHAR16 *Source ) argument

Completed in 76 milliseconds

12