Home
last modified time | relevance | path

Searched refs:vidlen (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4671 int vidlen, dupletlen = 0; in vhci_get_device_type_mpxio_options() local
4703 vidlen = strlen(vidptr); in vhci_get_device_type_mpxio_options()
4704 if ((vidlen != 0) && in vhci_get_device_type_mpxio_options()
4705 bcmp(inq->inq_vid, vidptr, vidlen) == 0) { in vhci_get_device_type_mpxio_options()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c2080 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 Dsd.c3354 int vidlen; in sd_process_sdconf_file() local
3394 vidlen = (int)strlen(vidptr); in sd_process_sdconf_file()
3395 if (sd_sdconf_id_match(un, vidptr, vidlen) != SD_SUCCESS) { in sd_process_sdconf_file()