Searched refs:longOpts (Results 1 – 6 of 6) sorted by relevance
| /openbmc/phosphor-state-manager/ |
| H A D | scheduled_host_transition_main.cpp | 23 static struct option longOpts[] = { in main() local 26 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
|
| H A D | chassis_check_power_status.cpp | 34 static struct option longOpts[] = { in main() local 37 while ((arg = getopt_long(argc, argv, "c:", longOpts, &optIndex)) != -1) in main()
|
| H A D | host_state_manager_main.cpp | 27 static struct option longOpts[] = { in main() local 30 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
|
| H A D | chassis_state_manager_main.cpp | 27 static struct option longOpts[] = { in main() local 30 while ((arg = getopt_long(argc, argv, "c:", longOpts, &optIndex)) != -1) in main()
|
| H A D | discover_system_state.cpp | 54 static struct option longOpts[] = { in main() local 57 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
|
| /openbmc/phosphor-post-code-manager/src/ |
| H A D | main.cpp | 30 static struct option longOpts[] = {{"host", required_argument, 0, 'h'}, in main() local 34 while ((arg = getopt_long(argc, argv, "h:c:", longOpts, &optIndex)) != -1) in main()
|