Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c570 struct fc_device_tree **
579 struct fc_device_tree *
594 struct fc_device_tree *dp; in fc_create_device_tree()
605 struct fc_device_tree *np; in fc_remove_subtree()
644 struct fc_device_tree *dp; in fc_remove_device_tree()
662 struct fc_device_tree *
665 struct fc_device_tree *p; in fc_find_node()
683 struct fc_device_tree *p, *q; in fc_add_child()
708 struct fc_device_tree *p, *c, *n; in fc_remove_child()
749 struct fc_device_tree *p; in fc_child_node()
[all …]
H A Dfc_ops.c778 remove_subtree(dev_info_t *root, struct fc_device_tree *subtree) in remove_subtree()
802 struct fc_device_tree *subtree = fc_handle_to_dtree(rp); in fco_invalidate()
/illumos-gate/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);
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 *);
437 void fc_remove_device_tree(struct fc_device_tree **head);
461 struct fc_device_tree *dtree; /* Our subtree (leaf cookie only) */
512 struct fc_device_tree **fc_handle_to_dtree_head(fco_handle_t);
[all …]