Searched refs:di_path_next_phci (Results 1 – 5 of 5) sorted by relevance
226 di_path_next_phci;
394 extern di_path_t di_path_next_phci(di_node_t node, di_path_t path);
2012 di_path_next_phci(di_node_t node, di_path_t path) in di_path_next_phci() function
580 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()
1100 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in get_path_state_name()1201 while ((pi = di_path_next_phci(di_node, pi)) != DI_PATH_NIL) { in construct_mpath_node()