Searched refs:WSDISPLAYSCREEN (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c224 #define WSDISPLAYSCREEN(dev) (minor(dev) & 0xff) macro
225 #define ISWSDISPLAYSTAT(dev) (WSDISPLAYSCREEN(dev) == 254)
226 #define ISWSDISPLAYCTL(dev) (WSDISPLAYSCREEN(dev) == 255)
1025 if (WSDISPLAYSCREEN(dev) >= WSDISPLAY_MAXSCREEN)
1027 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL)
1090 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL)
1151 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL)
1177 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL)
1202 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL)
1223 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(de
[all...]

Completed in 195 milliseconds