Home
last modified time | relevance | path

Searched refs:di_path_phci_next_path (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus_hba.c220 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate()
221 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate()
233 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate()
234 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate()
/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 Dmapfile-vers51 di_path_phci_next_path;
H A Ddevinfo.c1891 di_path_phci_next_path(di_node_t node, di_path_t path) in di_path_phci_next_path() function
2001 return (di_path_phci_next_path(node, path)); in di_path_next()
2019 return (di_path_phci_next_path(node, path)); in di_path_next_client()
3913 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL); in di_lookup_path()
3915 path = di_path_phci_next_path(phci_node, path)) { in di_lookup_path()
H A Dlibdevinfo.h193 extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
/illumos-gate/usr/src/lib/sun_sas/common/
H A Ddevtree_device_disco.c1077 if ((path = di_path_phci_next_path(node, path)) == in devtree_attached_devices()
1101 path = di_path_phci_next_path(node, path); in devtree_attached_devices()
/illumos-gate/usr/src/cmd/biosdev/
H A Dbiosdev.c332 while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) { in search_children_match_busaddr()
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3devinfo.inc109 link path=usr/share/man/man3devinfo/di_path_phci_next_path.3devinfo \