Home
last modified time | relevance | path

Searched refs:on_node (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c575 target->on_node = node; in s1394_update_devinfo_tree()
695 t->on_node = NULL; in s1394_offline_node()
1114 target->on_node = &hal->topology_tree[i]; in s1394_add_target_to_node()
1169 if (target->on_node == NULL) { in s1394_remove_target_from_node()
1190 if (target->on_node != NULL) in s1394_remove_target_from_node()
1191 target->on_node->target_list = target->target_list; in s1394_remove_target_from_node()
1199 target->on_node = NULL; in s1394_remove_target_from_node()
H A Ds1394_bus_reset.c909 t->on_node = tmp; in s1394_match_tree_nodes()
1421 if ((curr_target->on_node != NULL) && in s1394_physical_arreq_setup_all()
1423 node_num = curr_target->on_node->node_num; in s1394_physical_arreq_setup_all()
1469 if ((target->on_node != NULL) && in s1394_physical_arreq_set_one()
1471 node_num = target->on_node->node_num; in s1394_physical_arreq_set_one()
1521 if ((target->on_node != NULL) && in s1394_physical_arreq_clear_one()
1523 node_num = target->on_node->node_num; in s1394_physical_arreq_clear_one()
H A Dt1394.c123 target->on_node = NULL; in t1394_attach()
132 if (target->on_node == NULL) { in t1394_attach()
146 if (S1394_NODE_BUS_PWR_CONSUMER(target->on_node) == B_TRUE) in t1394_attach()
3748 (target->on_node == NULL)) { in t1394_get_targetinfo()
3755 target->on_node->node_num; in t1394_get_targetinfo()
3758 to_node = target->on_node->node_num; in t1394_get_targetinfo()
H A Ds1394_asynch.c431 target->on_node == NULL) { in s1394_setup_asynch_command()
440 node = target->on_node->node_num; in s1394_setup_asynch_command()
1812 (target->on_node != NULL)) { in s1394_process_pending_q()
1813 node = target->on_node->node_num; in s1394_process_pending_q()
H A Ds1394_dev_disc.c1135 t->on_node = node; in s1394_br_thread_handle_cmd_phase1()
2078 t->on_node = nnode; in s1394_match_GUID()
2840 (target->on_node != NULL)) { in s1394_get_maxpayload()
2841 ASSERT(target->on_node->cfgrom != NULL); in s1394_get_maxpayload()
2844 target->on_node->cfgrom[IEEE1212_NODE_CAP_QUAD]; in s1394_get_maxpayload()
2857 to_node = (target->on_node->node_num); in s1394_get_maxpayload()
/titanic_50/usr/src/uts/common/sys/1394/
H A Ds1394.h478 s1394_node_t *on_node; member