Searched defs:fc_device_tree (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h421 struct fc_device_tree { struct
423 struct fc_device_tree *child;
424 struct fc_device_tree *peer;
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 **hea
[all...]

Completed in 59 milliseconds