Searched refs:old_node (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c877 hal->topology_tree[hal_node_num].old_node =
891 SET_NODE_VISITED(tmp->old_node);
892 tmp->old_node->cur_node = tmp;
896 SET_NODE_MATCHED(tmp->old_node);
897 s1394_copy_cfgrom(tmp, tmp->old_node);
907 t = tmp->target_list = tmp->old_node->target_list;
922 tmp->old_node->selfid_packet, i);
932 tmp->phy_port[i]->old_node =
933 tmp->old_node->phy_port[i];
H A Ds1394_dev_disc.c553 (node->cfgrom == NULL || LINK_ACTIVE(node->old_node) == B_FALSE) ||
596 s1394_node_t *onode = node->old_node;
962 onode = nnode->old_node;
1022 nnode->old_node = onode;
1121 * node->old_node can be NULL if this is a new node &
1124 onode = node->old_node;
1934 * the old_node field of the current node and cur_node field of the old
1942 int old_node; local
1959 for (old_node = 0; old_node < ha
[all...]
H A Ds1394_hotplug.c741 node->old_node = NULL;
838 onode = node->old_node;
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h278 s1394_node_t *old_node; member in struct:s1394_node_s

Completed in 57 milliseconds