Lines Matching defs:optarg
270 eal_option_device_add(enum rte_devtype type, const char *optarg)
276 optlen = strlen(optarg) + 1;
284 ret = strlcpy(devopt->arg, optarg, optlen);
1622 char *old_optarg = optarg;
1637 if (eal_parse_common_option(opt, optarg, internal_conf) < 0)
1644 optarg = old_optarg;
1653 eal_parse_common_option(int opt, const char *optarg,
1663 if (eal_option_device_add(RTE_DEVTYPE_BLOCKED, optarg) < 0)
1671 if (eal_option_device_add(RTE_DEVTYPE_ALLOWED, optarg) < 0)
1682 if (rte_eal_parse_coremask(optarg, lcore_indexes) < 0) {
1715 if (eal_parse_corelist(optarg, lcore_indexes) < 0) {
1742 if (eal_parse_service_coremask(optarg) < 0) {
1749 if (eal_parse_service_corelist(optarg) < 0) {
1756 conf->memory = atoi(optarg);
1763 conf->force_nchannel = atoi(optarg);
1771 conf->force_nrank = atoi(optarg);
1780 if (eal_plugin_add(optarg) == -1)
1793 if (eal_parse_huge_unlink(optarg, &conf->hugepage_file) < 0) {
1829 conf->process_type = eal_parse_proc_type(optarg);
1833 if (eal_parse_main_lcore(optarg) < 0) {
1842 optarg) < 0) {
1849 if (eal_log_syslog(optarg) < 0) {
1858 if (eal_parse_log_level(optarg) < 0) {
1867 if (eal_log_timestamp(optarg) < 0) {
1875 if (eal_log_color(optarg) < 0) {
1884 if (eal_trace_args_save(optarg) < 0) {
1893 if (eal_trace_dir_args_save(optarg) < 0) {
1902 if (eal_trace_bufsz_args_save(optarg) < 0) {
1911 if (eal_trace_mode_args_save(optarg) < 0) {
1921 if (eal_parse_lcores(optarg) < 0) {
1944 if (eal_parse_iova_mode(optarg) < 0) {
1951 if (eal_parse_base_virtaddr(optarg) < 0) {
1963 if (eal_parse_simd_bitwidth(optarg) < 0) {