HomeSort by: relevance | last modified time | path
    Searched defs:WSDISPLAYMINOR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
ssdfb.c 1137 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen))
1139 WSDISPLAYMINOR(device_unit(sc->sc_wsdisplay), 0));
  /src/sys/dev/wscons/
wsdisplay.c 227 #define WSDISPLAYMINOR(unit, screen) (((unit) << 8) | (screen))
520 mn = WSDISPLAYMINOR(device_unit(sc->sc_dev), idx);
655 cn_tab->cn_dev = makedev(maj, WSDISPLAYMINOR(device_unit(self),

Completed in 16 milliseconds