Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dmi.h58 dev_t mi_o_dev; member
H A Dmi.c151 dev = mi_o->mi_o_dev; in mi_close_unlink()
165 mi_o->mi_o_dev = (dev_t)OPENFAIL; in mi_close_unlink()
832 mi_head->mh_o.mi_o_dev = 0; /* For asserts only */ in mi_open_link()
858 mi_o->mi_o_dev = dev; in mi_open_link()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dnet.c559 mdb_printf(" %0?p\n", mio.mi_o_dev); in mi()