Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4947 char *target_port, *target_port_dup; in vhci_kstat_create_pathinfo() local
4989 target_port_dup = i_ddi_strdup(target_port, KM_SLEEP); in vhci_kstat_create_pathinfo()
5004 target_port_dup = i_ddi_strdup(guid, KM_SLEEP); in vhci_kstat_create_pathinfo()
5022 (mod_hash_key_t)target_port_dup, &hv) == 0) { in vhci_kstat_create_pathinfo()
5028 (mod_hash_key_t)target_port_dup, in vhci_kstat_create_pathinfo()
5033 (mod_hash_val_t)(uintptr_t)target_port_dup); in vhci_kstat_create_pathinfo()
5035 target_port_dup = NULL; /* owned by hash */ in vhci_kstat_create_pathinfo()
5046 ks_name, pid, target_port_dup)); in vhci_kstat_create_pathinfo()
5047 if (target_port_dup) in vhci_kstat_create_pathinfo()
5048 kmem_free(target_port_dup, strlen(target_port_dup) + 1); in vhci_kstat_create_pathinfo()