Home
last modified time | relevance | path

Searched refs:getopt_long (Results 1 – 25 of 60) sorted by relevance

123

/dpdk/lib/eal/windows/include/
H A Dgetopt.h43 #define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e) macro
86 int getopt_long(int argc, char *argv[], const char *options,
/dpdk/examples/multi_process/client_server_mp/mp_server/
H A Dargs.c115 while ((opt = getopt_long(argc, argvopt, "n:p:", lgopts, in parse_app_args()
/dpdk/examples/server_node_efd/server/
H A Dargs.c132 while ((opt = getopt_long(argc, argvopt, "n:f:p:", lgopts, in parse_app_args()
/dpdk/lib/eal/windows/
H A Deal.c111 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_log_level_parse()
145 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_parse_args()
H A Dgetopt.c448 getopt_long(int nargc, char *nargv[], const char *options, in getopt_long() function
/dpdk/app/test-pipeline/
H A Dconfig.c189 while ((opt = getopt_long(argc, argvopt, "p:", in app_parse_args()
/dpdk/examples/pipeline/
H A Dmain.c67 while ((opt = getopt_long(argc, argv, "h:p:s:", lgopts, &option_index)) in parse_args()
/dpdk/examples/vm_power_manager/guest_cli/
H A Dmain.c67 while ((opt = getopt_long(argc, argvopt, "n:b:q:p:", in parse_args()
/dpdk/examples/ip_pipeline/
H A Dmain.c80 while ((opt = getopt_long(argc, argv, "h:p:s:", lgopts, &option_index)) in parse_args()
/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c98 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
/dpdk/lib/eal/freebsd/
H A Deal.c383 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_log_level_parse()
426 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_parse_args()
/dpdk/app/test-bbdev/
H A Dmain.c205 while ((opt = getopt_long(argc, argv, "hin:b:c:v:l:s:t:", lgopts, in parse_args()
/dpdk/examples/server_node_efd/node/
H A Dnode.c102 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
/dpdk/examples/rxtx_callbacks/
H A Dmain.c305 while ((opt = getopt_long(argc, argv, "t", lgopts, &option_index)) in main()
/dpdk/app/test-gpudev/
H A Dmain.c51 while ((opt = getopt_long(argc, argvopt, "", in args_parse()
/dpdk/examples/vm_power_manager/
H A Dmain.c164 while ((opt = getopt_long(argc, argvopt, "p:q:T:b:", in parse_args()
/dpdk/lib/eal/linux/
H A Deal.c559 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_log_level_parse()
599 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_parse_args()
/dpdk/examples/qos_sched/
H A Dargs.c350 while ((opt = getopt_long(argc, argv, "i", in app_parse_args()
/dpdk/app/test-eventdev/
H A Devt_options.c516 while ((opts = getopt_long(argc, argv, "", lgopts, &opt_idx)) != EOF) { in evt_options_parse()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c127 while ((opt = getopt_long(argc, argvopt, "p:", \ in smp_parse_args()
/dpdk/examples/qos_meter/
H A Dmain.c242 while ((opt = getopt_long(argc, argvopt, "p:", lgopts, &option_index)) != EOF) { in parse_args()
/dpdk/examples/eventdev_pipeline/
H A Dmain.c184 c = getopt_long(argc, argv, "r:t:e:c:w:n:f:s:m:paoPqDW:", in parse_app_args()
/dpdk/app/test-compress-perf/
H A Dcomp_perf_options_parse.c619 while ((opt = getopt_long(argc, argv, "h", lgopts, &opt_idx)) != EOF) { in comp_perf_options_parse()
/dpdk/examples/vdpa/
H A Dmain.c69 while ((opt = getopt_long(argc, argv, short_option, long_option, &idx)) in parse_args()
/dpdk/examples/vmdq/
H A Dmain.c407 while ((opt = getopt_long(argc, argv, "p:", long_option, in vmdq_parse_args()

123