Searched refs:Selected (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Dhcp4Dxe/
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...]
H A DDhcp4Impl.h104 EFI_DHCP4_PACKET *Selected; member in struct:_DHCP_SERVICE
H A DDhcp4Impl.c407 Dhcp4ModeData->ReplyPacket = DhcpSb->Selected;
943 DhcpSb->Selected,
1034 DhcpSb->Selected,
/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/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...]
H A DUi.h586 @param Selected TRUE: if Question is selected.
597 IN BOOLEAN Selected,
622 @param Selected Whether or not a tag be selected
629 IN BOOLEAN Selected
H A DPresentation.c710 @param Selected Whether or not a tag be selected
717 IN BOOLEAN Selected
756 if (!Selected) {
844 if (!Selected) {
1506 // Check Selected Statement (if press ESC, Selection->Statement will be NULL)
/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 1015 milliseconds