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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo.c2075 di_path_phci_next_path(di_node_t node, di_path_t path) function
2161 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.
2185 return (di_path_phci_next_path(node, path));
2203 return (di_path_phci_next_path(node, path));
4148 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL);
4150 path = di_path_phci_next_path(phci_node, path)) {

Completed in 59 milliseconds