Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c268 MI_O mi_wd_miodata;
303 if (mdb_vread(miop, sizeof (MI_O), wsp->walk_addr) == -1) { in mi_walk_step()
313 status = wsp->walk_callback(wsp->walk_addr + sizeof (MI_O), in mi_walk_step()
506 MI_O mio; in mi()
546 mdb_printf("%p\n", addr + sizeof (MI_O)); in mi()
/illumos-gate/usr/src/uts/common/inet/
H A Dmi.h59 } MI_O, *MI_OP; typedef
H A Dmi.c777 if (size > (UINT_MAX - sizeof (MI_O))) in mi_open_alloc_sleep()
780 mi_o = (MI_OP)mi_zalloc_sleep(size + sizeof (MI_O)); in mi_open_alloc_sleep()
790 if (size > (UINT_MAX - sizeof (MI_O))) in mi_open_alloc()
793 if ((mi_o = (MI_OP)mi_zalloc(size + sizeof (MI_O))) == NULL) in mi_open_alloc()