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 D | pcibus_hba.c | 220 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 D | Makefile | 90 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 D | mapfile-vers | 51 di_path_phci_next_path;
|
H A D | devinfo.c | 1893 di_path_phci_next_path(di_node_t node, di_path_t path) in di_path_phci_next_path() function 2003 return (di_path_phci_next_path(node, path)); in di_path_next() 2021 return (di_path_phci_next_path(node, path)); in di_path_next_client() 3915 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL); in di_lookup_path() 3917 path = di_path_phci_next_path(phci_node, path)) { in di_lookup_path()
|
H A D | libdevinfo.h | 193 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 D | devtree_device_disco.c | 1077 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 D | biosdev.c | 332 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 D | system-library.man3devinfo.inc | 109 link path=usr/share/man/man3devinfo/di_path_phci_next_path.3devinfo \
|