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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DIfconfig.c70 CountSubItems ( function
1704 if (Item != NULL && CountSubItems(Item) > 1) {
1722 if (Item == NULL || (CountSubItems(Item) < 2) || (CountSubItems(Item) > 6) || (CountSubItems(Item) == 4)) {
1728 ShellStatus = IfconfigSetNicAddr (CountSubItems(Item), Item);
1732 if (Item != NULL && CountSubItems(Item) > 1) {

Completed in 35 milliseconds