Home
last modified time | relevance | path

Searched refs:enc_type (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Ddiag.c84 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 Dhotplug.c398 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 = 0; in hotplug() local
745 enc_type = l_get_enc_type(inq); in hotplug()
944 &action, enc_type)) != 0) { in hotplug()
975 enc_type)) != 0) { in hotplug()
1846 if (enc_type == DAK_ENC_TYPE) { in h_post_hotplug_sena()
2503 verbose_flag, force_flag, enc_type)) != 0) in h_post_hotplug()
2799 if (enc_type == DAK_ENC_TYPE) { in h_print_list_warn()
2809 if (enc_type == DAK_ENC_TYPE) { in h_print_list_warn()
[all …]
H A Dg_adm.c4370 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()
/illumos-gate/usr/src/lib/storage/liba5k/common/
H A Dmon.c531 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()
1938 int err = 0, enc_type = 0; in l_convert_name() local
2980 int enc_type = 0; in l_get_ib_status() local
3046 enc_type = l_get_enc_type(inq); in l_get_ib_status()
4354 int enc_type; in l_download() local
4393 switch (enc_type) { in l_download()
4475 switch (enc_type) { in l_download()
[all …]
H A Dlhot.c868 int enc_type = 0; in l_get_drive_name() local
879 enc_type = l_get_enc_type(inq); in l_get_drive_name()
885 switch (enc_type) { in l_get_drive_name()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dses_ses.c102 uchar_t enc_type; /* type of element */ member
323 "Text Length %d\n", i, thdr.enc_type, thdr.enc_maxelt, in ses_getconfig()
380 ssc->ses_objmap[nobj++].enctype = thdr.enc_type; in ses_getconfig()
688 gget8(buffer, off++, thp->enc_type); in ses_getthdr()