Searched refs:di_path_phci_next_path (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c211 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
212 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
224 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
225 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile90 di_path_phci_next_path.3devinfo \
175 di_path_phci_next_path.3devinfo := LINKSRC = di_path_client_next_path.3devinfo
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_subr.c503 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
774 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
908 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) {
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c334 while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) {
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1074 if ((path = di_path_phci_next_path(node, path)) ==
1098 path = di_path_phci_next_path(node, path);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1891 di_path_phci_next_path(di_node_t node, di_path_t path) function
1977 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.
2001 return (di_path_phci_next_path(node, path));
2019 return (di_path_phci_next_path(node, path));
3913 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL);
3915 path = di_path_phci_next_path(phci_node, path)) {
H A Dlibdevinfo.h193 extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
390 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.

Completed in 76 milliseconds