Searched refs:flush (Results 1 - 22 of 22) sorted by relevance

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h132 int last_flush; /* value of flush param for previous deflate call */
335 # define _tr_tally_lit(s, c, flush) \
340 flush = (s->last_lit == s->lit_bufsize-1); \
342 # define _tr_tally_dist(s, distance, length, flush) \
350 flush = (s->last_lit == s->lit_bufsize-1); \
353 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c)
354 # define _tr_tally_dist(s, distance, length, flush) \
355 flush = _tr_tally(s, distance, length)
H A Ddeflate.c95 block_done, /* block flush performed */
100 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
104 local block_state deflate_stored OF((deflate_state *s, int flush));
105 local block_state deflate_fast OF((deflate_state *s, int flush));
107 local block_state deflate_slow OF((deflate_state *s, int flush));
581 int ZEXPORT deflate (strm, flush)
583 int flush;
585 int old_flush; /* value of flush param for previous deflate call */
589 flush > Z_FINISH || flush <
[all...]
H A Dgzio.c104 local int do_flush OF((gzFile file, int flush));
730 flush is as in the deflate() function.
732 local int do_flush (file, flush)
734 int flush;
757 s->z_err = deflate(&(s->stream), flush);
773 int ZEXPORT gzflush (file, flush)
775 int flush;
778 int err = do_flush (file, flush);
H A Dinflate.c572 In this implementation, the flush parameter of inflate() only affects the
578 stream available. So the only thing the flush parameter actually does is:
579 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
583 int ZEXPORT inflate(strm, flush)
585 int flush;
803 if (flush == Z_BLOCK) goto inf_leave;
1179 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
/darwin-on-arm/xnu/iokit/IOKit/
H A DIODMAController.h53 virtual IOReturn stopDMACommand(UInt32 dmaIndex, bool flush = false, uint64_t timeout = UINT64_MAX) = 0;
H A DIODMAEventSource.h61 virtual IOReturn stopDMACommand(bool flush = false, uint64_t timeout = UINT64_MAX);
/darwin-on-arm/xnu/bsd/net/
H A Dppp_deflate.c269 int proto, olen, wspace, r, flush; local
323 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
326 r = deflate(&state->strm, flush);
332 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
339 flush = Z_PACKET_FLUSH;
515 int seq, i, flush, r, decode_proto; local
577 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
588 r = inflate(&state->strm, flush);
598 if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
606 flush
[all...]
H A Drtsock.c336 #define senderr(e) { error = (e); goto flush;}
680 flush:
H A Dpfvar.h807 u_int8_t flush; member in struct:pf_rule
1502 "overload flush states", \
H A Dpf.c1260 if ((*state)->rule.ptr->flush) {
1281 ((*state)->rule.ptr->flush &
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAEventSource.cpp106 IOReturn IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) argument
110 return dmaController->stopDMACommand(dmaIndex, flush, timeout);
H A DIOHibernateIO.cpp121 used to flush and set the disk to sleep.
889 bool flush = false; local
895 // seek to end of block & flush
899 flush = true;
908 flush = true;
922 if (flush && vars->bufferOffset)
999 flush = false;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_journal.h150 void (*flush)(void *arg); // fs callback to flush meta data blocks member in struct:journal
151 void *flush_arg; // arg that's passed to flush()
246 void (*flush)(void *arg),
266 void (*flush)(void *arg),
H A Dvfs_journal.c128 // We'll opt to flush a transaction if it contains at least
139 SYSCTL_UINT (_kern, OID_AUTO, jnl_trim_flush, CTLFLAG_RW, &jnl_trim_flush_limit, 0, "number of trimmed extents to cause a journal flush");
489 // have to flush after writing the journal header so that
559 //printf("jnl: buf flush: bp @ 0x%x l/blkno %qd/%qd vp 0x%x tr @ 0x%x\n",
1644 void (*flush)(void *arg),
1700 jnl->flush = flush;
1820 void (*flush)(void *arg),
1870 jnl->flush = flush;
[all...]
/darwin-on-arm/xnu/libkern/libkern/
H A Dzlib.h197 /* Allowed flush values; see deflate() and inflate() below for details */
271 ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
276 forced to flush.
287 accordingly. This action is forced if the parameter flush is non zero.
288 Forcing flush frequently degrades the compression ratio, so this parameter
290 Some output may be provided even if flush is not set.
301 Normally the parameter flush is set to Z_NO_FLUSH, which allows deflate to
305 If the parameter flush is set to Z_SYNC_FLUSH, all pending output is
312 If flush is set to Z_FULL_FLUSH, all output is flushed as with
319 with the same value of the flush paramete
[all...]
/darwin-on-arm/xnu/osfmk/arm/armv/
H A Dcpufunc-v7.s57 mcr p15, 0, r0, c8, c3, 0 @ flush the I+D
59 mcr p15, 0, r0, c8, c7, 0 @ flush the I+D
68 mcr p15, 0, r0, c8, c3, 2 @ flush I+D tlb per ASID inner
70 mcr p15, 0, r0, c8, c7, 2 @ flush I+D tlb per ASID
80 mcr p15, 0, r0, c8, c3, 0 @ flush I+D tlb all
82 mcr p15, 0, r0, c8, c7, 0 @ flush I+D tlb all
95 1: mcr p15, 0, r0, c8, c7, 1 @ flush I+D tlb single entry
108 mcr p15, 0, r0, c8, c3, 1 @ flush I+D tlb single entry
110 mcr p15, 0, r0, c8, c7, 1 @ flush I+D tlb single entry
176 * dcache, so that we can safely flush th
[all...]
H A Dcpufunc-v6.s54 * at this point. So no need to flush them again.
58 mcr p15, 0, r0, c8, c7, 0 /* and flush the I+D tlbs */
68 mcr p15, 0, r0, c8, c7, 0 @ /* flush I+D tlb */
79 1: mcr p15, 0, r0, c8, c7, 1 @ flush I+D tlb single entry
90 mcr p15, 0, r0, c8, c7, 0 @ /* flush I+D tlb */
97 mcr p15, 0, r0, c8, c7, 2 /* flush I+D tlb */
133 * dcache, so that we can safely flush the Icache and fall through
188 * dcache, so that we can safely flush the Icache and fall through
/darwin-on-arm/xnu/bsd/netat/
H A Dadsp_Write.c124 if (pb->u.ioParams.flush) /* flush the send Q? */
H A Dadsp.h366 u_char flush; /* send data now */ member in struct:TRioParams
/darwin-on-arm/xnu/bsd/kern/
H A Dtty_pty.c565 ptsstop(struct tty *tp, int flush) argument
573 if (flush == 0) {
574 flush = TIOCPKT_STOP;
578 pti->pt_send |= flush;
581 if (flush & FREAD)
583 if (flush & FWRITE)
H A Dtty_ptmx.c963 ptsd_stop(struct tty *tp, int flush) argument
971 if (flush == 0) {
972 flush = TIOCPKT_STOP;
976 pti->pt_send |= flush;
979 if (flush & FREAD)
981 if (flush & FWRITE)
1154 ptmx_stop(__unused struct tty *tp, __unused int flush) argument
/darwin-on-arm/xnu/osfmk/i386/
H A Dmp.c105 static void mp_kdp_wait(boolean_t flush, boolean_t isNMI);
1522 mp_kdp_wait(boolean_t flush, boolean_t isNMI) argument
1541 if (flush)

Completed in 148 milliseconds