di_path_phci_next_path
while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) {
for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
for (pi = di_path_phci_next_path(cn, DI_PATH_NIL);
pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi))
return (di_path_phci_next_path(node, path));
return (di_path_phci_next_path(node, path));
for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL);
path = di_path_phci_next_path(phci_node, path)) {
extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
if ((path = di_path_phci_next_path(node, path)) ==
path = di_path_phci_next_path(node, path);