Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dmdi_impldefs.h1184 dev_info_t *mdi_client_path2devinfo(dev_info_t *, caddr_t);
/titanic_50/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c5570 if ((cdip = mdi_client_path2devinfo(vdip, client_path)) in vhci_ctl()
5834 if ((cdip = mdi_client_path2devinfo(vdip, in vhci_ctl()
5946 if ((cdip = mdi_client_path2devinfo(vdip, in vhci_ctl()
/titanic_50/usr/src/uts/common/os/
H A Dsunmdi.c1617 mdi_client_path2devinfo(dev_info_t *vdip, char *pathname) in mdi_client_path2devinfo() function