/src/sys/dev/ic/ |
vgavar.h | 61 void (*switchcb)(void *, int, int); member in struct:vga_config
|
vgavar.h | 61 void (*switchcb)(void *, int, int); member in struct:vga_config
|
vgavar.h | 61 void (*switchcb)(void *, int, int); member in struct:vga_config
|
vgavar.h | 61 void (*switchcb)(void *, int, int); member in struct:vga_config
|
/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);
|
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);
|
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);
|
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);
|