Home
last modified time | relevance | path

Searched refs:find_string (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c67 find_string(slist_t *slist, int match_value) in find_string() function
664 if (find_string(sensekey_strings, rq->es_key) == NULL) in scsi_printerr()
1113 find_string(scsi_cmdname_strings, in uscsi_cmd()
1119 find_string(scsi_cmdname_strings, in uscsi_cmd()
1132 find_string(scsi_cmdname_strings, in uscsi_cmd()
1285 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense()
1321 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense()
1449 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense_10()
1493 s = find_string(mode_select_strings, in uscsi_mode_select()
1565 s = find_string(mode_select_strings, in uscsi_mode_select_10()
[all …]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_partition.c494 s = find_string(ptag_choices, (int)map->efi_parts[partnum].p_tag); in print_efi_partition()
500 s = find_string(pflag_choices, (int)map->efi_parts[partnum].p_flag); in print_efi_partition()
595 s = find_string(ptag_choices, (int)pinfo->vtoc.v_part[partnum].p_tag); in print_partition()
604 s = find_string(pflag_choices, (int)pinfo->vtoc.v_part[partnum].p_flag); in print_partition()
H A Dio.h108 char *find_string(slist_t *slist, int match_value);
H A Dadd_definition.c340 s = find_string(ptag_choices, (int)pv->p_tag); in add_partition()
344 s = find_string(pflag_choices, (int)pv->p_flag); in add_partition()
H A Dio.c501 s = find_string(param->io_slist, *deflt); in input()
704 s = find_string(param->io_slist, *deflt); in input()
1824 find_string(slist_t *slist, int match_value) in find_string() function
H A Dctlr_scsi.c2236 char *pc = find_string(page_control_strings, page_control); in uscsi_mode_sense()
2297 s = find_string(mode_select_strings, in uscsi_mode_select()
2717 pc_str = find_string(page_control_strings, page_control); in scsi_dump_mode_sense_pages()
/illumos-gate/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c566 find_string(slist_t *slist, int match_value) in find_string() function
580 return (find_string(sensekey_strings, (int)key)); in libscsi_sense_key_name()