Searched refs:Config (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
H A DPxeBcMtftp.h29 @param Config Pointer to Mtftp configuration data
43 IN EFI_MTFTP4_CONFIG_DATA *Config,
54 @param Config Pointer to Mtftp configuration data
69 IN EFI_MTFTP4_CONFIG_DATA *Config,
82 @param Config Pointer to Mtftp configuration data
97 IN EFI_MTFTP4_CONFIG_DATA *Config,
110 @param Config Pointer to Mtftp configuration data.
125 IN EFI_MTFTP4_CONFIG_DATA *Config,
H A DPxeBcMtftp.c92 @param Config Pointer to Mtftp configuration data
106 IN EFI_MTFTP4_CONFIG_DATA *Config,
128 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
130 Status = Mtftp4->Configure (Mtftp4, Config);
217 @param Config Pointer to Mtftp configuration data
232 IN EFI_MTFTP4_CONFIG_DATA *Config,
250 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
252 Status = Mtftp4->Configure (Mtftp4, Config);
300 @param Config Pointer to Mtftp configuration data
315 IN EFI_MTFTP4_CONFIG_DATA *Config,
104 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
230 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
313 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
387 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Mtftp6Dxe/
H A DMtftp6Impl.c71 if (Instance->Config != NULL) {
74 Instance->Config,
166 FreePool (Instance->Config);
167 Instance->Config = NULL;
172 if (Instance->Config != NULL) {
179 Instance->Config = AllocateZeroPool (sizeof (EFI_MTFTP6_CONFIG_DATA));
181 if (Instance->Config == NULL) {
186 CopyMem (Instance->Config, MtftpConfigData, sizeof (EFI_MTFTP6_CONFIG_DATA));
217 Udp6Cfg.StationPort = Instance->Config->LocalPort;
218 Udp6Cfg.RemotePort = Instance->Config
[all...]
H A DMtftp6Support.c392 Udp6Cfg = &(UdpIo->Config.Udp6);
679 &Instance->Config->StationIp,
680 Instance->Config->LocalPort
996 if (Instance->Config == NULL) {
1028 Instance->ServerCmdPort = Instance->Config->InitialServerPort;
1030 Instance->MaxRetry = Instance->Config->TryCount;
1031 Instance->Timeout = Instance->Config->TimeoutValue;
1036 &Instance->Config->ServerIp,
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/UefiPxeBcDxe/
H A DPxeBcMtftp.h33 @param[in] Config Pointer to configure data.
47 IN VOID *Config,
58 @param[in] Config Pointer to config data.
73 IN VOID *Config,
86 @param[in] Config Pointer to config data.
101 IN VOID *Config,
114 @param[in] Config Pointer to config data.
129 IN VOID *Config,
H A DPxeBcMtftp.c106 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
120 IN EFI_MTFTP6_CONFIG_DATA *Config,
142 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
144 Status = Mtftp6->Configure (Mtftp6, Config);
231 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
246 IN EFI_MTFTP6_CONFIG_DATA *Config,
264 Config->InitialServerPort = PXEBC_BS_DOWNLOAD_PORT;
266 Status = Mtftp6->Configure (Mtftp6, Config);
314 @param[in] Config Pointer to EFI_MTFTP6_CONFIG_DATA.
329 IN EFI_MTFTP6_CONFIG_DATA *Config,
118 PxeBcMtftp6GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
244 PxeBcMtftp6ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
327 PxeBcMtftp6WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
402 PxeBcMtftp6ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP6_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
560 PxeBcMtftp4GetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
686 PxeBcMtftp4ReadFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
769 PxeBcMtftp4WriteFile( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
844 PxeBcMtftp4ReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN EFI_MTFTP4_CONFIG_DATA *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
926 PxeBcTftpGetFileSize( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN OUT UINT64 *BufferSize ) argument
971 PxeBcTftpReadFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
1022 PxeBcTftpWriteFile( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN BOOLEAN Overwrite, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize ) argument
1073 PxeBcTftpReadDirectory( IN PXEBC_PRIVATE_DATA *Private, IN VOID *Config, IN UINT8 *Filename, IN UINTN *BlockSize, IN UINT8 *BufferPtr, IN OUT UINT64 *BufferSize, IN BOOLEAN DontUseBuffer ) argument
[all...]
H A DPxeBcDhcp6.c1694 EFI_DHCP6_CONFIG_DATA Config; local
1717 ZeroMem (&Config, sizeof (EFI_DHCP6_CONFIG_DATA));
1719 Config.OptionCount = OptCount;
1720 Config.OptionList = OptList;
1721 Config.Dhcp6Callback = PxeBcDhcp6CallBack;
1722 Config.CallbackContext = Private;
1723 Config.IaInfoEvent = NULL;
1724 Config.RapidCommit = FALSE;
1725 Config.ReconfigureAccept = FALSE;
1726 Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Impl.c175 EFI_MTFTP4_CONFIG_DATA *Config; local
185 Config = &Instance->Config;
190 if (!Config->UseDefaultSetting && (Gateway != 0)) {
191 CopyMem (&Netmask, &Config->SubnetMask, sizeof (IP4_ADDR));
192 CopyMem (&Ip, &Config->StationIp, sizeof (IP4_ADDR));
233 ASSERT (Instance->Config.UseDefaultSetting);
278 EFI_MTFTP4_CONFIG_DATA *Config; local
283 Config = &Instance->Config;
352 EFI_MTFTP4_CONFIG_DATA *Config; local
[all...]
H A DMtftp4Rrq.c397 EFI_MTFTP4_CONFIG_DATA *Config; local
404 Config = &Instance->Config;
415 UdpConfig.UseDefaultAddress = Config->UseDefaultSetting;
416 UdpConfig.StationAddress = Config->StationIp;
417 UdpConfig.SubnetMask = Config->SubnetMask;
430 if (!Config->UseDefaultSetting &&
431 !EFI_IP4_EQUAL (&mZeroIp4Addr, &Config->GatewayIp)) {
441 &Config->GatewayIp
H A DMtftp4Impl.h107 EFI_MTFTP4_CONFIG_DATA Config; member in struct:_MTFTP4_PROTOCOL
/vbox/src/VBox/Additions/linux/
H A Dexport_modules33 VBOX_VERSION_MAJOR=`sed -e "s/^ *VBOX_VERSION_MAJOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
34 VBOX_VERSION_MINOR=`sed -e "s/^ *VBOX_VERSION_MINOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
35 VBOX_VERSION_BUILD=`sed -e "s/^ *VBOX_VERSION_BUILD *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
36 VBOX_SVN_REV=`sed -e 's/^ *VBOX_SVN_REV_FALLBACK *:= \+\$(patsubst *%:,, *\$Rev: *\([0-9]\+\) *\$ *) */\1/;t;d' $PATH_ROOT/Config.kmk`
37 VBOX_VENDOR=`sed -e 's/^ *VBOX_VENDOR *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk`
38 VBOX_VENDOR_SHORT=`sed -e 's/^ *VBOX_VENDOR_SHORT *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk`
39 VBOX_PRODUCT=`sed -e 's/^ *VBOX_PRODUCT *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk`
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Dhcp6Dxe/
H A DDhcp6Driver.c54 EFI_UDP6_CONFIG_DATA *Config; local
57 Config = &(UdpIo->Config.Udp6);
59 ZeroMem (Config, sizeof (EFI_UDP6_CONFIG_DATA));
64 Config->AcceptPromiscuous = FALSE;
65 Config->AcceptAnyPort = FALSE;
66 Config->AllowDuplicatePort = FALSE;
67 Config->TrafficClass = 0;
68 Config->HopLimit = 128;
69 Config
[all...]
H A DDhcp6Impl.c90 if (Instance->Config == NULL) {
140 if (Instance->Config->IaInfoEvent == NULL) {
196 if (Instance->Config == NULL) {
225 if (Instance->Config->IaInfoEvent == NULL) {
281 if (Instance->Config == NULL && Dhcp6ConfigData != NULL) {
297 if (EFI_ERROR (Dhcp6CopyConfigData (Dhcp6ConfigData, Instance->Config))) {
483 if (Instance->Config != NULL) {
491 Instance->Config = AllocateZeroPool (sizeof (EFI_DHCP6_CONFIG_DATA));
492 if (Instance->Config == NULL) {
497 Status = Dhcp6CopyConfigData (Instance->Config, Dhcp6CfgDat
[all...]
H A DDhcp6Io.c383 ASSERT(Instance->Config);
437 if (Instance->Config->IaInfoEvent != NULL) {
438 gBS->SignalEvent (Instance->Config->IaInfoEvent);
469 ASSERT (Instance->Config != NULL);
474 Callback = Instance->Config->Dhcp6Callback;
475 Context = Instance->Config->CallbackContext;
529 ASSERT (Instance->Config != NULL);
546 &Instance->Config->IaDescriptor
593 if (Instance->Config->IaDescriptor.Type == Dhcp6OptIana) {
697 &Instance->Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Usb/UsbBusDxe/
H A DUsbDesc.c61 @param Config The configuration descriptor to free.
66 IN USB_CONFIG_DESC *Config
73 if (Config->Interfaces != NULL) {
77 for (Index = 0; Index < Config->Desc.NumInterfaces; Index++) {
78 Interface = Config->Interfaces[Index];
96 FreePool (Config->Interfaces);
99 FreePool (Config);
306 USB_CONFIG_DESC *Config; local
315 Config = UsbCreateDesc (DescBuf, Len, USB_DESC_TYPE_CONFIG, &Consumed);
317 if (Config
771 EFI_USB_CONFIG_DESCRIPTOR *Config; local
[all...]
/vbox/src/VBox/HostDrivers/linux/
H A Dexport_modules38 VBOX_VERSION_MAJOR=`sed -e "s/^ *VBOX_VERSION_MAJOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
39 VBOX_VERSION_MINOR=`sed -e "s/^ *VBOX_VERSION_MINOR *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
40 VBOX_VERSION_BUILD=`sed -e "s/^ *VBOX_VERSION_BUILD *= \+\([0-9]\+\)/\1/;t;d" $PATH_ROOT/Config.kmk`
42 VBOX_SVN_REV=`sed -e 's/^ *VBOX_SVN_REV_FALLBACK *:= \+\$(patsubst *%:,, *\$Rev: *\([0-9]\+\) *\$ *) */\1/;t;d' $PATH_ROOT/Config.kmk` VBOX_VENDOR=`sed -e 's/^ *VBOX_VENDOR *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk` VBOX_VENDOR_SHORT=`sed -e 's/^ *VBOX_VENDOR_SHORT *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk` VBOX_PRODUCT=`sed -e 's/^ *VBOX_PRODUCT *= \+\(.\+\)/\1/;t;d' $PATH_ROOT/Config.kmk` VBOX_C_YEAR=`date +%Y`
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.c419 @param Config The DHCP configure data
424 IN OUT EFI_DHCP4_CONFIG_DATA *Config
429 if (Config->DiscoverTimeout != NULL) {
430 FreePool (Config->DiscoverTimeout);
433 if (Config->RequestTimeout != NULL) {
434 FreePool (Config->RequestTimeout);
437 if (Config->OptionList != NULL) {
438 for (Index = 0; Index < Config->OptionCount; Index++) {
439 if (Config->OptionList[Index] != NULL) {
440 FreePool (Config
559 EFI_DHCP4_CONFIG_DATA *Config; local
634 EFI_DHCP4_CONFIG_DATA *Config; local
[all...]
H A DDhcp4Io.c91 EFI_DHCP4_CONFIG_DATA *Config; local
105 Config = &DhcpSb->ActiveConfig;
107 if (Config->Dhcp4Callback == NULL) {
115 Status = Config->Dhcp4Callback (
117 Config->CallbackContext,
1170 EFI_DHCP4_CONFIG_DATA *Config; local
1207 Config = &DhcpSb->ActiveConfig;
1270 IpAddr = EFI_IP4 (Config->ClientAddress);
1308 for (Index = 0; Index < Config->OptionCount; Index++) {
1314 (Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Ip6Dxe/
H A DIp6Impl.c61 EFI_IP6_CONFIG_DATA *Config; local
132 Config = &Ip6ModeData->ConfigData;
134 if (IpIf->Configured || NetIp6IsUnspecifiedAddr (&Config->DestinationAddress)) {
333 @param[in] Config The configure data.
349 IN EFI_IP6_CONFIG_DATA *Config
379 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
386 StationZero = NetIp6IsUnspecifiedAddr (&Config->StationAddress);
387 DestZero = NetIp6IsUnspecifiedAddr (&Config->DestinationAddress);
398 CopyMem (Current, Config, sizeof (EFI_IP6_CONFIG_DATA));
405 Status = Ip6SelectSourceAddress (IpSb, &Config
1256 EFI_IP6_CONFIG_DATA *Config; local
[all...]
H A DIp6Driver.c225 EFI_MANAGED_NETWORK_CONFIG_DATA *Config; local
304 Config = &IpSb->MnpConfigData;
305 Config->ReceivedQueueTimeoutValue = 0;
306 Config->TransmitQueueTimeoutValue = 0;
307 Config->ProtocolTypeFilter = IP6_ETHER_PROTO;
308 Config->EnableUnicastReceive = TRUE;
309 Config->EnableMulticastReceive = TRUE;
310 Config->EnableBroadcastReceive = TRUE;
311 Config->EnablePromiscuousReceive = FALSE;
312 Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c194 // Locate all EFI Hii Config Access protocols
352 // Get the device path from handle installed EFI HII Config Access protocol
572 // Check if HII Config Routing protocol available.
741 @param[in] Config The command line arguments for the set operation.
749 IN CONST NIC_IP4_CONFIG_INFO *Config
802 if (Config != NULL) {
803 CopyMem (NicConfig, Config, sizeof (NIC_IP4_CONFIG_INFO) + sizeof (EFI_IP4_ROUTE_TABLE) * Config->Ip4Info.RouteTableSize);
1204 NIC_IP4_CONFIG_INFO *Config; local
1236 Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Impl.c378 EFI_IP4_CONFIG_DATA *Config; local
418 Config = &Ip4ModeData->ConfigData;
421 CopyMem (&Config->StationAddress, &Ip, sizeof (EFI_IPv4_ADDRESS));
424 CopyMem (&Config->SubnetMask, &Ip, sizeof (EFI_IPv4_ADDRESS));
454 Config the MNP parameter used by IP. The IP driver use one MNP
847 @param[in] Config The configure data.
863 IN EFI_IP4_CONFIG_DATA *Config
888 CopyMem (&IpInstance->ConfigData, Config, sizeof (IpInstance->ConfigData));
907 CopyMem (&Ip, &Config->StationAddress, sizeof (IP4_ADDR));
908 CopyMem (&Netmask, &Config
1883 EFI_IP4_CONFIG_DATA *Config; local
[all...]
H A DIp4Input.c971 EFI_IP4_CONFIG_DATA *Config; local
976 Config = &IpInstance->ConfigData;
986 if (Config->ReceiveTimeout == (UINT32)(-1)) {
990 if (Config->AcceptPromiscuous) {
1001 if ((Proto == EFI_IP_PROTO_ICMP) && (!Config->AcceptAnyProtocol) && (Proto != Config->DefaultProtocol)) {
1005 if (!Config->AcceptIcmpErrors) {
1017 if (!Config->AcceptAnyProtocol && (Proto != Config->DefaultProtocol)) {
1028 return Config
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Pci/PciBusDxe/
H A DPciEnumerator.h249 @param Config Output buffer holding new constructed APCI resource requestor
263 OUT VOID **Config
269 @param Config An acpi configuration descriptor.
279 IN VOID *Config,
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DHiiConfigRouting.h224 @param Config The filled-in configuration string. String
241 Config. Progress points to the
271 OUT EFI_STRING *Config,
321 @retval EFI_OUT_OF_RESOURCES Not enough memory to allocate Config. Progress

Completed in 83 milliseconds

123