Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4663 caddr_t vidptr, datanameptr; in vhci_get_device_type_mpxio_options() local
4682 for (len = config_list_len, vidptr = config_list; len > 0; in vhci_get_device_type_mpxio_options()
4687 if (strlen(vidptr) != 0 && in vhci_get_device_type_mpxio_options()
4688 strncmp(vidptr, DEVICE_TYPE_STR, in vhci_get_device_type_mpxio_options()
4691 datanameptr = vidptr + strlen(vidptr) + 1; in vhci_get_device_type_mpxio_options()
4693 dupletlen += strlen(vidptr) + 1; in vhci_get_device_type_mpxio_options()
4695 vidptr += strlen(DEVICE_TYPE_STR) + 1; in vhci_get_device_type_mpxio_options()
4696 vidlen = strlen(vidptr); in vhci_get_device_type_mpxio_options()
4698 bcmp(inq->inq_vid, vidptr, vidlen) == 0) { in vhci_get_device_type_mpxio_options()
4704 vidptr += strlen(vidptr) + 1; in vhci_get_device_type_mpxio_options()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/targets/
H A Dst.c2079 caddr_t vidptr, prettyptr, datanameptr; in st_get_conf_from_st_dot_conf() local
2106 for (len = config_list_len, vidptr = config_list; in st_get_conf_from_st_dot_conf()
2108 vidptr += tripletlen, len -= tripletlen) { in st_get_conf_from_st_dot_conf()
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()
2125 if (strncasecmp(vidpid, vidptr, vidlen)) { in st_get_conf_from_st_dot_conf()
2133 prettyptr = vidptr; in st_get_conf_from_st_dot_conf()
2139 vidptr, prettyptr, datanameptr); in st_get_conf_from_st_dot_conf()
2162 (void) strncpy(dp->vid, vidptr, dp->length); in st_get_conf_from_st_dot_conf()
H A Dsd.c3850 char *vidptr; in sd_process_sdconf_file() local
3890 vidptr = config_list[i]; in sd_process_sdconf_file()
3891 vidlen = (int)strlen(vidptr); in sd_process_sdconf_file()
3892 if (sd_sdconf_id_match(un, vidptr, vidlen) != SD_SUCCESS) { in sd_process_sdconf_file()
3922 "data:%s\n", vidptr, dataname_ptr); in sd_process_sdconf_file()