Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c87 _ii_overflow_t *_ii_overflow_top; variable
733 for (op = _ii_overflow_top; op; op = op->ii_next) { in ii_volume()
2625 for (op = _ii_overflow_top; op; op = op->ii_next) in _ii_listlen()
4353 for (op = _ii_overflow_top; i < ulist.count && op; in _ii_olist()
5555 for (xop = &_ii_overflow_top; *xop; xop = &(*xop)->ii_next) { in _ii_find_overflow()
5959 for (op = _ii_overflow_top; op; op = op->ii_next) { in ii_overflow_attach()
6075 op->ii_next = _ii_overflow_top; in ii_overflow_attach()
6076 _ii_overflow_top = op; in ii_overflow_attach()
6168 for (xp = &_ii_overflow_top; *xp && *xp != op; in ii_overflow_free()
9578 for (op = _ii_overflow_top; op; op = op->ii_next) { in _ii_open()