Searched refs:WSDISPLAYMINOR (Results 1 – 1 of 1) sorted by relevance
230 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen)) macro470 mn = WSDISPLAYMINOR(sc->sc_dv.dv_unit, idx); in wsdisplay_closescreen()796 cn_tab->cn_dev = makedev(maj, WSDISPLAYMINOR(self->dv_unit, 0)); in wsdisplay_attach()1053 dev = makedev(major(dev), WSDISPLAYMINOR(unit, 0)); in wsdisplayioctl()