Symbol: fc_device_tree
usr/src/uts/sun4/io/efcode/fc_ops.c
778
remove_subtree(dev_info_t *root, struct fc_device_tree *subtree)
usr/src/uts/sun4/io/efcode/fc_ops.c
802
struct fc_device_tree *subtree = fc_handle_to_dtree(rp);
usr/src/uts/sun4/io/efcode/fc_subr.c
570
struct fc_device_tree **
usr/src/uts/sun4/io/efcode/fc_subr.c
579
struct fc_device_tree *
usr/src/uts/sun4/io/efcode/fc_subr.c
582
struct fc_device_tree **head = fc_handle_to_dtree_head(rp);
usr/src/uts/sun4/io/efcode/fc_subr.c
592
fc_create_device_tree(dev_info_t *ap, struct fc_device_tree **head)
usr/src/uts/sun4/io/efcode/fc_subr.c
594
struct fc_device_tree *dp;
usr/src/uts/sun4/io/efcode/fc_subr.c
596
dp = kmem_zalloc(sizeof (struct fc_device_tree), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
603
fc_remove_subtree(struct fc_device_tree *dp)
usr/src/uts/sun4/io/efcode/fc_subr.c
605
struct fc_device_tree *np;
usr/src/uts/sun4/io/efcode/fc_subr.c
628
kmem_free(dp, sizeof (struct fc_device_tree));
usr/src/uts/sun4/io/efcode/fc_subr.c
632
fc_remove_device_tree(struct fc_device_tree **head)
usr/src/uts/sun4/io/efcode/fc_subr.c
642
fc_remove_device_tree(struct fc_device_tree **head)
usr/src/uts/sun4/io/efcode/fc_subr.c
644
struct fc_device_tree *dp;
usr/src/uts/sun4/io/efcode/fc_subr.c
658
kmem_free(dp, sizeof (struct fc_device_tree));
usr/src/uts/sun4/io/efcode/fc_subr.c
662
struct fc_device_tree *
usr/src/uts/sun4/io/efcode/fc_subr.c
663
fc_find_node(dev_info_t *dip, struct fc_device_tree *hp)
usr/src/uts/sun4/io/efcode/fc_subr.c
665
struct fc_device_tree *p;
usr/src/uts/sun4/io/efcode/fc_subr.c
681
fc_add_child(dev_info_t *child, dev_info_t *parent, struct fc_device_tree *hp)
usr/src/uts/sun4/io/efcode/fc_subr.c
683
struct fc_device_tree *p, *q;
usr/src/uts/sun4/io/efcode/fc_subr.c
685
q = kmem_zalloc(sizeof (struct fc_device_tree), KM_SLEEP);
usr/src/uts/sun4/io/efcode/fc_subr.c
706
fc_remove_child(dev_info_t *child, struct fc_device_tree *head)
usr/src/uts/sun4/io/efcode/fc_subr.c
708
struct fc_device_tree *p, *c, *n;
usr/src/uts/sun4/io/efcode/fc_subr.c
743
kmem_free(c, sizeof (struct fc_device_tree));
usr/src/uts/sun4/io/efcode/fc_subr.c
747
fc_child_node(dev_info_t *parent, struct fc_device_tree *hp)
usr/src/uts/sun4/io/efcode/fc_subr.c
749
struct fc_device_tree *p;
usr/src/uts/sun4/io/efcode/fc_subr.c
762
fc_peer_node(dev_info_t *devi, struct fc_device_tree *hp)
usr/src/uts/sun4/io/efcode/fc_subr.c
764
struct fc_device_tree *p;
usr/src/uts/sun4/sys/fcode.h
423
struct fc_device_tree *child;
usr/src/uts/sun4/sys/fcode.h
424
struct fc_device_tree *peer;
usr/src/uts/sun4/sys/fcode.h
428
struct fc_device_tree *head);
usr/src/uts/sun4/sys/fcode.h
430
void fc_remove_child(dev_info_t *child, struct fc_device_tree *head);
usr/src/uts/sun4/sys/fcode.h
432
dev_info_t *fc_child_node(dev_info_t *parent, struct fc_device_tree *head);
usr/src/uts/sun4/sys/fcode.h
433
dev_info_t *fc_peer_node(dev_info_t *devi, struct fc_device_tree *head);
usr/src/uts/sun4/sys/fcode.h
434
struct fc_device_tree *fc_find_node(dev_info_t *, struct fc_device_tree *);
usr/src/uts/sun4/sys/fcode.h
436
void fc_create_device_tree(dev_info_t *ap, struct fc_device_tree **head);
usr/src/uts/sun4/sys/fcode.h
437
void fc_remove_device_tree(struct fc_device_tree **head);
usr/src/uts/sun4/sys/fcode.h
461
struct fc_device_tree *dtree; /* Our subtree (leaf cookie only) */
usr/src/uts/sun4/sys/fcode.h
512
struct fc_device_tree **fc_handle_to_dtree_head(fco_handle_t);
usr/src/uts/sun4/sys/fcode.h
513
struct fc_device_tree *fc_handle_to_dtree(fco_handle_t);