Searched refs:find_value (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/format/ |
H A D | io.h | 107 int find_value(slist_t *slist, char *match_str, int *match_value);
|
H A D | io.c | 1068 i = find_value((slist_t *)param->io_slist, 1802 find_value(slist, match_str, match_value) in find_value() function
|
H A D | menu_scsi.c | 234 i = find_value(cmds_list, s, &cmd); in c_scsi()
|
H A D | startup.c | 1159 if (find_value(ptag_choices, cleaned, &i) == 1) { in sup_setpart() 1182 if (find_value(pflag_choices, cleaned, &i) == 1) { in sup_setpart()
|
/titanic_41/usr/src/cmd/rmformat/ |
H A D | rmf_slice.c | 138 static int32_t find_value(slist_t *slist, char *str, int32_t *value); 594 if (find_value(pflag_choices, cleaned, &i) == 1) { in sup_setpart() 601 } else if (find_value(ptag_choices, cleaned, &i) == 1) { in sup_setpart() 639 if (find_value(ptag_choices, in sup_setpart() 678 find_value(slist_t *slist, char *match_str, int32_t *match_value) in find_value() function
|