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

  /src/usr.sbin/screenblank/
screenblank.c 72 static int videoon = WSDISPLAYIO_VIDEO_ON; /* value for "on" */ variable in typeref:typename:int
186 videoon = FBVIDEO_ON;
207 change_state(bflag ? videooff : videoon);
219 state = videoon;
263 if (state == videoon) {
271 state = videoon;
333 change_state(videoon);
screenblank.c 72 static int videoon = WSDISPLAYIO_VIDEO_ON; /* value for "on" */ variable in typeref:typename:int
186 videoon = FBVIDEO_ON;
207 change_state(bflag ? videooff : videoon);
219 state = videoon;
263 if (state == videoon) {
271 state = videoon;
333 change_state(videoon);

Completed in 21 milliseconds