Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsdisplay.c228 #define WSDISPLAYSCREEN(dev) (minor(dev) & 0xff) macro
229 #define ISWSDISPLAYCTL(dev) (WSDISPLAYSCREEN(dev) == 255)
860 if (WSDISPLAYSCREEN(dev) >= WSDISPLAY_MAXSCREEN) in wsdisplayopen()
862 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayopen()
915 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayclose()
978 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayread()
1002 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaywrite()
1025 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplaytty()
1060 if (WSDISPLAYSCREEN(dev) >= WSDISPLAY_MAXSCREEN) in wsdisplayioctl()
1063 if ((scr = sc->sc_scr[WSDISPLAYSCREEN(dev)]) == NULL) in wsdisplayioctl()
[all …]