Searched refs:ii_next (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c176 mdb_printf("ii_next: %x\n", ii_overflow.ii_next);
185 nextaddr = (uintptr_t)ii_overflow.ii_next;
/illumos-gate/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.h210 struct _ii_overflow_s *ii_next; /* chain of incore structs */ member in struct:_ii_overflow_s
H A Ddsw_dev.c733 for (op = _ii_overflow_top; op; op = op->ii_next) {
2625 for (op = _ii_overflow_top; op; op = op->ii_next)
4361 op = op->ii_next;
5555 for (xop = &_ii_overflow_top; *xop; xop = &(*xop)->ii_next) {
5959 for (op = _ii_overflow_top; op; op = op->ii_next) {
6075 op->ii_next = _ii_overflow_top;
6169 xp = &((*xp)->ii_next))
6171 *xp = op->ii_next;
9578 for (op = _ii_overflow_top; op; op = op->ii_next) {

Completed in 67 milliseconds