Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c734 t->on_node = tmp; in s1394_match_tree_nodes()
1192 if ((curr_target->on_node != NULL) && in s1394_physical_arreq_setup_all()
1194 node_num = curr_target->on_node->node_num; in s1394_physical_arreq_setup_all()
1234 if ((target->on_node != NULL) && in s1394_physical_arreq_set_one()
1236 node_num = target->on_node->node_num; in s1394_physical_arreq_set_one()
1280 if ((target->on_node != NULL) && in s1394_physical_arreq_clear_one()
1282 node_num = target->on_node->node_num; in s1394_physical_arreq_clear_one()
H A Ds1394_hotplug.c497 target->on_node = node; in s1394_update_devinfo_tree()
597 t->on_node = NULL; in s1394_offline_node()
907 target->on_node = &hal->topology_tree[i]; in s1394_add_target_to_node()
971 if (target->on_node != NULL) in s1394_remove_target_from_node()
972 target->on_node->target_list = target->target_list; in s1394_remove_target_from_node()
980 target->on_node = NULL; in s1394_remove_target_from_node()
H A Dt1394.c111 target->on_node = NULL; in t1394_attach()
120 if (target->on_node == NULL) { in t1394_attach()
129 if (S1394_NODE_BUS_PWR_CONSUMER(target->on_node) == B_TRUE) in t1394_attach()
3160 (target->on_node == NULL)) { in t1394_get_targetinfo()
3165 target->on_node->node_num; in t1394_get_targetinfo()
3168 to_node = target->on_node->node_num; in t1394_get_targetinfo()
H A Ds1394_dev_disc.c926 t->on_node = node; in s1394_br_thread_handle_cmd_phase1()
1651 t->on_node = nnode; in s1394_match_GUID()
2272 (target->on_node != NULL)) { in s1394_get_maxpayload()
2273 ASSERT(target->on_node->cfgrom != NULL); in s1394_get_maxpayload()
2276 target->on_node->cfgrom[IEEE1212_NODE_CAP_QUAD]; in s1394_get_maxpayload()
2289 to_node = (target->on_node->node_num); in s1394_get_maxpayload()
H A Ds1394_asynch.c372 target->on_node == NULL) { in s1394_setup_asynch_command()
379 node = target->on_node->node_num; in s1394_setup_asynch_command()
1566 (target->on_node != NULL)) { in s1394_process_pending_q()
1567 node = target->on_node->node_num; in s1394_process_pending_q()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h442 s1394_node_t *on_node; member