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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c4231 char *this_iport; local
4240 this_iport = kmem_zalloc(MAXPATHLEN, KM_SLEEP);
4241 (void) ddi_pathname(mdi_pi_get_phci(this_pip), this_iport); local
4255 (void) strlcat(pname, this_iport, MAXPATHLEN);
4258 kmem_free(this_iport, MAXPATHLEN);

Completed in 86 milliseconds