Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dtphci.c586 next = mdi_get_next_client_path(parent, NULL); in tphci_bus_unconfig()
588 next = mdi_get_next_client_path(parent, pip); in tphci_bus_unconfig()
H A Ddevinfo.c2901 next_pip = &mdi_get_next_client_path; in di_getpath_data()
/illumos-gate/usr/src/uts/common/sys/
H A Dsunmdi.h238 mdi_pathinfo_t *mdi_get_next_client_path(dev_info_t *, mdi_pathinfo_t *);
/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_ibnex.c610 while (pip = mdi_get_next_client_path(hca_dip, NULL)) { in ibtl_ibnex_phci_unregister()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c1920 while ((pip = mdi_get_next_client_path(dip, NULL)) != in mptsas_do_detach()
14730 pip = mdi_get_next_client_path(pdip, NULL); in mptsas_offline_missed_luns()
14736 pip = mdi_get_next_client_path(pdip, pip); in mptsas_offline_missed_luns()
15073 pip = mdi_get_next_client_path(pdip, NULL); in mptsas_offline_target()
15077 pip = mdi_get_next_client_path(pdip, pip); in mptsas_offline_target()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c6303 pip = mdi_get_next_client_path(pdip, NULL); in vhci_get_phci_path_list()
6344 pip = mdi_get_next_client_path(pdip, pip); in vhci_get_phci_path_list()
/illumos-gate/usr/src/uts/common/os/
H A Dsunmdi.c2535 mdi_get_next_client_path(dev_info_t *ph_dip, mdi_pathinfo_t *pip) in mdi_get_next_client_path() function