Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Ddevinfo.c2887 mdi_pathinfo_t *(*next_pip)(dev_info_t *, mdi_pathinfo_t *); in di_getpath_data() local
2899 next_pip = &mdi_get_next_phci_path; in di_getpath_data()
2901 next_pip = &mdi_get_next_client_path; in di_getpath_data()
2906 while (pip = (*next_pip)(dip, pip)) { in di_getpath_data()