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

/opensolaris-onvv-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);
H A Dfc_ops.c530 if (fc_find_node(pdev, fc_handle_to_dtree(rp)) == NULL)
/opensolaris-onvv-gate/usr/src/uts/sun4/sys/
H A Dfcode.h436 struct fc_device_tree *fc_find_node(dev_info_t *, struct fc_device_tree *);

Completed in 98 milliseconds