| /xnu-11215.81.4/libkern/zlib/ |
| H A D | deflate.h | 337 # 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 D | deflate.c | 582 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 D | inflate.c | 579 inflate(z_streamp strm, int flush) in inflate()
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | kern_cdata.c | 584 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 D | IODMAEventSource.cpp | 135 IODMAEventSource::stopDMACommand(bool flush, uint64_t timeout) in stopDMACommand()
|
| H A D | IOPolledInterface.cpp | 913 bool flush = false; in IOPolledFileWrite() local
|
| H A D | IONVRAMCHRPHandler.cpp | 329 IONVRAMCHRPHandler::flush(const uuid_t guid, IONVRAMOperation op) in flush() function in IONVRAMCHRPHandler
|
| H A D | IONVRAMV3Handler.cpp | 340 IONVRAMV3Handler::flush(const uuid_t guid, IONVRAMOperation op) in flush() function in IONVRAMV3Handler
|
| /xnu-11215.81.4/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 133 boolean_t flush; in zlib_stream_output_chunk() local
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | tty_dev.c | 715 ptsstop(struct tty* tp, int flush) 865 ptcstop(__unused struct tty *tp, __unused int flush)
|
| /xnu-11215.81.4/bsd/net/ |
| H A D | dlil.c | 4924 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 D | if_redirect.c | 288 boolean_t flush, boolean_t *drop) in redirect_enqueue_pkt() 318 boolean_t flush, boolean_t *drop) in redirect_enqueue_mbuf()
|
| H A D | pfvar.h | 819 u_int8_t flush; member
|
| /xnu-11215.81.4/tools/lldbmacros/core/ |
| H A D | standard.py | 412 def flush(self): member in CommandOutput
|
| /xnu-11215.81.4/osfmk/i386/ |
| H A D | mp.c | 1868 mp_kdp_wait(boolean_t flush, boolean_t isNMI) in mp_kdp_wait()
|
| /xnu-11215.81.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 4485 bool flush = ((flags & KERN_NETIF_QUEUE_RX_ENQUEUE_FLAG_FLUSH) != 0); local
|