Searched refs:NonOptionCount (Results 1 – 4 of 4) sorted by relevance
628 UINTN NonOptionCount; in InitializeIpSecConfig() local760 NonOptionCount = ShellCommandLineGetCount (ParamPackage); in InitializeIpSecConfig()761 if ((NonOptionCount - 1) > 0) { in InitializeIpSecConfig()762 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32) (NonOptionCount - 1)); in InitializeIpSecConfig()
1063 UINTN NonOptionCount; in InitializePing6() local1160 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in InitializePing6()1161 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); in InitializePing6()1162 if (NonOptionCount != 2) { in InitializePing6()
1264 UINTN NonOptionCount; in ShellCommandRunPing6() local1335 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in ShellCommandRunPing6()1336 ValueStr = ShellCommandLineGetRawValue (ParamPackage, (UINT32)(NonOptionCount-1)); in ShellCommandRunPing6()1337 if (NonOptionCount != 2) { in ShellCommandRunPing6()
1574 UINTN NonOptionCount; in ShellCommandRunPing() local1665 NonOptionCount = ShellCommandLineGetCount(ParamPackage); in ShellCommandRunPing()1666 if (NonOptionCount < 2) { in ShellCommandRunPing()1671 if (NonOptionCount > 2) { in ShellCommandRunPing()