Home
last modified time | relevance | path

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.h103 mdb_iob_t *iob_next; /* Stack next pointer */ member
H A Dmdb_io.c399 iob->iob_next = NULL; in mdb_iob_create()
1711 iob->iob_next = NULL; in iob_spb_create()
2169 ntop = top->iob_next; in mdb_iob_stack_destroy()
2178 iob->iob_next = stk->stk_top; in mdb_iob_stack_push()
2191 stk->stk_top = top->iob_next; in mdb_iob_stack_pop()
2192 top->iob_next = NULL; in mdb_iob_stack_pop()
/illumos-gate/usr/src/cmd/mdb/common/modules/mdb_ds/
H A Dmdb_ds.c438 wsp->walk_addr = (uintptr_t)iob.iob_next; in iob_stack_walk_step()