Lines Matching defs:guid

918 	char			*guid;
929 MDI_CLIENT_GUID_PROP, &guid) != DDI_SUCCESS) {
939 VHCI_DEBUG(4, (CE_WARN, hba_dip, "tgt_init: lun guid "
975 "vhci_scsi_tgt_init: guid %s : found vlun 0x%p "
977 guid, (void *)vlun, from_ticks, vhci_to_ticks));
980 "vhci_scsi_tgt_init: guid %s : vlun not found "
981 "from_ticks %lx to_ticks %lx", guid, from_ticks,
1002 "vlun 0x%p lun guid %s not supported!",
1003 (void *)vlun, guid));
1005 ddi_prop_free(guid);
1014 guid, from_ticks, vhci_to_ticks));
1016 ddi_prop_free(guid);
1026 "tgt_init: no vlun for %s!", guid));
1030 "zero for %s!", guid));
1034 "available yet for %s!", guid));
1038 ddi_prop_free(guid);
1053 ddi_prop_free(guid);
2146 char *guid;
2161 MDI_CLIENT_GUID_PROP, &guid) != DDI_SUCCESS)
2165 * Message is "sd# at scsi_vhci0: unit-address <guid>: <bus_addr>".
2166 * <guid> bus_addr argument == 0
2168 * Since the <guid> is already provided with unit-address, we just
2173 /* report the guid: */
2174 (void) snprintf(name, len, "g%s", guid);
2180 ddi_prop_free(guid);
2197 * Return a pointer to the guid part of the devnm.
4070 char *guid;
4091 MDI_CLIENT_GUID_PROP, &guid) != DDI_SUCCESS) {
4093 "vhci_pathinfo_init: lun guid property failed"));
4097 vlun = vhci_lun_lookup_alloc(tgt_dip, guid, &vlun_alloced);
4098 ddi_prop_free(guid);
4939 char *guid;
4989 * one with paths to the device by using the guid
4991 * will have the same guid, no other client will use
4993 * number always has a guid.
4996 PROPFLAGS, MDI_CLIENT_GUID_PROP, &guid);
4997 target_port_dup = i_ddi_strdup(guid, KM_SLEEP);
4998 ddi_prop_free(guid);
5006 * made up the 'target-port' using the guid, and we
5058 char *guid;
5083 MDI_CLIENT_GUID_PROP, &guid) != DDI_SUCCESS) {
5084 VHCI_DEBUG(1, (CE_WARN, NULL, "vhci_path_online: lun guid "
5092 ddi_prop_free(guid);
5975 * NOTE: failure to find the mapping is OK for guid
6833 char *guid;
6857 guid = vlun->svl_lun_wwn;
6858 VHCI_DEBUG(1, (CE_NOTE, NULL, "!vhci_failover(1): guid %s\n", guid));
6860 "(GUID %s)", ddi_node_name(cdip), guid);
6876 if (vhci_quiesce_paths(vdip, cdip, vlun, guid,
6893 VHCI_DEBUG(1, (CE_NOTE, NULL, "!(%s)failing over from %s\n", guid,
6903 "failed, no more pathclasses\n", guid));
6912 ddi_node_name(cdip), guid,
6922 ddi_node_name(cdip), guid);
6927 "%s as failover destination\n", guid, pclass2));
6931 "STANDBY paths found (status:%x)!\n", guid, sps));
6942 "%p(%s)...\n", guid, (void *)npip, pclass));
7014 guid, (void *)npip));
7024 guid, (void *)npip, skey,
7035 "path 0x%p already failedover\n", guid,
7045 "activating path 0x%p(psd:%p)\n", guid, (void *)npip,
7052 "path 0x%p successfully activated\n", guid,
7080 ddi_node_name(cdip), guid));
7103 guid, (void *)npip));
7111 "marked online\n", guid,
7123 "STANDBY\n", guid, (void *)npip));
7142 ddi_node_name(cdip), guid, ((s_pclass == NULL) ? "<none>" :
7160 "pathclass for %s is now %s\n", guid, pclass2));
7205 char *guid, char *active_pclass_ptr)
7225 "error", ddi_node_name(cdip), guid);
7236 guid, s_pclass, (void *)npip));
7244 guid, (void *)npip));
7261 "quiesced path %p\n", guid, (void *)npip));
7267 "quiesced path %p\n", guid,
7294 vhci_lun_lookup_alloc(dev_info_t *tgt_dip, char *guid, int *didalloc)
7303 svl->svl_lun_wwn = kmem_zalloc(strlen(guid)+1, KM_SLEEP);
7304 (void) strcpy(svl->svl_lun_wwn, guid);
7313 "vhci_lun_lookup_alloc: guid %s vlun 0x%p\n",
7314 guid, (void *)svl));
7321 char *guid;
7323 guid = dvlp->svl_lun_wwn;
7324 ASSERT(guid != NULL);
7325 VHCI_DEBUG(4, (CE_NOTE, NULL, "!vhci_lun_free: %s\n", guid));
8170 char *guid;
8176 guid = vhci_devnm_to_guid((char *)arg);
8178 guid = NULL;
8180 if (mdi_vhci_bus_config(pdip, flags, op, arg, child, guid)