Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdevinfo/
H A Dmapfile-vers226 di_path_next_phci;
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) in di_path_next_phci() 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); in is_xport_phys_in_pathlist()
582 path = di_path_next_phci(node, path)) { in is_xport_phys_in_pathlist()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1118 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in get_path_state_name()
1219 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in construct_mpath_node()