Home
last modified time | relevance | path

Searched refs:fc_device_tree (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c570 struct fc_device_tree **
579 struct fc_device_tree *
582 struct fc_device_tree **head = fc_handle_to_dtree_head(rp); in fc_handle_to_dtree()
592 fc_create_device_tree(dev_info_t *ap, struct fc_device_tree **head) in fc_create_device_tree()
594 struct fc_device_tree *dp; in fc_create_device_tree()
596 dp = kmem_zalloc(sizeof (struct fc_device_tree), KM_SLEEP); in fc_create_device_tree()
603 fc_remove_subtree(struct fc_device_tree *dp) in fc_remove_subtree()
605 struct fc_device_tree *np; in fc_remove_subtree()
628 kmem_free(dp, sizeof (struct fc_device_tree)); in fc_remove_subtree()
632 fc_remove_device_tree(struct fc_device_tree **head) in fc_remove_device_tree()
[all …]
H A Dfc_ops.c777 remove_subtree(dev_info_t *root, struct fc_device_tree *subtree) in remove_subtree()
801 struct fc_device_tree *subtree = fc_handle_to_dtree(rp); in fco_invalidate()
/titanic_44/usr/src/uts/sun4/sys/
H A Dfcode.h421 struct fc_device_tree { struct
423 struct fc_device_tree *child; argument
424 struct fc_device_tree *peer; argument
428 struct fc_device_tree *head);
430 void fc_remove_child(dev_info_t *child, struct fc_device_tree *head);
432 dev_info_t *fc_child_node(dev_info_t *parent, struct fc_device_tree *head);
433 dev_info_t *fc_peer_node(dev_info_t *devi, struct fc_device_tree *head);
434 struct fc_device_tree *fc_find_node(dev_info_t *, struct fc_device_tree *);
436 void fc_create_device_tree(dev_info_t *ap, struct fc_device_tree **head);
437 void fc_remove_device_tree(struct fc_device_tree **head);
[all …]