Searched refs:option_table (Results 1 – 4 of 4) sorted by relevance
116 static struct option option_table[] = { variable178 for (op = option_table; op->name && STR_NE(op->name, key); op++) in process_options()
760 static ztest_option_t option_table[] = { variable835 int count = sizeof (option_table) / sizeof (option_table[0]); in init_options()842 long_opts[i].val = option_table[i].short_opt; in init_options()843 long_opts[i].name = option_table[i].long_opt; in init_options()844 long_opts[i].has_arg = option_table[i].long_opt_param != NULL in init_options()847 short_opts[short_opt_index++] = option_table[i].short_opt; in init_options()848 if (option_table[i].long_opt_param != NULL) { in init_options()857 int count = sizeof (option_table) / sizeof (option_table[0]); in fini_options()873 for (int i = 0; option_table[i].short_opt != 0; i++) { in usage()874 if (option_table[i].long_opt_param != NULL) { in usage()[all …]
167 static struct ctladm_opts option_table[] = { variable4341 optreturn = getoption(option_table,argv[1], &command, &cmdargs,&subopt); in main()
185 static struct camcontrol_opts option_table[] = { variable10425 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt); in main()