Searched defs:Selected (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Ip4Dxe/
H A DIp4Output.c112 IP4_INTERFACE *Selected; local
139 Selected = NULL;
144 if (IpIf->Configured && ((Selected == NULL) || (Selected->Ip == 0))) {
145 Selected = IpIf;
149 return Selected;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
H A DDhcp4Impl.h104 EFI_DHCP4_PACKET *Selected; member in struct:_DHCP_SERVICE
H A DDhcp4Io.c398 DhcpSb->ClientAddr = EFI_NTOHL (DhcpSb->Selected->Dhcp4.Header.YourAddr);
461 if (DhcpSb->Selected != NULL) {
462 FreePool (DhcpSb->Selected);
463 DhcpSb->Selected = NULL;
514 EFI_DHCP4_PACKET *Selected; local
533 Selected = DhcpSb->LastOffer;
539 FreePool (Selected);
540 Selected = TempPacket;
544 DhcpSb->Selected = Selected;
702 EFI_DHCP4_HEADER *Selected; local
795 EFI_DHCP4_HEADER *Selected; local
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/SetupBrowserDxe/
H A DProcessOptions.c370 @param Selected TRUE: if Question is selected.
381 IN BOOLEAN Selected,
439 if (Selected) {
526 if (Selected) {
620 if (Selected) {
656 if (Selected) {
679 if (Selected) {
711 if (Selected) {
743 if (Selected) {
779 if (Selected) {
378 ProcessOptions( IN UI_MENU_SELECTION *Selection, IN UI_MENU_OPTION *MenuOption, IN BOOLEAN Selected, OUT CHAR16 **OptionString ) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DBufferImage.c262 BOOLEAN Selected; local
274 Selected = FALSE;
287 Selected = TRUE;
314 if (Selected) {
351 if (Selected) {
410 if (Selected) {

Completed in 137 milliseconds