OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActiveConfig
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h
120
EFI_DHCP4_CONFIG_DATA
ActiveConfig
;
Dhcp4Io.c
105
Config = &DhcpSb->
ActiveConfig
;
224
DhcpSb->MaxRetries = DhcpSb->
ActiveConfig
.DiscoverTryCount;
226
DhcpSb->MaxRetries = DhcpSb->
ActiveConfig
.RequestTryCount;
258
Times = DhcpSb->
ActiveConfig
.DiscoverTimeout;
260
Times = DhcpSb->
ActiveConfig
.RequestTimeout;
492
DhcpCleanConfigure (&DhcpSb->
ActiveConfig
);
1204
Config = &DhcpSb->
ActiveConfig
;
[
all
...]
Dhcp4Impl.c
384
CopyMem (&Dhcp4ModeData->ConfigData, &DhcpSb->
ActiveConfig
, sizeof (Dhcp4ModeData->ConfigData));
561
Config = &DhcpSb->
ActiveConfig
;
677
Config = &DhcpSb->
ActiveConfig
;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusDxe/
UsbBus.c
158
if ((Dev->
ActiveConfig
!= NULL) &&
159
(Request->Value == Dev->
ActiveConfig
->Desc.ConfigurationValue)) {
165
if (Dev->
ActiveConfig
!= NULL) {
577
if (Dev->
ActiveConfig
== NULL) {
582
CopyMem (Descriptor, &(Dev->
ActiveConfig
->Desc), sizeof (EFI_USB_CONFIG_DESCRIPTOR));
868
if (Dev->
ActiveConfig
!= NULL) {
869
Status = UsbSetConfig (Dev, Dev->
ActiveConfig
->Desc.ConfigurationValue);
[
all
...]
UsbEnumer.c
401
Device->
ActiveConfig
= ConfigDesc;
535
Device->
ActiveConfig
= NULL;
UsbBus.h
184
USB_CONFIG_DESC *
ActiveConfig
;
Completed in 642 milliseconds