Home
last modified time | relevance | path

Searched refs:fc_find_node (Results 1 – 3 of 3) 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) in fc_find_node() function
672 if ((p = fc_find_node(dip, hp->child)) != NULL) in fc_find_node()
692 p = fc_find_node(child, hp); in fc_add_child()
696 p = fc_find_node(parent, hp); in fc_add_child()
713 p = fc_find_node(parent, head); in fc_remove_child()
719 c = fc_find_node(child, p); in fc_remove_child()
753 p = fc_find_node(parent, hp); in fc_child_node()
768 p = fc_find_node(devi, hp); in fc_peer_node()
H A Dfc_ops.c531 if (fc_find_node(pdev, fc_handle_to_dtree(rp)) == NULL) in fco_new_device()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h434 struct fc_device_tree *fc_find_node(dev_info_t *, struct fc_device_tree *);