Searched refs:exitWithError (Results 1 – 2 of 2) sorted by relevance
/openbmc/phosphor-networkd/src/ |
H A D | ncsi_netlink_main.cpp | 29 static void exitWithError(const char* err, char** argv) in exitWithError() function 98 exitWithError("Interface not specified.", argv); in main() 103 exitWithError("Interface value should be greater than equal to 0", in main() 145 exitWithError("Payload invalid: specify two hex digits per byte.", in main() 157 exitWithError("Package not specified.", argv); in main() 204 exitWithError("Package not specified.", argv); in main() 230 exitWithError("Package mask value is not valid", argv); in main() 235 exitWithError("Package mask value is not valid", argv); in main() 243 exitWithError("Package is not specified", argv); in main() 252 exitWithError("Channel mask value is not valid", argv); in main() [all …]
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 835 static void exitWithError(const std::string& help, const char* err) in exitWithError() function 903 exitWithError(app.help("", CLI::AppFormatMode::All), in main()
|