Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h200 int32_t ii_urefcnt; /* # shadows needing update */ member
225 #define ii_urefcnt ii_do.ii_urefcnt macro
H A Ddsw_dev.c2248 ASSERT(op->ii_urefcnt > 0); in _ii_perform_disable()
2249 op->ii_urefcnt--; in _ii_perform_disable()
2251 if (op->ii_urefcnt == 0) { in _ii_perform_disable()
4006 op->ii_urefcnt = 0; in _ii_ocreate()
4790 ASSERT(op->ii_urefcnt > 0); in _ii_do_copy()
4791 op->ii_urefcnt--; in _ii_do_copy()
4793 if (op->ii_urefcnt == 0) { in _ii_do_copy()
5970 op->ii_urefcnt++; in ii_overflow_attach()
6043 op->ii_urefcnt = 0; in ii_overflow_attach()
6053 op->ii_urefcnt++; in ii_overflow_attach()
/onnv-gate/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c169 mdb_printf("ii_urefcnt: %x\n", ii_overflow.ii_urefcnt); in ii_overflow()