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

  /src/sys/arch/amiga/dev/
grf_rh.c 1524 int rh_mon_max = sizeof (monitor_defs)/sizeof (monitor_defs[0]); variable in typeref:typename:int
1563 if ((unsigned)rh_default_mon >= rh_mon_max ||
1638 if (vm->mode_num && vm->mode_num > rh_mon_max)
1706 if (!mode || mode > rh_mon_max)
1749 *(int *)arg = rh_mon_max;
grf_rh.c 1524 int rh_mon_max = sizeof (monitor_defs)/sizeof (monitor_defs[0]); variable in typeref:typename:int
1563 if ((unsigned)rh_default_mon >= rh_mon_max ||
1638 if (vm->mode_num && vm->mode_num > rh_mon_max)
1706 if (!mode || mode > rh_mon_max)
1749 *(int *)arg = rh_mon_max;
grf_rh.c 1524 int rh_mon_max = sizeof (monitor_defs)/sizeof (monitor_defs[0]); variable in typeref:typename:int
1563 if ((unsigned)rh_default_mon >= rh_mon_max ||
1638 if (vm->mode_num && vm->mode_num > rh_mon_max)
1706 if (!mode || mode > rh_mon_max)
1749 *(int *)arg = rh_mon_max;

Completed in 37 milliseconds