Lines Matching refs:fc_device_tree
421 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);
461 struct fc_device_tree *dtree; /* Our subtree (leaf cookie only) */
512 struct fc_device_tree **fc_handle_to_dtree_head(fco_handle_t);
513 struct fc_device_tree *fc_handle_to_dtree(fco_handle_t);