Home
last modified time | relevance | path

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

/netbsd/sys/dev/wscons/
H A Dwsdisplay.c224 #define WSDISPLAYSCREEN(dev) (minor(dev) & 0xff) macro
226 #define ISWSDISPLAYCTL(dev) (WSDISPLAYSCREEN(dev) == 255)
1025 if (WSDISPLAYSCREEN(dev) >= WSDISPLAY_MAXSCREEN) in wsdisplayopen()
1027 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayopen()
1090 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayclose()
1151 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayread()
1177 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaywrite()
1202 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaypoll()
1223 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaykqfilter()
1247 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaytty()
[all …]