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

  /src/sys/arch/vax/vsa/
spx.c 410 static int spx_off = 1; variable in typeref:typename:int
1008 if (*(u_int *)data == WSDISPLAYIO_VIDEO_ON && spx_off) {
1015 spx_off = 0;
1016 } else if (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF && !spx_off) {
1022 spx_off = 1;
1027 *(u_int *)data = spx_off == 0 ?
spx.c 410 static int spx_off = 1; variable in typeref:typename:int
1008 if (*(u_int *)data == WSDISPLAYIO_VIDEO_ON && spx_off) {
1015 spx_off = 0;
1016 } else if (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF && !spx_off) {
1022 spx_off = 1;
1027 *(u_int *)data = spx_off == 0 ?

Completed in 23 milliseconds