Searched defs:this_pip (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c4230 mdi_pathinfo_t *this_pip; local
4235 this_pip = (mdi_pathinfo_t *)res;
4236 if ((this_pip == NULL) || (ilist == NULL)) {
4241 (void) ddi_pathname(mdi_pi_get_phci(this_pip), this_iport);
4243 if (mdi_prop_lookup_string(this_pip, SCSI_ADDR_PROP_TARGET_PORT,
4246 this_tport = (char *)mdi_pi_get_addr(this_pip);
4252 this_svl = mdi_client_get_vhci_private(mdi_pi_get_client(this_pip));

Completed in 80 milliseconds