Searched refs:ph_node (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetInitiatorPortOidListPlugin.c43 di_node_t ph_node = DI_NODE_NIL; local
57 ph_node = di_phci_first_node(vh_node);
58 while (DI_NODE_NIL != ph_node) {
61 instNum = di_instance(ph_node);
62 majorNum = di_driver_major(ph_node);
99 ph_node = di_phci_next_node(ph_node);
H A DMP_GetAssociatedPathOidList.c45 di_node_t ph_node = DI_NODE_NIL; local
91 ph_node = di_phci_first_node(vh_node);
92 while (DI_NODE_NIL != ph_node) {
94 instNum = di_instance(ph_node);
95 majorNum = di_driver_major(ph_node);
109 ph_node = di_phci_next_node(ph_node);
134 path = di_path_next(ph_node, DI_PATH_NIL);
185 path = di_path_next(ph_node, path);

Completed in 273 milliseconds