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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c663 fc_find_node(dev_info_t *dip, struct fc_device_tree *hp) function
672 if ((p = fc_find_node(dip, hp->child)) != NULL)
692 p = fc_find_node(child, hp);
696 p = fc_find_node(parent, hp);
713 p = fc_find_node(parent, head);
719 c = fc_find_node(child, p);
753 p = fc_find_node(parent, hp);
768 p = fc_find_node(devi, hp);

Completed in 69 milliseconds