Searched refs:mdi_get_next_client_path (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ |
H A D | tphci.c | 586 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 D | devinfo.c | 2901 next_pip = &mdi_get_next_client_path; in di_getpath_data()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sunmdi.h | 238 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 D | ibtl_ibnex.c | 610 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 D | mptsas.c | 1921 while ((pip = mdi_get_next_client_path(dip, NULL)) != in mptsas_do_detach() 14787 pip = mdi_get_next_client_path(pdip, NULL); in mptsas_offline_missed_luns() 14793 pip = mdi_get_next_client_path(pdip, pip); in mptsas_offline_missed_luns() 15130 pip = mdi_get_next_client_path(pdip, NULL); in mptsas_offline_target() 15134 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 D | scsi_vhci.c | 6303 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 D | sunmdi.c | 2535 mdi_get_next_client_path(dev_info_t *ph_dip, mdi_pathinfo_t *pip) in mdi_get_next_client_path() function
|