Symbol: WSDISPLAYIO_VIDEO_ON
sys/arch/amiga/dev/amidisplaycc.c
1066
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/amiga/dev/grf_cl.c
2103
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/amiga/dev/grf_cl.c
2107
return cl_blank(gp, *(u_int *)data == WSDISPLAYIO_VIDEO_ON);
sys/arch/amiga/dev/grf_cv.c
2488
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/amiga/dev/grf_cv.c
2492
return cv_blank(gp, *(u_int *)data == WSDISPLAYIO_VIDEO_ON);
sys/arch/amiga/dev/grf_cv3d.c
2342
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/amiga/dev/grf_cv3d.c
2346
return cv3d_blank(gp, *(u_int *)data == WSDISPLAYIO_VIDEO_ON);
sys/arch/amiga/dev/grf_et.c
1930
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/amiga/dev/grf_et.c
1934
return et_blank(gp, *(u_int *)data == WSDISPLAYIO_VIDEO_ON);
sys/arch/amiga/dev/zz9k_fb.c
679
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/amiga/dev/zz9k_fb.c
682
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/arm/broadcom/bcm283x_platform.c
599
static int rpi_video_on = WSDISPLAYIO_VIDEO_ON;
sys/arch/arm/clps711x/clpslcd.c
227
*(int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/arm/clps711x/clpslcd.c
233
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/arm/iomd/vidcvideo.c
401
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/arch/arm/s3c2xx0/s3c24x0_lcd.c
646
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/arm/xscale/pxa2x0_lcd.c
887
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/arm/xscale/pxa2x0_lcd.c
899
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/dreamcast/dev/pvr.c
342
case WSDISPLAYIO_VIDEO_ON:
sys/arch/dreamcast/dev/pvr.c
357
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/arch/epoc32/windermere/wmlcd.c
255
*(int *)data = WSDISPLAYIO_VIDEO_ON;
sys/arch/epoc32/windermere/wmlcd.c
261
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/evbarm/g42xxeb/g42xxeb_lcd.c
272
if (*(int *)data == WSDISPLAYIO_VIDEO_ON)
sys/arch/evbarm/gumstix/gxlcd.c
191
if (*(int *)data == WSDISPLAYIO_VIDEO_ON)
sys/arch/evbarm/lubbock/lubbock_lcd.c
246
if( *(int *)data == WSDISPLAYIO_VIDEO_ON )
sys/arch/evbppc/nintendo/dev/wiifb.c
878
case WSDISPLAYIO_VIDEO_ON:
sys/arch/evbppc/nintendo/dev/wiiufb.c
495
case WSDISPLAYIO_VIDEO_ON:
sys/arch/hpcarm/dev/sed_saip.c
367
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/arch/hpcmips/dev/ite8181.c
683
WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
sys/arch/hpcmips/dev/mq200.c
507
WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
sys/arch/hpcmips/dev/plumvideo.c
502
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/hpcsh/dev/hd64461/hd64461video.c
457
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/arch/hppa/dev/gftfb.c
649
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/hppa/dev/hyperfb.c
675
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/hppa/dev/summitfb.c
721
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/mac68k/dev/genfb_grfbus.c
166
else if (video == WSDISPLAYIO_VIDEO_ON)
sys/arch/macppc/dev/platinumfb.c
1008
if (sc->sc_on == WSDISPLAYIO_VIDEO_ON) {
sys/arch/macppc/dev/platinumfb.c
592
sc->sc_on = WSDISPLAYIO_VIDEO_ON;
sys/arch/macppc/dev/platinumfb.c
818
sc->sc_on = (sc->sc_on == WSDISPLAYIO_VIDEO_ON ?
sys/arch/macppc/dev/platinumfb.c
819
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON);
sys/arch/newsmips/dev/fb.c
402
if (state != WSDISPLAYIO_VIDEO_OFF && state != WSDISPLAYIO_VIDEO_ON)
sys/arch/pmax/ibus/pm.c
477
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON);
sys/arch/sgimips/dev/crmfb.c
496
if (d == WSDISPLAYIO_VIDEO_ON) {
sys/arch/sparc/dev/cgfourteen.c
1022
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/sparc64/dev/ffb.c
201
u_int blank = WSDISPLAYIO_VIDEO_ON;
sys/arch/sparc64/dev/ffb.c
536
else if (*data == WSDISPLAYIO_VIDEO_ON)
sys/arch/vax/uba/qv.c
837
if (*(u_int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/vax/uba/qv.c
850
? WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/arch/vax/vsa/lcg.c
768
if (*(u_int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/vax/vsa/lcg.c
780
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON);
sys/arch/vax/vsa/spx.c
1008
if (*(u_int *)data == WSDISPLAYIO_VIDEO_ON && spx_off) {
sys/arch/vax/vsa/spx.c
1028
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF;
sys/arch/zaurus/dev/w100.c
467
if (*(int *)data == WSDISPLAYIO_VIDEO_ON) {
sys/arch/zaurus/dev/w100.c
477
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/dev/fdt/simplefb.c
103
else if (video == WSDISPLAYIO_VIDEO_ON)
sys/dev/hpc/bivideo.c
437
WSDISPLAYIO_VIDEO_OFF:WSDISPLAYIO_VIDEO_ON;
sys/dev/ic/hd44780_subr.c
222
*(u_int *)data = WSDISPLAYIO_VIDEO_ON;
sys/dev/ic/igsfb.c
672
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/ic/ssdfb.c
528
? WSDISPLAYIO_VIDEO_ON
sys/dev/ic/ssdfb.c
533
case WSDISPLAYIO_VIDEO_ON:
sys/dev/ic/ssdfb.c
540
*(u_int *)data == WSDISPLAYIO_VIDEO_ON ? true : false,
sys/dev/ic/vga.c
802
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF);
sys/dev/ic/vga.c
806
vga_set_video(vc, *(int *)data == WSDISPLAYIO_VIDEO_ON);
sys/dev/ic/vga_raster.c
647
WSDISPLAYIO_VIDEO_ON : WSDISPLAYIO_VIDEO_OFF);
sys/dev/ic/vga_raster.c
651
vga_set_video(vc, *(int *)data == WSDISPLAYIO_VIDEO_ON);
sys/dev/pci/bochsfb.c
210
bochsfb_set_blanking(sc, WSDISPLAYIO_VIDEO_ON);
sys/dev/pci/gffb.c
586
*(int *)data = WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/gffb.c
592
gffb_setvideo(sc, *(int *)data == WSDISPLAYIO_VIDEO_ON);
sys/dev/pci/lynxfb.c
434
WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/mgafb.c
378
sc->sc_video = WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/radeonfb.c
1212
*(unsigned *)d = WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/radeonfb.c
1220
(*(unsigned int *)d == WSDISPLAYIO_VIDEO_ON));
sys/dev/pci/radeonfb.c
1223
(*(unsigned int *)d == WSDISPLAYIO_VIDEO_ON) ?
sys/dev/pci/tga.c
569
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/voyager/voyagerfb.c
871
*(int *)data = sc->sc_bl_on ? WSDISPLAYIO_VIDEO_ON :
sys/dev/pci/wcfb.c
248
sc->sc_dpms = WSDISPLAYIO_VIDEO_ON;
sys/dev/pci/wcfb.c
429
(new_mode == WSDISPLAYIO_VIDEO_ON) ?
sys/dev/sbus/mgx.c
1298
if (v == WSDISPLAYIO_VIDEO_ON) {
sys/dev/sbus/mgx.c
1312
mgx_set_video(sc, WSDISPLAYIO_VIDEO_ON);
sys/dev/sbus/mgx.c
329
sc->sc_video = WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/cfb.c
396
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/mfb.c
362
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/sfb.c
430
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/sfbplus.c
466
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/stic.c
569
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/tfb.c
434
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/tc/xcfb.c
432
WSDISPLAYIO_VIDEO_OFF : WSDISPLAYIO_VIDEO_ON;
sys/dev/usb/udl.c
1809
sc->sc_blank = WSDISPLAYIO_VIDEO_ON;
sys/dev/usb/udl.c
601
case WSDISPLAYIO_VIDEO_ON:
usr.sbin/screenblank/screenblank.c
72
static int videoon = WSDISPLAYIO_VIDEO_ON; /* value for "on" */