Searched refs:phci_node (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1044 di_node_t phci_node; local
1055 phci_node = di_path_phci_node(pi);
1056 if (phci_node == DI_NODE_NIL)
1072 phci_path = di_devfs_path(phci_node);
1087 (void) printf("%s#%d (%s)\n", di_driver_name(phci_node),
1088 di_instance(phci_node), path_state_name(di_path_state(pi)));
/illumos-gate/usr/src/cmd/stmsboot/
H A Dstmsboot_util.c1293 di_node_t phci_node = DI_NODE_NIL; local
1296 phci_node = di_init(phci_path, DINFOCPYONE);
1297 if (phci_node == DI_NODE_NIL) {
1303 tmp = di_driver_name(phci_node);
1307 di_fini(phci_node);
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo.c1169 di_node_t phci_node; local
1186 phci_node = di_path_phci_node(path);
1187 if (phci_node == NULL)
1189 phci_path = di_devfs_path(phci_node);
3880 di_node_t phci_node; local
3898 phci_node = di_lookup_node(root, copy);
3899 if (phci_node == NULL) {
3913 for (path = di_path_phci_next_path(phci_node, DI_PATH_NIL);
3915 path = di_path_phci_next_path(phci_node, path)) {
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.c1102 di_node_t phci_node = di_path_phci_node(pi); local
1104 if (phci_node == DI_PATH_NIL)
1107 di_path = di_devfs_path(phci_node);
1202 di_node_t phci_node = di_path_phci_node(pi); local
1210 if (phci_node == DI_PATH_NIL)
1218 instance = di_instance(phci_node);
1225 di_val = di_devfs_path(phci_node);
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c715 di_node_t phci_node = di_path_phci_node(pi); local
737 if (new_path(cp, diskp, phci_node,

Completed in 83 milliseconds