| /dpdk/lib/eal/windows/include/ |
| H A D | getopt.h | 43 #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 D | args.c | 115 while ((opt = getopt_long(argc, argvopt, "n:p:", lgopts, in parse_app_args()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | args.c | 132 while ((opt = getopt_long(argc, argvopt, "n:f:p:", lgopts, in parse_app_args()
|
| /dpdk/lib/eal/windows/ |
| H A D | eal.c | 111 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 D | getopt.c | 448 getopt_long(int nargc, char *nargv[], const char *options, in getopt_long() function
|
| /dpdk/app/test-pipeline/ |
| H A D | config.c | 189 while ((opt = getopt_long(argc, argvopt, "p:", in app_parse_args()
|
| /dpdk/examples/pipeline/ |
| H A D | main.c | 67 while ((opt = getopt_long(argc, argv, "h:p:s:", lgopts, &option_index)) in parse_args()
|
| /dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | main.c | 67 while ((opt = getopt_long(argc, argvopt, "n:b:q:p:", in parse_args()
|
| /dpdk/examples/ip_pipeline/ |
| H A D | main.c | 80 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 D | client.c | 98 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
|
| /dpdk/lib/eal/freebsd/ |
| H A D | eal.c | 383 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 D | main.c | 205 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 D | node.c | 102 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
|
| /dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 305 while ((opt = getopt_long(argc, argv, "t", lgopts, &option_index)) in main()
|
| /dpdk/app/test-gpudev/ |
| H A D | main.c | 51 while ((opt = getopt_long(argc, argvopt, "", in args_parse()
|
| /dpdk/examples/vm_power_manager/ |
| H A D | main.c | 164 while ((opt = getopt_long(argc, argvopt, "p:q:T:b:", in parse_args()
|
| /dpdk/lib/eal/linux/ |
| H A D | eal.c | 559 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 D | args.c | 350 while ((opt = getopt_long(argc, argv, "i", in app_parse_args()
|
| /dpdk/app/test-eventdev/ |
| H A D | evt_options.c | 516 while ((opts = getopt_long(argc, argv, "", lgopts, &opt_idx)) != EOF) { in evt_options_parse()
|
| /dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 127 while ((opt = getopt_long(argc, argvopt, "p:", \ in smp_parse_args()
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 242 while ((opt = getopt_long(argc, argvopt, "p:", lgopts, &option_index)) != EOF) { in parse_args()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 184 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 D | comp_perf_options_parse.c | 619 while ((opt = getopt_long(argc, argv, "h", lgopts, &opt_idx)) != EOF) { in comp_perf_options_parse()
|
| /dpdk/examples/vdpa/ |
| H A D | main.c | 69 while ((opt = getopt_long(argc, argv, short_option, long_option, &idx)) in parse_args()
|
| /dpdk/examples/vmdq/ |
| H A D | main.c | 407 while ((opt = getopt_long(argc, argv, "p:", long_option, in vmdq_parse_args()
|