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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io_impl.h105 mdb_iob_t *iob_next; /* Stack next pointer */ member in struct:mdb_iob
H A Dmdb_io.c391 iob->iob_next = NULL;
1675 iob->iob_next = NULL;
2126 ntop = top->iob_next;
2135 iob->iob_next = stk->stk_top;
2148 stk->stk_top = top->iob_next;
2149 top->iob_next = NULL;
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c438 wsp->walk_addr = (uintptr_t)iob.iob_next;

Completed in 550 milliseconds