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

/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/IpsecConfig/
H A DIpSecConfig.c624 UINTN NonOptionCount; local
758 NonOptionCount = ShellCommandLineGetCount (ParamPackage);
759 if ((NonOptionCount - 1) > 0) {
760 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32) (NonOptionCount - 1));
/vbox/src/VBox/Devices/EFI/Firmware/NetworkPkg/Application/Ping6/
H A DPing6.c1061 UINTN NonOptionCount; local
1138 NonOptionCount = ShellCommandLineGetCount(ParamPackage);
1139 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1));
1140 if (NonOptionCount != 2) {
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellNetwork1CommandsLib/
H A DPing.c1447 UINTN NonOptionCount; local
1532 NonOptionCount = ShellCommandLineGetCount(ParamPackage);
1533 if (NonOptionCount < 2) {
1538 if (NonOptionCount > 2) {

Completed in 50 milliseconds