Searched refs:find_string (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/lib/fm/libdiskstatus/common/ |
H A D | ds_scsi_uscsi.c | 68 find_string(slist_t *slist, int match_value) in find_string() function 665 if (find_string(sensekey_strings, rq->es_key) == NULL) in scsi_printerr() 669 find_string(scsi_cmdname_strings, ucmd->uscsi_cdb[0])); in scsi_printerr() 1114 find_string(scsi_cmdname_strings, in uscsi_cmd() 1120 find_string(scsi_cmdname_strings, in uscsi_cmd() 1133 find_string(scsi_cmdname_strings, in uscsi_cmd() 1266 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense() 1302 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense() 1393 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense_10() 1430 pc = find_string(page_control_strings, page_control); in uscsi_mode_sense_10() [all …]
|
/titanic_41/usr/src/lib/scsi/libscsi/common/ |
H A D | scsi_status.c | 568 find_string(slist_t *slist, int match_value) in find_string() function 582 return (find_string(sensekey_strings, (int)key)); in libscsi_sense_key_name()
|
/titanic_41/usr/src/cmd/format/ |
H A D | menu_partition.c | 503 s = find_string(ptag_choices, in print_efi_partition() 510 s = find_string(pflag_choices, in print_efi_partition() 607 s = find_string(ptag_choices, in print_partition() 617 s = find_string(pflag_choices, in print_partition()
|
H A D | io.h | 108 char *find_string(slist_t *slist, int match_value);
|
H A D | add_definition.c | 346 s = find_string(ptag_choices, 351 s = find_string(pflag_choices,
|
H A D | io.c | 539 s = find_string(param->io_slist, *deflt); 742 s = find_string(param->io_slist, *deflt); 1850 find_string(slist, match_value) in find_string() function
|
H A D | ctlr_scsi.c | 2325 char *pc = find_string(page_control_strings, page_control); 2389 s = find_string(mode_select_strings, 2829 pc_str = find_string(page_control_strings, page_control);
|