Searched refs:monitor_current (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/amiga/dev/
H A Dgrf_et.c123 static struct grfvideo_mode *monitor_current = &monitor_def[0]; variable in typeref:struct:grfvideo_mode
575 vm->mode_num = (monitor_current - monitor_def) + 1;
603 monitor_current = monitor_def + (mode - 1);
642 (struct grfettext_mode *) monitor_current) ? 0 : EINVAL;
663 (struct grfettext_mode *) monitor_current);
H A Dgrf_cl.c132 static struct grfvideo_mode *monitor_current = &monitor_def[0]; variable in typeref:struct:grfvideo_mode
613 vm->mode_num = (monitor_current - monitor_def) + 1;
641 monitor_current = monitor_def + (mode - 1);
682 (struct grfcltext_mode *) monitor_current) ? 0 : EINVAL;
703 (struct grfcltext_mode *) monitor_current);
H A Dgrf_cv.c134 static struct grfvideo_mode *monitor_current = &monitor_def[0]; variable in typeref:struct:grfvideo_mode
909 vm->mode_num = (monitor_current - monitor_def) + 1;
938 monitor_current = monitor_def + (mode - 1);
968 (struct grfcvtext_mode *) monitor_current) ? 0 : EINVAL;
992 (struct grfcvtext_mode *) monitor_current);
1094 if (md == monitor_current) {
H A Dgrf_cv3d.c158 static struct grfvideo_mode *monitor_current = &monitor_def[0]; variable in typeref:struct:grfvideo_mode
832 vm->mode_num = (monitor_current - monitor_def) + 1;
861 monitor_current = monitor_def + (mode - 1);
891 (struct grfcv3dtext_mode *) monitor_current) ? 0 : EINVAL;
915 (struct grfcv3dtext_mode *) monitor_current);
1017 if (md == monitor_current) {

Completed in 69 milliseconds