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

  /src/sys/arch/pmax/pmax/
dec_3min.c 331 uint32_t intr, imsk, can_serve, turnoff; local in function:dec_3min_intr
333 turnoff = 0;
339 turnoff |= IOASIC_INTR_SCSI_PTR_LOAD;
346 turnoff |= IOASIC_INTR_SCSI_OVRUN | IOASIC_INTR_SCSI_READ_E;
349 turnoff |= IOASIC_INTR_LANCE_READ_E;
351 if (turnoff)
352 *(volatile uint32_t *)(ioasic_base + IOASIC_INTR) = ~turnoff;
  /src/sys/arch/pmax/ibus/
pm.c 408 int turnoff, rv, i; local in function:pm_ioctl
451 turnoff = (*(int *)data == WSDISPLAYIO_VIDEO_OFF);
452 if ((sc->sc_blanked == 0) ^ turnoff) {
453 sc->sc_blanked = turnoff;
454 if (turnoff == 0) {
  /src/sys/dev/ic/
igsfb.c 615 int turnoff; local in function:igsfb_ioctl
676 turnoff = (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF);
677 if (dc->dc_blanked != turnoff) {
678 dc->dc_blanked = turnoff;
  /src/sys/dev/tc/
cfb.c 359 int turnoff, s; local in function:cfbioctl
387 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
388 if (sc->sc_blanked != turnoff) {
389 sc->sc_blanked = turnoff;
mfb.c 323 int turnoff, s; local in function:mfbioctl
349 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
350 if (sc->sc_blanked != turnoff) {
351 sc->sc_blanked = turnoff;
xcfb.c 392 int turnoff, error; local in function:xcfbioctl
423 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
424 if (sc->sc_blanked != turnoff) {
425 sc->sc_blanked = turnoff;
sfb.c 393 int turnoff, s; local in function:sfbioctl
421 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
422 if (sc->sc_blanked != turnoff) {
423 sc->sc_blanked = turnoff;
tfb.c 393 int turnoff, s; local in function:tfbioctl
421 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
422 if (sc->sc_blanked != turnoff) {
423 sc->sc_blanked = turnoff;
sfbplus.c 427 int turnoff, s; local in function:sfbioctl
455 turnoff = *(int *)data == WSDISPLAYIO_VIDEO_OFF;
456 if ((sc->sc_blanked == 0) ^ turnoff) {
457 sc->sc_blanked = turnoff;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 449 int turnoff; local in function:hd64461video_ioctl
461 turnoff = (*(u_int *)data == WSDISPLAYIO_VIDEO_OFF);
462 if (sc->sc_vc->blanked != turnoff) {
463 sc->sc_vc->blanked = turnoff;
464 if (turnoff)

Completed in 20 milliseconds