Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance
| /openbmc/phosphor-networkd/src/ |
| H A D | ncsi_netlink_main.cpp | 17 static void exitWithError(const char* err, char** argv) in exitWithError() function 86 exitWithError("Interface not specified.", argv); in main() 91 exitWithError("Interface value should be greater than equal to 0", in main() 133 exitWithError("Payload invalid: specify two hex digits per byte.", in main() 145 exitWithError("Package not specified.", argv); in main() 192 exitWithError("Package not specified.", argv); in main() 218 exitWithError("Package mask value is not valid", argv); in main() 223 exitWithError("Package mask value is not valid", argv); in main() 231 exitWithError("Package is not specified", argv); in main() 240 exitWithError("Channel mask value is not valid", argv); in main() [all …]
|
| /openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
| H A D | peltool.cpp | 823 static void exitWithError(const std::string& help, const char* err) in exitWithError() function 891 exitWithError(app.help("", CLI::AppFormatMode::All), in main()
|