Searched refs:find_string (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 67 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() 668 find_string(scsi_cmdname_strings, ucmd->uscsi_cdb[0])); 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() 1412 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense_10() 1449 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense_10() [all …]
|
/illumos-gate/usr/src/cmd/format/ |
H A D | menu_partition.c | 494 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 D | add_definition.c | 340 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 D | io.h | 108 char *find_string(slist_t *slist, int match_value);
|
H A D | io.c | 501 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 D | ctlr_scsi.c | 2236 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 D | scsi_status.c | 566 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()
|