MI_O
MI_O mi_wd_miodata;
if (mdb_vread(miop, sizeof (MI_O), wsp->walk_addr) == -1) {
status = wsp->walk_callback(wsp->walk_addr + sizeof (MI_O),
MI_O mio;
mdb_printf("%p\n", addr + sizeof (MI_O));
if (size > (UINT_MAX - sizeof (MI_O)))
mi_o = (MI_OP)mi_zalloc_sleep(size + sizeof (MI_O));
if (size > (UINT_MAX - sizeof (MI_O)))
if ((mi_o = (MI_OP)mi_zalloc(size + sizeof (MI_O))) == NULL)