Searched refs:di_path_phci_next_path (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus_hba.c | 211 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate() 212 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate() 224 for (pi = di_path_phci_next_path(cn, DI_PATH_NIL); in pci_iports_instantiate() 225 pi != DI_PATH_NIL; pi = di_path_phci_next_path(cn, pi)) in pci_iports_instantiate()
|
/titanic_44/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
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | mapfile-vers | 51 di_path_phci_next_path;
|
H A D | devinfo.c | 1891 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 D | libdevinfo.h | 193 extern di_path_t di_path_phci_next_path(di_node_t node, di_path_t);
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/ |
H A D | pi_subr.c | 503 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) { in pi_get_lun() 774 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) { in pi_get_phynum() 908 while ((dpath = di_path_phci_next_path(node, dpath)) != DI_PATH_NIL) { in pi_get_target_port()
|
/titanic_44/usr/src/lib/sun_sas/common/ |
H A D | devtree_device_disco.c | 1074 if ((path = di_path_phci_next_path(node, path)) == in devtree_attached_devices() 1098 path = di_path_phci_next_path(node, path); in devtree_attached_devices()
|
/titanic_44/usr/src/cmd/biosdev/ |
H A D | biosdev.c | 334 while ((pi = di_path_phci_next_path(node, pi)) != DI_PATH_NIL) { in search_children_match_busaddr()
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3devinfo.inc | 122 link path=usr/share/man/man3devinfo/di_path_phci_next_path.3devinfo \
|
/titanic_44/ |
H A D | .gitignore | 6056 usr/src/man/man3devinfo/di_path_phci_next_path.3devinfo
|