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

  /src/sys/arch/amiga/dev/
ahscreg.h 91 vu_short FLUSH; /* Flush FIFO RW-Strobe */
atzscreg.h 102 vu_short FLUSH; /* Flush FIFO RW-Strobe */
ahsc.c 265 * only FLUSH if terminal count not enabled,
268 sdp->FLUSH = 1;
346 * only FLUSH if terminal count not enabled,
349 sdp->FLUSH = 1;
atzsc.c 274 * only FLUSH if terminal count not enabled,
277 sdp->FLUSH = 1;
354 * only FLUSH if terminal count not enabled,
357 sdp->FLUSH = 1;
  /src/sys/dev/raidframe/
rf_stripelocks.c 96 #define FLUSH
276 FLUSH;
304 FLUSH;
323 FLUSH;
352 FLUSH;
362 FLUSH;
397 FLUSH;
479 FLUSH;
506 FLUSH;
526 FLUSH;
    [all...]
  /src/sys/arch/mips/atheros/dev/
argpio.c 93 #define FLUSH(sc) bus_space_barrier(sc->sc_st, sc->sc_sh, \
203 FLUSH(sc);
230 FLUSH(sc);
245 FLUSH(sc);
  /src/lib/libc/stdio/
vfwprintf.c 226 * Flush out all the vectors defined by the given uio,
717 #define FLUSH()
730 #define FLUSH() do { \
1510 FLUSH();
1513 FLUSH();
  /src/dist/pf/sbin/pfctl/
parse.y 144 u_int8_t flush;
424 %token MAXSRCCONN MAXSRCCONNRATE OVERLOAD FLUSH
432 %type <v.i> sourcetrack flush unaryop statelock
1819 r.flush = o->data.overload.flush;
3120 flush : /* empty */ { $$ = 0; } label
3121 | FLUSH { $$ = PF_FLUSH; }
3122 | FLUSH GLOBAL {
3184 | OVERLOAD '<' STRING '>' flush {
3198 $$->data.overload.flush = $5
    [all...]
  /src/sys/net/
zlib.c 378 int last_flush; /* value of flush param for previous deflate call */
582 # define _tr_tally_lit(s, c, flush) \
587 flush = (s->last_lit == s->lit_bufsize-1); \
589 # define _tr_tally_dist(s, distance, length, flush) \
597 flush = (s->last_lit == s->lit_bufsize-1); \
600 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
601 # define _tr_tally_dist(s, distance, length, flush) \
602 flush = _tr_tally(s, distance, length)
677 block_done, /* block flush performed *
    [all...]
  /src/sys/arch/sparc/sparc/
locore.s 495 TRAP(T_FLUSHWIN) ! 83 = flush windows
756 TRAP(T_FLUSHWIN) ! 83 = flush windows
1017 TRAP(T_FLUSHWIN) ! 83 = flush windows
2048 * for FLUSH instructions. Since we turn FLUSHes into no-ops
2084 ! we got the insn; check whether it was a FLUSH
2088 set ((2 << 30) | (0x3b << 19)), %l7 ! any FLUSH opcode
2785 * Fast flush handlers. xcalled from other CPUs throught soft interrupt 14
2805 sta %g0, [%l3]ASI_SRMMUFP ! flush TLB
2808 ! common return from Fast Flush handlers
2832 sta %g0, [%l3]ASI_IDCACHELFP ! flush cache lin
    [all...]

Completed in 21 milliseconds