Searched defs:Source (Results 1 - 25 of 50) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiMemoryLib/
H A DMemLib.c33 IN CONST VOID *Source,
39 (VOID*)Source,
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.c33 IN CONST VOID *Source,
37 gBS->CopyMem (Destination, (VOID*)Source, Length);
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.c41 TcpInput (Pkt, NetSession->Source.Addr[0], NetSession->Dest.Addr[0]);
43 TcpIcmpInput (Pkt, IcmpErr, NetSession->Source.Addr[0], NetSession->Dest.Addr[0]);
53 @param Src Source address of the TCP segment.
74 EFI_IP_ADDRESS Source; local
77 Source.Addr[0] = Src;
83 IpSender = IpIoFindSender (&IpIo, IP_VERSION_4, &Source);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DBinderFuncs.c50 IN VOID *Source,
54 memmove (Destination, Source, Length);
48 CommonLibBinderCopyMem( IN VOID *Destination, IN VOID *Source, IN UINTN Length ) argument
H A DCommonLib.c63 IN VOID *Source,
70 Copy Length bytes from Source to Destination.
76 Source - Place to copy from
90 Source8 = Source;
108 IN VOID *Source,
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
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DNicIp4ConfigNvData.h63 UINT32 Source; ///< Static or DHCP. member in struct:__anon11000
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
H A DLzmaDecompress.c113 required to decompress the buffer specified by Source and SourceSize.
123 @param Source The source buffer containing the compressed data.
127 by Source and SourceSize is decompressed.
130 by Source and SourceSize.
140 IN CONST VOID *Source,
150 DecodedSize = GetDecodedSizeOfBuf((UINT8*)Source);
161 If the compressed source data specified by Source is successfully decompressed
163 specified by Source is not in a valid compressed data format,
166 @param Source The source buffer containing the compressed data.
176 The source buffer specified by Source i
139 LzmaUefiDecompressGetInfo( IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize ) argument
181 LzmaUefiDecompress( IN CONST VOID *Source, IN UINTN SourceSize, IN OUT VOID *Destination, IN OUT VOID *Scratch ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Route.h44 EFI_IPv6_ADDRESS Source; member in struct:__anon12508
H A DIp6Impl.c359 EFI_IPv6_ADDRESS Source; local
405 Status = Ip6SelectSourceAddress (IpSb, &Config->DestinationAddress, &Source);
410 IP6_COPY_ADDRESS (&Source, &Config->StationAddress);
413 AddrOk = Ip6IsOneOfSetAddress (IpSb, &Source, &IpIf, &AddressInfo);
433 IP6_COPY_ADDRESS (&Current->StationAddress, &Source);
723 multicast packets. Source-Specific Multicast isn't required to be supported.
H A DIp6Output.c150 @param[out] Source The selected IPv6 source address according to
162 OUT EFI_IPv6_ADDRESS *Source
189 IP6_COPY_ADDRESS (Source, Destination);
209 IP6_COPY_ADDRESS (Source, &IpSb->LinkLocalAddr);
223 IP6_COPY_ADDRESS (Source, &IpSb->LinkLocalAddr);
254 LastCommonLength = Ip6CommonPrefixLen (Source, Destination);
268 IP6_COPY_ADDRESS (Source, TmpAddress);
285 @param[in, out] Source The source of the packet.
295 IN OUT EFI_IPv6_ADDRESS *Source
304 ASSERT (Destination != NULL && Source !
525 EFI_IPv6_ADDRESS Source; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLevel2CommandsLib/
H A DUefiShellLevel2CommandsLib.c278 @param[in] Source The first item to compare.
282 @retval NULL Source and Target are identical strings without regard to case.
283 @return The location in Source where there is a difference.
288 IN CONST CHAR16 *Source,
297 ASSERT(Source != NULL);
301 Char1 = InternalCharToUpper(Source[LoopCount]);
304 return (&Source[LoopCount]);
287 StrniCmp( IN CONST CHAR16 *Source, IN CONST CHAR16 *Target, IN CONST UINTN Count ) argument
H A DCp.c49 @param[in] Source pointer to source file name
59 IN CONST CHAR16 *Source,
86 if (StrCmp(Source, Dest) == 0) {
136 if (ShellIsDirectory(Source) == EFI_SUCCESS) {
147 StrnCatGrow(&TempName, &Size, Source, 0);
169 Status = ShellOpenFileByName(Source, &SourceHandle, EFI_FILE_MODE_READ, 0);
58 CopySingleFile( IN CONST CHAR16 *Source, IN CONST CHAR16 *Dest, OUT VOID **Resp, IN BOOLEAN SilentMode ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.h88 VOID *Source; member in struct:__anon10938
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4ConfigDxe/
H A DIp4Config.c140 if (NicConfig->Source == IP4_CONFIG_SOURCE_DHCP) {
142 } else if (NicConfig->Source == IP4_CONFIG_SOURCE_STATIC) {
199 ASSERT (Instance->NicConfig->Source == IP4_CONFIG_SOURCE_DHCP);
214 Instance->NicConfig->Source = IP4_CONFIG_SOURCE_DHCP;
324 UINT32 Source; local
347 Source = IP4_CONFIG_SOURCE_DHCP;
349 Source = Instance->NicConfig->Source;
356 if (Source == IP4_CONFIG_SOURCE_STATIC) {
368 ASSERT ((Source
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Igmp.c553 assume the byte order of the both Source and Addr, the
556 @param[in] Source The array of group addresses to add to
557 @param[in] Count The number of group addresses in the Source
566 IN IP4_ADDR *Source,
579 CopyMem (Groups, Source, Count * sizeof (IP4_ADDR));
565 Ip4CombineGroups( IN IP4_ADDR *Source, IN UINT32 Count, IN IP4_ADDR Addr ) argument
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Udp4Dxe/
H A DUdp4Main.c512 IP4_ADDR Source; local
612 CopyMem (&Source, &Override.Ip4OverrideData.SourceAddress, sizeof (IP4_ADDR));
619 Source,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Udp6Dxe/
H A DUdp6Main.c464 EFI_IPv6_ADDRESS Source; local
556 IP6_COPY_ADDRESS (&Source, &ConfigData->StationAddress);
568 &Source,
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
H A DBaseUefiTianoCustomDecompressLib.c637 required to decompress the buffer specified by Source and SourceSize.
639 be determined from the compressed data specified by Source and SourceData,
648 If Source is NULL, then ASSERT().
652 @param Source The source buffer containing the compressed data.
656 by Source and SourceSize is decompressed..
659 by Source and SourceSize.
667 the compressed data specified by Source
673 IN CONST VOID *Source,
681 ASSERT (Source != NULL);
689 CompressedSize = ReadUnaligned32 ((UINT32 *)Source);
672 UefiDecompressGetInfo( IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize ) argument
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/IntelFrameworkModulePkg/Universal/FirmwareVolume/UpdateDriverDxe/
H A DParseUpdateProfile.c2 Source file for the component update driver. It parse the update
809 CHAR8 *Source; local
830 Source = CurrentPtr;
838 (UINT8 *) Source,
858 (UINT8 *) Source,
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaBusDxe/
H A DAtaPassThruExecute.c208 CHAR8 *Source; local
211 Source = AtaDevice->IdentifyData->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.c751 temporary scratch buffer required to decompress the buffer specified by Source
754 Source and SourceData, then EFI_INVALID_PARAMETER is returned. Otherwise, the
764 @param Source The source buffer containing the compressed data.
768 compressed buffer specified by Source and
772 compressed buffer specified by Source and
780 compressed data specified by Source and
788 IN VOID *Source,
794 if (Source == NULL || DestinationSize == NULL || ScratchSize == NULL) {
797 return UefiDecompressGetInfo (Source, SourceSize, DestinationSize, ScratchSize);
810 If the compressed source data specified by Source an
786 DxeMainUefiDecompressGetInfo( IN EFI_DECOMPRESS_PROTOCOL *This, IN VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize ) argument
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
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/IScsiDxe/
H A DIScsiMisc.c236 @param[in] Source The ASCII string.
243 IN CHAR8 *Source,
248 ASSERT (Source != NULL);
250 while (*Source != '\0') {
251 *(Destination++) = (CHAR16) *(Source++);
262 @param[in] Source The UNICODE string.
269 IN CHAR16 *Source,
274 ASSERT (Source != NULL);
276 while (*Source != '\0') {
278 // If any Unicode characters in Source contai
242 IScsiAsciiStrToUnicodeStr( IN CHAR8 *Source, OUT CHAR16 *Destination ) argument
268 IScsiUnicodeStrToAsciiStr( IN CHAR16 *Source, OUT CHAR8 *Destination ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/
H A DString.c22 This function copies the contents of the Unicode string Source to the Unicode
23 string Destination, and returns Destination. If Source and Destination
28 If Source is NULL, then ASSERT().
29 If Source is not aligned on a 16-bit boundary, then ASSERT().
30 If Source and Destination overlap, then ASSERT().
31 If PcdMaximumUnicodeStringLength is not zero, and Source contains more than
36 @param Source A pointer to a Null-terminated Unicode string.
45 IN CONST CHAR16 *Source
59 ASSERT ((UINTN)(Destination - Source) > StrLen (Source));
102 StrnCpy( OUT CHAR16 *Destination, IN CONST CHAR16 *Source, IN UINTN Length ) argument
411 StrnCat( IN OUT CHAR16 *Destination, IN CONST CHAR16 *Source, IN UINTN Length ) argument
1025 UnicodeStrToAsciiStr( IN CONST CHAR16 *Source, OUT CHAR8 *Destination ) argument
1147 AsciiStrnCpy( OUT CHAR8 *Destination, IN CONST CHAR8 *Source, IN UINTN Length ) argument
1547 AsciiStrnCat( IN OUT CHAR8 *Destination, IN CONST CHAR8 *Source, IN UINTN Length ) argument
1993 AsciiStrToUnicodeStr( IN CONST CHAR8 *Source, OUT CHAR16 *Destination ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseUefiDecompressLib/
H A DBaseUefiDecompressLib.c643 required to decompress the buffer specified by Source and SourceSize.
645 be determined from the compressed data specified by Source and SourceData,
654 If Source is NULL, then ASSERT().
658 @param Source The source buffer containing the compressed data.
662 by Source and SourceSize is decompressed.
665 by Source and SourceSize.
673 the compressed data specified by Source
679 IN CONST VOID *Source,
687 ASSERT (Source != NULL);
695 CompressedSize = ReadUnaligned32 ((UINT32 *)Source);
678 UefiDecompressGetInfo( IN CONST VOID *Source, IN UINT32 SourceSize, OUT UINT32 *DestinationSize, OUT UINT32 *ScratchSize ) argument
737 UefiDecompress( IN CONST VOID *Source, IN OUT VOID *Destination, IN OUT VOID *Scratch OPTIONAL ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c685 desired length of copy from Source.
687 append the first D characters of Source to the end of Destination, where D is
688 the lesser of Count and the StrLen() of Source. If appending those D characters
698 If Source is NULL, there is nothing to append, just return the current buffer in
709 @param[in] Source The String to append from
720 IN CONST CHAR16 *Source,
736 if (Source == NULL) {
753 // Append all of Source?
756 Count = StrSize(Source);
778 CopyMem(*Destination, Source, Coun
717 StrnCatGrowLeft( IN OUT CHAR16 **Destination, IN OUT UINTN *CurrentSize, IN CONST CHAR16 *Source, IN UINTN Count ) argument
[all...]

Completed in 202 milliseconds

12