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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c1641 BOOLEAN SetOperation; local
1674 SetOperation = ShellCommandLineGetFlag(Package, L"-s");
1677 ||(SetOperation && ListOperation)
1678 ||(ClearOperation && SetOperation)
1683 } else if (!ClearOperation && !ListOperation && !SetOperation) {
1714 } else if (SetOperation) {

Completed in 1188 milliseconds