Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c3235 node->dir_stack_top = -1; in s1394_calc_next_quad()
3340 top = ++node->dir_stack_top; in s1394_calc_next_quad()
3384 if (node->dir_stack_top >= 0) { in s1394_calc_next_quad()
3390 tnf_int, top, node->dir_stack_top); in s1394_calc_next_quad()
3391 top = node->dir_stack_top--; in s1394_calc_next_quad()
/titanic_41/usr/src/uts/common/sys/1394/
H A Ds1394.h302 char dir_stack_top; member