| /f-stack/dpdk/app/test-crypto-perf/ |
| H A D | cperf_options_parsing.c | 806 { CPERF_POOL_SIZE, required_argument, 0, 0 }, 807 { CPERF_TOTAL_OPS, required_argument, 0, 0 }, 811 { CPERF_DESC_NB, required_argument, 0, 0 }, 813 { CPERF_IMIX, required_argument, 0, 0 }, 814 { CPERF_DEVTYPE, required_argument, 0, 0 }, 815 { CPERF_OPTYPE, required_argument, 0, 0 }, 820 { CPERF_TEST_FILE, required_argument, 0, 0 }, 821 { CPERF_TEST_NAME, required_argument, 0, 0 }, 824 { CPERF_CIPHER_OP, required_argument, 0, 0 }, 830 { CPERF_AUTH_OP, required_argument, 0, 0 }, [all …]
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | main.c | 43 { "vm-name", required_argument, 0, 'n'}, in parse_args() 44 { "busy-hours", required_argument, 0, 'b'}, in parse_args() 45 { "quiet-hours", required_argument, 0, 'q'}, in parse_args() 46 { "port-list", required_argument, 0, 'p'}, in parse_args() 47 { "vcpu-list", required_argument, 0, 'l'}, in parse_args() 48 { "policy", required_argument, 0, 'o'}, in parse_args()
|
| /f-stack/dpdk/app/test-compress-perf/ |
| H A D | comp_perf_options_parse.c | 565 { CPERF_PTEST_TYPE, required_argument, 0, 0 }, 566 { CPERF_DRIVER_NAME, required_argument, 0, 0 }, 567 { CPERF_TEST_FILE, required_argument, 0, 0 }, 568 { CPERF_SEG_SIZE, required_argument, 0, 0 }, 569 { CPERF_BURST_SIZE, required_argument, 0, 0 }, 571 { CPERF_POOL_SIZE, required_argument, 0, 0 }, 572 { CPERF_MAX_SGL_SEGS, required_argument, 0, 0}, 573 { CPERF_NUM_ITER, required_argument, 0, 0 }, 574 { CPERF_OPTYPE, required_argument, 0, 0 }, 575 { CPERF_HUFFMAN_ENC, required_argument, 0, 0 }, [all …]
|
| /f-stack/tools/libxo/xo/ |
| H A D | xo.c | 242 { "close", required_argument, NULL, 'c' }, 244 { "close-list", required_argument, &opts.o_close_list, 1 }, 246 { "depth", required_argument, &opts.o_depth, 1 }, 249 { "instance", required_argument, NULL, 'I' }, 251 { "leading-xpath", required_argument, NULL, 'l' }, 253 { "open", required_argument, NULL, 'o' }, 254 { "open-instance", required_argument, &opts.o_open_instance, 1 }, 255 { "open-list", required_argument, &opts.o_open_list, 1 }, 256 { "option", required_argument, NULL, 'O' }, 258 { "style", required_argument, NULL, 's' }, [all …]
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 98 {"workers", required_argument, 0, 'w'}, 99 {"packets", required_argument, 0, 'n'}, 100 {"atomic-flows", required_argument, 0, 'f'}, 101 {"num_stages", required_argument, 0, 's'}, 102 {"rx-mask", required_argument, 0, 'r'}, 103 {"tx-mask", required_argument, 0, 't'}, 104 {"sched-mask", required_argument, 0, 'e'}, 105 {"cq-depth", required_argument, 0, 'c'}, 106 {"work-cycles", required_argument, 0, 'W'}, 107 {"mempool-size", required_argument, 0, 'm'},
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/xattrtest/ |
| H A D | xattrtest.c | 59 { "nth", required_argument, 0, 'n' }, 60 { "files", required_argument, 0, 'f' }, 61 { "xattrs", required_argument, 0, 'x' }, 62 { "size", required_argument, 0, 's' }, 63 { "path", required_argument, 0, 'p' }, 66 { "script", required_argument, 0, 't' }, 67 { "seed", required_argument, 0, 'e' }, 71 { "only", required_argument, 0, 'o' },
|
| /f-stack/tools/libxo/xopo/ |
| H A D | xopo.c | 106 { "option", required_argument, NULL, 'O' }, 107 { "output", required_argument, NULL, 'o' }, 108 { "po", required_argument, NULL, 'f' },
|
| /f-stack/dpdk/examples/l2fwd-crypto/ |
| H A D | main.c | 1624 { "cdev_type", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1625 { "chain", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1628 { "cipher_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1631 { "cipher_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1635 { "auth_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1636 { "auth_key", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1638 { "auth_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1642 { "aead_op", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1643 { "aead_key", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() 1645 { "aead_iv", required_argument, 0, 0 }, in l2fwd_crypto_parse_args() [all …]
|
| /f-stack/dpdk/examples/vhost/ |
| H A D | main.c | 480 {"vm2vm", required_argument, NULL, 0}, in us_vhost_parse_args() 481 {"rx-retry", required_argument, NULL, 0}, in us_vhost_parse_args() 482 {"rx-retry-delay", required_argument, NULL, 0}, in us_vhost_parse_args() 483 {"rx-retry-num", required_argument, NULL, 0}, in us_vhost_parse_args() 484 {"mergeable", required_argument, NULL, 0}, in us_vhost_parse_args() 485 {"stats", required_argument, NULL, 0}, in us_vhost_parse_args() 486 {"socket-file", required_argument, NULL, 0}, in us_vhost_parse_args() 487 {"tx-csum", required_argument, NULL, 0}, in us_vhost_parse_args() 488 {"tso", required_argument, NULL, 0}, in us_vhost_parse_args() 491 {"dma-type", required_argument, NULL, 0}, in us_vhost_parse_args() [all …]
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | getopt.c | 184 if (long_options[match].has_arg == required_argument || in parse_long_options() 189 required_argument) { in parse_long_options() 196 if ((long_options[match].has_arg == required_argument) in parse_long_options()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | getopt.h | 60 #define required_argument 1 macro
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | main.c | 199 { CMD_LINE_OPT_MODE, required_argument, NULL, in l2fwd_event_parse_args() 201 { CMD_LINE_OPT_EVENTQ_SCHED, required_argument, NULL, in l2fwd_event_parse_args() 203 { CMD_LINE_OPT_PORT_PAIR_CONF, required_argument, NULL, in l2fwd_event_parse_args()
|
| /f-stack/dpdk/examples/ioat/ |
| H A D | ioatfwd.c | 613 {CMD_LINE_OPT_PORTMASK, required_argument, NULL, 'p'}, in ioat_parse_args() 614 {CMD_LINE_OPT_NB_QUEUE, required_argument, NULL, 'q'}, in ioat_parse_args() 615 {CMD_LINE_OPT_COPY_TYPE, required_argument, NULL, 'c'}, in ioat_parse_args() 616 {CMD_LINE_OPT_RING_SIZE, required_argument, NULL, 's'}, in ioat_parse_args()
|
| /f-stack/dpdk/examples/bbdev_app/ |
| H A D | main.c | 225 { "enc_core_mask", required_argument, 0, 'e' }, in bbdev_parse_args() 226 { "dec_core_mask", required_argument, 0, 'd' }, in bbdev_parse_args() 227 { "port_id", required_argument, 0, 'p' }, in bbdev_parse_args() 228 { "bbdev_id", required_argument, 0, 'b' }, in bbdev_parse_args()
|
| /f-stack/dpdk/examples/fips_validation/ |
| H A D | main.c | 229 {REQ_FILE_PATH_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 230 {RSP_FILE_PATH_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 232 {MBUF_DATAROOM_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 233 {CRYPTODEV_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 234 {CRYPTODEV_ID_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 236 {CRYPTODEV_BK_ID_KEYWORD, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args() 237 {CRYPTODEV_BK_DIR_KEY, required_argument, 0, 0}, in cryptodev_fips_validate_parse_args()
|
| /f-stack/dpdk/examples/vmdq_dcb/ |
| H A D | main.c | 452 {"nb-pools", required_argument, NULL, 0}, in vmdq_parse_args() 453 {"nb-tcs", required_argument, NULL, 0}, in vmdq_parse_args()
|
| /f-stack/dpdk/examples/vhost_crypto/ |
| H A D | main.c | 213 {SOCKET_FILE_KEYWORD, required_argument, 0, 0}, in vhost_crypto_parse_args() 214 {CONFIG_KEYWORD, required_argument, 0, 0}, in vhost_crypto_parse_args()
|
| /f-stack/dpdk/examples/vdpa/ |
| H A D | main.c | 61 {"iface", required_argument, NULL, 0}, in parse_args()
|
| /f-stack/dpdk/examples/vmdq/ |
| H A D | main.c | 397 {"nb-pools", required_argument, NULL, 0}, in vmdq_parse_args()
|
| /f-stack/dpdk/app/proc-info/ |
| H A D | main.c | 218 {"xstats-name", required_argument, NULL, 1}, in proc_info_parse_args() 227 {"iter-mempool", required_argument, NULL, 0}, in proc_info_parse_args()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 792 {"tags", required_argument, NULL, 't'}, in main()
|
| /f-stack/dpdk/examples/l2fwd-cat/ |
| H A D | cat.c | 659 { "l3ca", required_argument, 0, 0 }, in parse_args()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 495 required_argument, 0, 0}; in parse_args()
|
| /f-stack/dpdk/examples/kni/ |
| H A D | main.c | 523 {CMDLINE_OPT_CONFIG, required_argument, NULL, 0}, in parse_args()
|
| /f-stack/dpdk/examples/l3fwd/ |
| H A D | main.c | 624 "max-pkt-len", required_argument, 0, 0 in parse_args()
|