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

  /src/usr.sbin/apmd/
apm-proto.h 40 NORMAL,
apmd.c 191 return NORMAL;
196 return NORMAL;
201 return NORMAL;
206 reply.newstate = NORMAL;
510 case NORMAL:
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 69 NORMAL = 0,
77 uint16_t RecordType = RecordTypes::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/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/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/tests/lib/libcurses/tests/
std_defines 24 assign NORMAL 0x00000000
  /src/sys/arch/vax/include/
qdreg.h 105 #define NORMAL 0x0000
  /src/sys/dev/qbus/
qdreg.h 105 #define NORMAL 0x0000
qd.c 1979 adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
2904 adder->y_offset_pending = 0; /* back to normal */
2991 adder->rasterop_mode = DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
3253 adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
3279 adder->rasterop_mode = (NORMAL | DST_WRITE_ENABLE) ;
3442 * set rasterop mode to normal pen down
3444 adder->rasterop_mode = DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
  /src/sys/arch/vax/vsa/
gpx.c 558 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
755 /* set rasterop mode to normal pen down */
757 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
871 ss->ss_adder->y_offset_pending = 0; /* back to normal */
1006 DST_WRITE_ENABLE | DST_INDEX_ENABLE | NORMAL;
1083 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
1122 ss->ss_adder->rasterop_mode = DST_WRITE_ENABLE | NORMAL;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_basic_logging.cc 237 R.RecordType = RecordTypes::NORMAL;
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_drv.c 197 bitfs(CH7006_POWER_LEVEL, NORMAL));
ch7006_mode.c 318 *power |= bitfs(CH7006_POWER_LEVEL, NORMAL) |
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 7117 bge.b EXPC1 # normal case
7124 blt.b EXPMAIN # normal case
7129 #--This is the normal branch: 2^(-65) <= |X| < 16380 log2.
7206 beq.b NORMAL
7209 NORMAL:
8756 bsr slogn # log(X), X normal.
8798 bsr slogn # log(X), X normal.
9776 # to be a normal zero. #
fpsp.s 1146 # Else: (normal case) #
2407 # Else: (normal case) #
2438 # fmovm_dynamic() can't handle this. A normal exit is made through #
2442 # _real_trace(). Else, a normal exit is made through _fpsp_done(). #
2544 # a normal packed op.
3965 # Else: (normal case) #
4196 # an inexact exception; otherwise, return to normal non-exception flow.
4198 beq.w funimp_store # no; return to normal flow
4203 beq.w funimp_store # no; return to normal flow
7223 bge.b EXPC1 # normal cas
    [all...]
pfpsp.s 1146 # Else: (normal case) #
2407 # Else: (normal case) #
2438 # fmovm_dynamic() can't handle this. A normal exit is made through #
2442 # _real_trace(). Else, a normal exit is made through _fpsp_done(). #
2544 # a normal packed op.
6613 # to be a normal zero. #
6862 # result is now rounded properly. convert back to normal format
6922 # result is now rounded properly. convert back to normal format
8056 # NORMAL:
12947 # a normal packed op
    [all...]

Completed in 58 milliseconds