HomeSort by: relevance | last modified time | path
    Searched refs:switchcb (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/isa/
ega.c 86 void (*switchcb)(void *, int, int); member in struct:ega_config
660 vc->switchcb = cb;
682 (*vc->switchcb)(vc->switchcbarg, EIO, 0);
737 if (vc->switchcb)
738 (*vc->switchcb)(vc->switchcbarg, 0, 0);
  /src/sys/dev/ic/
vgavar.h 61 void (*switchcb)(void *, int, int); member in struct:vga_config
vga.c 990 vc->switchcb = cb;
1012 (*vc->switchcb)(vc->switchcbarg, EIO, 0);
1066 if (vc->switchcb)
1067 (*vc->switchcb)(vc->switchcbarg, 0, 0);
vga_raster.c 761 vc->switchcb = cb;
783 (*vc->switchcb)(vc->switchcbarg, EIO, 0);
831 if (vc->switchcb)
832 (*vc->switchcb)(vc->switchcbarg, 0, 0);

Completed in 36 milliseconds