Searched refs:di_path_next_phci (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Dlibdevinfo.h394 extern di_path_t di_path_next_phci(di_node_t node, di_path_t path);
H A Ddevinfo.c2012 di_path_next_phci(di_node_t node, di_path_t path) function
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c580 for (path = di_path_next_phci(node, DI_PATH_NIL);
582 path = di_path_next_phci(node, path)) {
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1100 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) {
1201 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) {

Completed in 61 milliseconds