Searched refs:vidlen (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 4664 int vidlen, dupletlen = 0; in vhci_get_device_type_mpxio_options() local 4696 vidlen = strlen(vidptr); in vhci_get_device_type_mpxio_options() 4697 if ((vidlen != 0) && in vhci_get_device_type_mpxio_options() 4698 bcmp(inq->inq_vid, vidptr, vidlen) == 0) { in vhci_get_device_type_mpxio_options()
|
/titanic_50/usr/src/uts/common/io/scsi/targets/ |
H A D | st.c | 2080 size_t vidlen, prettylen, datanamelen, tripletlen = 0; in st_get_conf_from_st_dot_conf() local 2110 vidlen = strlen(vidptr); in st_get_conf_from_st_dot_conf() 2111 prettyptr = vidptr + vidlen + 1; in st_get_conf_from_st_dot_conf() 2115 tripletlen = vidlen + prettylen + datanamelen + 3; in st_get_conf_from_st_dot_conf() 2117 if (vidlen == 0) { in st_get_conf_from_st_dot_conf() 2125 if (strncasecmp(vidpid, vidptr, vidlen)) { in st_get_conf_from_st_dot_conf() 2134 prettylen = vidlen; in st_get_conf_from_st_dot_conf() 2161 dp->length = (int)min(vidlen, (VIDPIDLEN - 1)); in st_get_conf_from_st_dot_conf()
|
H A D | sd.c | 3853 int vidlen; in sd_process_sdconf_file() local 3893 vidlen = (int)strlen(vidptr); in sd_process_sdconf_file() 3894 if (sd_sdconf_id_match(un, vidptr, vidlen) != SD_SUCCESS) { in sd_process_sdconf_file()
|