Home
last modified time | relevance | path

Searched refs:target_sibling (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c496 target->target_sibling = NULL; in s1394_update_devinfo_tree()
504 t = t->target_sibling; in s1394_update_devinfo_tree()
507 t->target_sibling = target; in s1394_update_devinfo_tree()
598 t = t->target_sibling; in s1394_offline_node()
912 t = t->target_sibling; in s1394_add_target_to_node()
915 t->target_sibling = target; in s1394_add_target_to_node()
929 t = t->target_sibling; in s1394_add_target_to_node()
963 t1->target_sibling = t->target_sibling; in s1394_remove_target_from_node()
968 t = t->target_sibling; in s1394_remove_target_from_node()
977 t = t->target_sibling; in s1394_remove_target_from_node()
[all …]
H A Ds1394_bus_reset.c735 t = t->target_sibling; in s1394_match_tree_nodes()
H A Ds1394_dev_disc.c927 t = t->target_sibling; in s1394_br_thread_handle_cmd_phase1()
1652 t = t->target_sibling; in s1394_match_GUID()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h450 s1394_target_t *target_sibling; member