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

/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c89 fc_phandle_t thisnode; local
96 for (thisnode = fc_nodeop(cdp, ppd->node, FC_CHILD_FCODE);
97 thisnode != NULL;
98 thisnode = fc_nodeop(cdp, thisnode, FC_PEER_FCODE)) {
103 status = os_get_prop_common(cdp, thisnode, "name",
106 " status: %d", thisnode, namebuf, status);
110 if (thisnode) {
113 pd->node = thisnode;
118 debug_msg(DEBUG_UPLOAD, "Found: %p\n", thisnode);
[all...]

Completed in 20 milliseconds