Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/wscons/
Dwsdisplay.c228 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen)) macro
483 mn = WSDISPLAYMINOR(sc->sc_dv.dv_unit, idx); in wsdisplay_closescreen()
584 cn_tab->cn_dev = makedev(maj, WSDISPLAYMINOR(self->dv_unit, 0)); in wsdisplay_emul_attach()