Searched defs:path_node (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_util.c211 di_path_t path_node = DI_PATH_NIL; local
249 while ((path_node = di_path_phci_next_path(dnode, path_node)) !=
251 while ((di_path_prop = di_path_prop_next(path_node,
338 di_path_t path_node = DI_PATH_NIL; local
374 while ((path_node = di_path_phci_next_path(dnode, path_node)) !=
376 while ((di_path_prop = di_path_prop_next(path_node,
/osnet-11/usr/src/lib/libproc/common/
H A DPzone.c42 struct path_node { struct
43 struct path_node *pn_next;
46 typedef struct path_node path_node_t;
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c1426 di_path_t path_node = DI_PATH_NIL; local
1486 path_node = di_path_next_client(fp_node, path_node);
1488 if ((direct_node == DI_NODE_NIL) && (path_node == DI_PATH_NIL)) {
1503 unconf_vhci_nodes(path_node, fp_node, apidt->xport_phys, apidt->dyncomp,
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_mod.c791 di_path_t path_node = DI_PATH_NIL; local
814 for (path_node = di_path_next_client(iport, DI_PATH_NIL); path_node;
815 path_node = di_path_next_client(iport, path_node)) {
817 client = di_path_client_node(path_node);
833 (void) di_path_addr(path_node, path_addr);

Completed in 33 milliseconds