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

  /src/usr.sbin/apmd/
apm-proto.h 40 NORMAL,
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 69 NORMAL = 0,
77 uint16_t RecordType = RecordTypes::NORMAL;
  /src/sys/arch/bebox/stand/boot/
video.c 54 NORMAL, /* no pending escape */
79 d->state = NORMAL;
136 case NORMAL:
vga.c 60 NORMAL, /* no pending escape */
70 u_short color; /* normal character color */
72 u_short save_color; /* saved normal color */
77 * Color and attributes for normal, standout and kernel output
160 case NORMAL:
209 * on the character type is to go to NORMAL state,
306 d->state = NORMAL;
312 * on the character type is to go to NORMAL state,
319 * for normal mode, standout mode
362 d->state = NORMAL;
    [all...]
  /src/sys/arch/prep/stand/boot/
vga.c 62 NORMAL, /* no pending escape */
72 u_short color; /* normal character color */
74 u_short save_color; /* saved normal color */
79 * Color and attributes for normal, standout and kernel output
162 case NORMAL:
211 * on the character type is to go to NORMAL state,
308 d->state = NORMAL;
314 * on the character type is to go to NORMAL state,
321 * for normal mode, standout mode
364 d->state = NORMAL;
    [all...]
  /src/usr.bin/tr/
str.c 55 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, SET } state;
82 s->state = NORMAL;
114 case NORMAL:
143 s->state = NORMAL;
152 s->state = NORMAL;
161 s->state = NORMAL;
  /src/usr.bin/ul/
ul.c 61 #define NORMAL 000
276 lastmode = NORMAL;
293 if (lastmode != NORMAL) {
322 case NORMAL:
358 case NORMAL: *cp++ = ' '; break;
377 memset(obuf, 0, obuf_size * sizeof(*obuf)); /* depends on NORMAL == 0 */
436 if (curmode != NORMAL && newmode != NORMAL)
437 setulmode(NORMAL);
439 case NORMAL
    [all...]
  /src/sys/dev/
spkr.c 115 #define NORMAL 7 /* 7/8ths of note interval is filled */
151 sc->sc_fill = NORMAL;
210 * Rest 1/8 (if NORMAL) or 3/8 (if STACCATO) in tick.
388 sc->sc_fill = NORMAL;
  /src/sys/dev/qbus/
qdreg.h 105 #define NORMAL 0x0000
  /src/sys/arch/vax/include/
qdreg.h 105 #define NORMAL 0x0000

Completed in 15 milliseconds