/src/tests/usr.bin/xlint/lint1/ |
msg_054.c | 9 RED,
|
msg_246.c | 10 RED, GREEN, BLUE
|
msg_156.c | 9 RED = 1 << 0,
|
msg_243.c | 9 RED, GREEN, BLUE
|
msg_241.c | 16 RED = 1 << 0, 28 enum color c = RED; 121 [RED] = "red", 126 if (c == RED)
|
d_c99_bool.c | 70 RED
|
msg_130.c | 11 RED = 1 << 0,
|
/src/games/trek/ |
autover.c | 68 printf("\07RED ALERT: The %s is in a supernova quadrant\n", 81 Ship.cond = RED;
|
checkcond.c | 95 Ship.cond = RED;
|
initquad.c | 53 ** that the condition is RED, and he is given a chance to put 56 ** The flag `f' is set to disable the check for condition red. 82 printf("Condition RED\n"); 83 Ship.cond = RED;
|
trek.h | 193 #define RED 3
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
ls1021a-moxa-uc-8410a.dts | 56 label = "UC8410A:RED:PROG"; 109 cpu-diag-red { 110 label = "UC8410A:RED:DIA";
|
am335x-osd3358-sm-red.dts | 18 model = "Octavo Systems OSD3358-SM-RED"; 47 blue-and-red-wiring = "straight"; 65 /* Convert 24bit BGR to RGB, e.g. cross red and blue wiring */
|
/src/sys/arch/x68k/dev/ |
ite_tv.c | 210 #define RED (0x1f << 6) 214 IODEVbase->tpalet[1] = 1 | RED; /* red */ 216 IODEVbase->tpalet[3] = 1 | RED | GREEN; /* yellow */ 218 IODEVbase->tpalet[5] = 1 | BLUE | RED; /* magenta */ 220 IODEVbase->tpalet[7] = 1 | BLUE | RED | GREEN; /* white */
|
/src/sys/dev/qbus/ |
qd.c | 269 #define RED (CLRSTART+0x000) 509 qdmap[unit].red = qdbase[unit] + RED; 639 qdmap[unit].red = qdbase[unit] + RED; 930 mapix = VTOP((int)qd->red) - VTOP(qvmem[0]); 1217 mapix = VTOP((int)qd->red) - VTOP(qvmem[0]); 2212 volatile short *red; local in function:qdaint 2230 red = (short *) qdmap[unit].red; 3367 volatile short *red; \/* color map pointers *\/ local in function:setup_dragon [all...] |
/src/libexec/ld.aout_so/ |
ld.so.sparc.uue | 818 M`X4H@`J!P^`(Q#(``T`H(RED:79R96TN;30)."XQ("A"97)K96QE>2D@-B\T 833 MX`B0$``+`````$`H(RED:79R96TN;30)."XQ("A"97)K96QE>2D@-B\T+SDS
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 629 cmp %sp, t2 ! if sp >= t2, not in red zone 658 UTRAP(0x005) ! 005 = RED state exception 867 UTRAP(0x005) ! 005 = RED state exception 1238 * A hardware red zone is impossible. We simulate one in software by 1239 * keeping a `red zone' pointer; if %sp becomes less than this, we panic. 1275 cmp %sp, t2; /* if sp >= t2, not in red zone */ \ 4034 /* save old red zone and then turn it off */ 4057 st %l6, [%l7 + %lo(_C_LABEL(redzone))] ! restore red zone 4086 st %l6, [%l7 + %lo(_C_LABEL(redzone))] ! and restore red zone 6204 * We turn off interrupts for the duration to prevent RED exceptions [all...] |