Home
last modified time | relevance | path

Searched defs:flush (Results 1 – 16 of 16) sorted by relevance

/xnu-11215.81.4/libkern/zlib/
H A Ddeflate.h337 # define _tr_tally_lit(s, c, flush) \ argument
344 # define _tr_tally_dist(s, distance, length, flush) \ argument
355 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
356 # define _tr_tally_dist(s, distance, length, flush) \ argument
H A Ddeflate.c582 deflate(z_streamp strm, int flush) in deflate()
1416 deflate_stored(deflate_state *s, int flush) in deflate_stored()
1473 deflate_fast(deflate_state *s, int flush) in deflate_fast()
1578 deflate_slow(deflate_state *s, int flush) in deflate_slow()
H A Dinflate.c579 inflate(z_streamp strm, int flush) in inflate()
/xnu-11215.81.4/osfmk/kern/
H A Dkern_cdata.c584 kcdata_zlib_translate_kcd_cf_flag(enum kcdata_compression_flush flush) in kcdata_zlib_translate_kcd_cf_flag()
596 kcdata_zlib_translate_kcd_cf_expected_ret(enum kcdata_compression_flush flush) in kcdata_zlib_translate_kcd_cf_expected_ret()
610 enum kcdata_compression_flush flush) in kcdata_do_compress_zlib()
652 void *outbuffer, size_t outsize, size_t *wrote, enum kcdata_compression_flush flush) in kcdata_do_compress()
767 enum kcdata_compression_flush flush = (padding || input_size) ? KCDCF_NO_FLUSH : in kcdata_compress_chunk_with_flags() local
/xnu-11215.81.4/iokit/Kernel/
H A DIODMAEventSource.cpp135 IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) in stopDMACommand()
H A DIOPolledInterface.cpp913 bool flush = false; in IOPolledFileWrite() local
H A DIONVRAMCHRPHandler.cpp329 IONVRAMCHRPHandler::flush(const uuid_t guid, IONVRAMOperation op) in flush() function in IONVRAMCHRPHandler
H A DIONVRAMV3Handler.cpp340 IONVRAMV3Handler::flush(const uuid_t guid, IONVRAMOperation op) in flush() function in IONVRAMV3Handler
/xnu-11215.81.4/osfmk/kdp/output_stages/
H A Dout_zlib.c133 boolean_t flush; in zlib_stream_output_chunk() local
/xnu-11215.81.4/bsd/kern/
H A Dtty_dev.c715 ptsstop(struct tty* tp, int flush)
865 ptcstop(__unused struct tty *tp, __unused int flush)
/xnu-11215.81.4/bsd/net/
H A Ddlil.c4924 classq_pkt_t *p, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_ifclassq()
5235 boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_ifclassq_chain()
5275 classq_pkt_t *pkt, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_common()
5307 ifnet_enqueue_mbuf(struct ifnet *ifp, struct mbuf *m, boolean_t flush, in ifnet_enqueue_mbuf()
5338 struct mbuf *m_tail, uint32_t cnt, uint32_t bytes, boolean_t flush, in ifnet_enqueue_mbuf_chain()
5371 struct __kern_packet *kpkt, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_pkt_common()
5404 boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_pkt()
5411 struct __kern_packet *kpkt, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_ifcq_pkt()
5419 uint32_t bytes, boolean_t flush, boolean_t *pdrop) in ifnet_enqueue_pkt_chain_common()
5447 struct __kern_packet *k_tail, uint32_t cnt, uint32_t bytes, boolean_t flush, in ifnet_enqueue_pkt_chain()
[all …]
H A Dif_redirect.c288 boolean_t flush, boolean_t *drop) in redirect_enqueue_pkt()
318 boolean_t flush, boolean_t *drop) in redirect_enqueue_mbuf()
H A Dpfvar.h819 u_int8_t flush; member
/xnu-11215.81.4/tools/lldbmacros/core/
H A Dstandard.py412 def flush(self): member in CommandOutput
/xnu-11215.81.4/osfmk/i386/
H A Dmp.c1868 mp_kdp_wait(boolean_t flush, boolean_t isNMI) in mp_kdp_wait()
/xnu-11215.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4485 bool flush = ((flags & KERN_NETIF_QUEUE_RX_ENQUEUE_FLAG_FLUSH) != 0); local