Home
last modified time | relevance | path

Searched refs:longOpts (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-state-manager/
H A Dchassis_check_power_status.cpp29 static struct option longOpts[] = { in main() local
32 while ((arg = getopt_long(argc, argv, "c:", longOpts, &optIndex)) != -1) in main()
H A Dscheduled_host_transition_main.cpp20 static struct option longOpts[] = { in main() local
23 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
H A Dhost_state_manager_main.cpp25 static struct option longOpts[] = { in main() local
28 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
H A Dchassis_state_manager_main.cpp25 static struct option longOpts[] = { in main() local
28 while ((arg = getopt_long(argc, argv, "c:", longOpts, &optIndex)) != -1) in main()
H A Ddiscover_system_state.cpp50 static struct option longOpts[] = { in main() local
53 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()
/openbmc/phosphor-post-code-manager/src/
H A Dmain.cpp29 static struct option longOpts[] = {{"host", required_argument, 0, 'h'}, in main() local
32 while ((arg = getopt_long(argc, argv, "h:", longOpts, &optIndex)) != -1) in main()