Searched refs:s1394_node_t (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 252 typedef struct s1394_node_s s1394_node_t; typedef 277 s1394_node_t *phy_port[IEEE1394_MAX_NUM_PORTS]; 278 s1394_node_t *old_node; 279 s1394_node_t *cur_node; 478 s1394_node_t *on_node; 642 s1394_node_t *topology_tree; 643 s1394_node_t *old_tree; 652 s1394_node_t current_tree[IEEE1394_MAX_NODES]; 653 s1394_node_t last_valid_tree[IEEE1394_MAX_NODES]; 1049 s1394_node_t *s1394_topology_tree_get_root_node(s1394_hal_t *hal); [all …]
|
/titanic_50/usr/src/uts/common/io/1394/ |
H A D | s1394_bus_reset.c | 373 s1394_node_t *node; in s1394_init_topology_tree() 419 tree_size = hal->number_of_nodes * sizeof (s1394_node_t); in s1394_init_topology_tree() 436 s1394_node_t *tmp; in s1394_topology_tree_build() 525 tmp = (s1394_node_t *)s1394_hal_stack_pop(hal); in s1394_topology_tree_build() 822 s1394_node_t *temp; in s1394_copy_old_tree() 860 s1394_node_t *tmp; in s1394_match_tree_nodes() 887 tmp = (s1394_node_t *)s1394_hal_queue_remove(hal); in s1394_match_tree_nodes() 955 s1394_node_t *current; in s1394_topology_tree_calculate_diameter() 1174 s1394_node_t *tmp; in s1394_speed_map_fill_speed_N() 1208 tmp = (s1394_node_t *)s1394_hal_queue_remove( in s1394_speed_map_fill_speed_N() [all …]
|
H A D | s1394_dev_disc.c | 112 static int s1394_alloc_cfgrom(s1394_hal_t *hal, s1394_node_t *node, 133 static int s1394_match_GUID(s1394_hal_t *hal, s1394_node_t *nnode); 158 static int s1394_calc_next_quad(s1394_hal_t *hal, s1394_node_t *node, 530 s1394_alloc_cfgrom(s1394_hal_t *hal, s1394_node_t *node, s1394_status_t *status) in s1394_alloc_cfgrom() 582 s1394_free_cfgrom(s1394_hal_t *hal, s1394_node_t *node, in s1394_free_cfgrom() 596 s1394_node_t *onode = node->old_node; in s1394_free_cfgrom() 656 s1394_copy_cfgrom(s1394_node_t *to, s1394_node_t *from) in s1394_copy_cfgrom() 671 offsetof(s1394_node_t, cfgrom_quad_to_read) - in s1394_copy_cfgrom() 672 offsetof(s1394_node_t, dir_stack)); in s1394_copy_cfgrom() 710 s1394_read_bus_info_blk(s1394_hal_t *hal, s1394_node_t *node, in s1394_read_bus_info_blk() [all …]
|
H A D | s1394_hotplug.c | 58 static dev_info_t *s1394_create_devinfo(s1394_hal_t *hal, s1394_node_t *node, 133 s1394_create_devinfo(s1394_hal_t *hal, s1394_node_t *node, uint32_t *unit_dir, in s1394_create_devinfo() 485 s1394_update_devinfo_tree(s1394_hal_t *hal, s1394_node_t *node) in s1394_update_devinfo_tree() 667 s1394_offline_node(s1394_hal_t *hal, s1394_node_t *node) in s1394_offline_node() 792 s1394_node_t *node, *onode; in s1394_process_topology_tree() 940 s1394_node_t *onode; in s1394_process_old_tree()
|
/titanic_50/usr/src/cmd/mdb/common/modules/s1394/ |
H A D | s1394.c | 138 s1394_node_t node[IEEE1394_MAX_NODES]; in print_node_info() 145 if (mdb_vread(node, (num_nodes * sizeof (s1394_node_t)), in print_node_info()
|