Home
last modified time | relevance | path

Searched refs:find_value (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/format/
H A Dio.h107 int find_value(slist_t *slist, char *match_str, int *match_value);
H A Dio.c1068 i = find_value((slist_t *)param->io_slist,
1802 find_value(slist, match_str, match_value) in find_value() function
H A Dmenu_scsi.c234 i = find_value(cmds_list, s, &cmd); in c_scsi()
H A Dstartup.c1159 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 Drmf_slice.c138 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