Home
last modified time | relevance | path

Searched refs:hal_stack_depth (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_bus_reset.c458 hal->hal_stack_depth = -1; in s1394_topology_tree_build()
571 if (hal->hal_stack_depth != -1) { in s1394_topology_tree_build()
604 if (hal->hal_stack_depth < IEEE1394_MAX_NODES - 1) { in s1394_hal_stack_push()
605 hal->hal_stack_depth++; in s1394_hal_stack_push()
606 hal->hal_stack[hal->hal_stack_depth] = obj; in s1394_hal_stack_push()
632 if (hal->hal_stack_depth > -1) { in s1394_hal_stack_pop()
633 hal->hal_stack_depth--; in s1394_hal_stack_pop()
636 return (hal->hal_stack[hal->hal_stack_depth + 1]); in s1394_hal_stack_pop()
984 hal->hal_stack_depth = -1; in s1394_topology_tree_calculate_diameter()
1006 if (hal->hal_stack_depth == -1) { in s1394_topology_tree_calculate_diameter()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h664 int hal_stack_depth; member