/openbmc/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | mmap_bench.c | 64 int option_index = 0; in main() local 66 c = getopt_long(argc, argv, "", options, &option_index); in main() 73 if (options[option_index].flag != 0) in main()
|
H A D | fork.c | 234 int option_index = 0; in main() local 236 c = getopt_long(argc, argv, "", options, &option_index); in main() 243 if (options[option_index].flag != 0) in main()
|
H A D | context_switch.c | 424 int option_index = 0; in main() local 426 c = getopt_long(argc, argv, "", options, &option_index); in main() 433 if (options[option_index].flag != 0) in main()
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/ |
H A D | 0001-create-tpm-key-support-well-known-key-option.patch | 37 int option_index, auth = 0, popup = 0, wrap = 0; 45 option_index = 0; 48 long_options, &option_index);
|
H A D | 0004-tpm-openssl-tpm-engine-change-variable-c-type-from-c.patch | 31 int option_index, auth = 0, popup = 0, wrap = 0;
|
/openbmc/linux/tools/power/cpupower/bench/ |
H A D | main.c | 66 int option_index = 0; in main() local 76 long_options, &option_index); in main()
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | main.cpp | 117 int option_index = 0; in main() local 119 &option_index); in main()
|
/openbmc/phosphor-logging/ |
H A D | logging_test.cpp | 244 int option_index = 0; in main() local 247 &option_index)) != -1) in main()
|
/openbmc/linux/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 99 int option_index = 0; in parse_options() local 107 long_options, &option_index)) != -1) { in parse_options()
|
/openbmc/u-boot/tools/ |
H A D | sunxi-spl-image-builder.c | 407 int option_index = 0; in main() local 423 long_options, &option_index); in main()
|
H A D | ifdtool.c | 813 int opt, option_index = 0; in main() local 854 long_options, &option_index)) != EOF) { in main()
|
/openbmc/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 582 int option_index = 0; in parse_arguments() local 584 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 388 int option_index = 0; in osnoise_top_parse_args() local 391 long_options, &option_index); in osnoise_top_parse_args()
|
H A D | osnoise_hist.c | 538 int option_index = 0; in osnoise_hist_parse_args() local 541 long_options, &option_index); in osnoise_hist_parse_args()
|
H A D | timerlat_top.c | 429 int option_index = 0; in timerlat_top_parse_args() local 432 long_options, &option_index); in timerlat_top_parse_args()
|
H A D | timerlat_hist.c | 638 int option_index = 0; in timerlat_hist_parse_args() local 641 long_options, &option_index); in timerlat_hist_parse_args()
|
/openbmc/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 765 int option_index = 0; in main() local 783 &option_index)) != -1) { in main()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-config.c | 2736 int option_index; in parse_cmd_args() local 2756 option_index = start; in parse_cmd_args() 2760 long_options, &option_index)) != -1) { in parse_cmd_args() 3029 int option_index = 0; in cmdline() local 3082 &option_index)) != -1) { in cmdline()
|
/openbmc/linux/tools/power/x86/x86_energy_perf_policy/ |
H A D | x86_energy_perf_policy.c | 526 int option_index = 0; in cmdline() local 552 long_options, &option_index)) != -1) { in cmdline()
|
/openbmc/qemu/ |
H A D | qemu-img.c | 739 int option_index = 0; in img_check() local 751 long_options, &option_index); in img_check() 3015 int option_index = 0; in img_info() local 3027 long_options, &option_index); in img_info() 3245 int option_index = 0; in img_map() local 3258 long_options, &option_index); in img_map()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 340 int option_index, c; in parse_command_line() local 345 c = getopt_long(argc, argv, "i:vb", long_options, &option_index); in parse_command_line()
|
/openbmc/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 6605 int option_index = 0; in cmdline() local 6631 …while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qST:v", long_options, &option_index))… in cmdline()
|