Searched refs:enc_type (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/luxadm/ |
H A D | diag.c | 84 int enc_type = 0; in print_ssd_in_box() local 104 enc_type = DAK_ENC_TYPE; in print_ssd_in_box() 122 if (enc_type == DAK_ENC_TYPE) { in print_ssd_in_box() 155 if (enc_type == DAK_ENC_TYPE) { in print_ssd_in_box()
|
H A D | hotplug.c | 385 h_print_list(Hotplug_Devlist *bsyRsrv_disk_list, int *action, int enc_type) in h_print_list() argument 398 if (enc_type == DAK_ENC_TYPE) { in h_print_list() 408 if (enc_type == DAK_ENC_TYPE) { in h_print_list() 502 int enc_type; in hotplug() local 745 enc_type = l_get_enc_type(inq); in hotplug() 944 &action, enc_type)) != 0) { in hotplug() 954 if ((h_print_list_warn(disk_list_head, todo, enc_type)) != 0) { in hotplug() 975 enc_type)) != 0) { in hotplug() 1726 int verbose_flag, int force_flag, int enc_type) in h_post_hotplug_sena() argument 1846 if (enc_type == DAK_ENC_TYPE) { in h_post_hotplug_sena() [all …]
|
H A D | g_adm.c | 4370 int enc_type = 0; in display_disk_info() local 4482 enc_type = l_get_enc_type(enc_inq); in display_disk_info() 4488 if (enc_type == DAK_ENC_TYPE) { in display_disk_info()
|
/titanic_41/usr/src/lib/storage/liba5k/common/ |
H A D | mon.c | 531 int enc_type; in l_led() local 627 enc_type = DAK_ENC_TYPE; in l_led() 629 enc_type = SENA_ENC_TYPE; in l_led() 646 if (enc_type == DAK_ENC_TYPE) { in l_led() 678 if (enc_type == DAK_ENC_TYPE) { in l_led() 694 if (enc_type == DAK_ENC_TYPE) { in l_led() 1937 int err = 0, enc_type = 0; in l_convert_name() local 2141 enc_type = l_get_enc_type(inq); in l_convert_name() 2142 if (((enc_type == DAK_ENC_TYPE) && (save_frd != 's')) || in l_convert_name() 2143 ((enc_type != DAK_ENC_TYPE) && (save_frd == 's'))) { in l_convert_name() [all …]
|
H A D | lhot.c | 869 int enc_type = 0; in l_get_drive_name() local 880 enc_type = l_get_enc_type(inq); in l_get_drive_name() 886 switch (enc_type) { in l_get_drive_name()
|
/titanic_41/usr/src/uts/common/io/scsi/targets/ |
H A D | ses_ses.c | 103 uchar_t enc_type; /* type of element */ member 324 "Text Length %d\n", i, thdr.enc_type, thdr.enc_maxelt, in ses_getconfig() 381 ssc->ses_objmap[nobj++].enctype = thdr.enc_type; in ses_getconfig() 689 gget8(buffer, off++, thp->enc_type); in ses_getthdr()
|