Searched refs:fopt (Results 1 – 8 of 8) sorted by relevance
527 struct fstrm_iothr_options *fopt; in dt_create() local604 fopt = fstrm_iothr_options_init(); in dt_create()605 fstrm_iothr_options_set_num_input_queues(fopt, num_workers); in dt_create()606 env->iothr = fstrm_iothr_init(fopt, &fw); in dt_create()613 fstrm_iothr_options_destroy(&fopt); in dt_create()
13901 const struct arm_legacy_option_table *fopt; in md_parse_option() local13944 for (fopt = arm_legacy_opts; fopt->option != NULL; fopt++) in md_parse_option()13946 if (c == fopt->option[0] in md_parse_option()13947 && ((arg == NULL && fopt->option[1] == 0) in md_parse_option()13948 || streq (arg, fopt->option + 1))) in md_parse_option()13952 if (fopt->deprecated != NULL) in md_parse_option()13954 arg ? arg : "", _(fopt->deprecated)); in md_parse_option()13957 if (fopt->var != NULL) in md_parse_option()13958 *fopt->var = &fopt->value; in md_parse_option()
5853 msgid "unrecognized fopt option"5854 msgstr "bilinmeyen fopt seçeneği"
5758 msgid "unrecognized fopt option"
6656 msgid "unrecognized fopt option"6657 msgstr "bilinmeyen fopt seçeneği"
6365 msgid "unrecognized fopt option"
1679 (md_pseudo_table): Add fopt and mask2.