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

/illumos-gate/usr/src/man/man3devinfo/
H A DMakefile90 di_path_phci_next_path.3devinfo \
175 di_path_phci_next_path.3devinfo := LINKSRC = di_path_client_next_path.3devinfo
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1891 di_path_phci_next_path(di_node_t node, di_path_t path) function
1977 * di_path_phci_next_path, and di_path_client_next_path per CR6638521.
2001 return (di_path_phci_next_path(node, path));
2019 return (di_path_phci_next_path(node, path));
3913 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL);
3915 path = di_path_phci_next_path(phci_node, path)) {

Completed in 68 milliseconds