Searched refs:GRFGETVMODE (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/usr.sbin/videomode/ |
| H A D | videomode.c | 127 if (ioctl(grffd, GRFGETVMODE, &vm) == 0) in dump_mode() 137 if (ioctl(grffd, GRFGETVMODE, &vm) == -1) in dump_mode()
|
| /netbsd-src/sys/arch/atari/dev/ |
| H A D | grfioctl.h | 123 #define GRFGETVMODE _IOWR('G', 41, struct grfvideo_mode) macro
|
| H A D | grf.c | 230 case GRFGETVMODE: in grfioctl()
|
| /netbsd-src/sys/arch/amiga/dev/ |
| H A D | grfioctl.h | 124 #define GRFGETVMODE _IOWR('G', 41, struct grfvideo_mode) macro
|
| H A D | grf.c | 294 case GRFGETVMODE: in grfioctl()
|
| /netbsd-src/usr.sbin/grfconfig/ |
| H A D | grfconfig.c | 306 if (ioctl(grffd, GRFGETVMODE, gv) < 0) in main()
|