Home
last modified time | relevance | path

Searched refs:MAX_PRIORITY (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/usr.sbin/ospfd/
Dospf.h40 #define MAX_PRIORITY 255 macro
Dparse.y519 if ($2 < MIN_PRIORITY || $2 > MAX_PRIORITY) {
521 MIN_PRIORITY, MAX_PRIORITY);
/openbsd/src/usr.sbin/ospf6d/
Dospf6.h42 #define MAX_PRIORITY 255 macro
Dparse.y411 if ($2 < MIN_PRIORITY || $2 > MAX_PRIORITY) {
413 MIN_PRIORITY, MAX_PRIORITY);
/openbsd/src/gnu/usr.bin/gcc/gcc/
DChangeLog18265 * haifa-sched.c (DONE_PRIORITY, MAX_PRIORITY, TAIL_PRIORITY,