| /freebsd-12-stable/libexec/rtld-elf/sparc64/ |
| D | reloc.c | 231 #undef flush 232 #define flush(va, offs) \ macro 646 flush(where, 4); in reloc_jmpslot() 664 flush(where, 8); in reloc_jmpslot() 666 flush(where, 4); in reloc_jmpslot() 684 flush(where, 12); in reloc_jmpslot() 686 flush(where, 8); in reloc_jmpslot() 688 flush(where, 4); in reloc_jmpslot() 707 flush(where, 12); in reloc_jmpslot() 709 flush(where, 8); in reloc_jmpslot() [all …]
|
| /freebsd-12-stable/contrib/apr-util/buckets/ |
| D | apr_brigade.c | 390 apr_brigade_flush flush, in apr_brigade_vputstrs() argument 410 rv = apr_brigade_writev(b, flush, ctx, vec, i); in apr_brigade_vputstrs() 417 return apr_brigade_writev(b, flush, ctx, vec, i); in apr_brigade_vputstrs() 423 apr_brigade_flush flush, void *ctx, in apr_brigade_putc() argument 426 return apr_brigade_write(b, flush, ctx, &c, 1); in apr_brigade_putc() 430 apr_brigade_flush flush, in apr_brigade_write() argument 455 if (flush) { in apr_brigade_write() 458 return flush(b, ctx); in apr_brigade_write() 489 apr_brigade_flush flush, in apr_brigade_writev() argument 510 if (flush) { in apr_brigade_writev() [all …]
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/examples/ |
| D | fitblk_original.c | 75 int ret, flush; in partcompress() local 78 flush = Z_NO_FLUSH; in partcompress() 85 flush = Z_FINISH; in partcompress() 86 ret = deflate(def, flush); in partcompress() 88 } while (def->avail_out != 0 && flush == Z_NO_FLUSH); in partcompress() 98 int ret, flush; in recompress() local 101 flush = Z_NO_FLUSH; in recompress() 116 flush = Z_FINISH; in recompress() 117 ret = deflate(def, flush); in recompress()
|
| D | fitblk.c | 80 int ret, flush; in partcompress() local 83 flush = Z_SYNC_FLUSH; in partcompress() 90 flush = Z_FINISH; in partcompress() 92 ret = deflate(def, flush); in partcompress() 95 } while (def->avail_out != 0 && flush == Z_SYNC_FLUSH); in partcompress() 105 int ret, flush; in recompress() local 108 flush = Z_NO_FLUSH; in recompress() 126 flush = Z_FINISH; in recompress() 128 ret = deflate(def, flush); in recompress()
|
| /freebsd-12-stable/sys/contrib/xz-embedded/linux/lib/ |
| D | decompress_unxz.c | 253 int (*flush)(void *src, unsigned int size), in unxz() 269 if (fill == NULL && flush == NULL) in unxz() 277 if (flush == NULL) { in unxz() 299 if (fill == NULL && flush == NULL) { in unxz() 325 if (flush != NULL && (b.out_pos == b.out_size in unxz() 332 if (flush(b.out, b.out_pos) != (int)b.out_pos) in unxz() 342 if (flush != NULL) in unxz() 382 if (flush != NULL) in unxz()
|
| /freebsd-12-stable/sys/contrib/zlib/ |
| D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 79 local block_state deflate_stored OF((deflate_state *s, int flush)); 80 local block_state deflate_fast OF((deflate_state *s, int flush)); 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 84 local block_state deflate_rle OF((deflate_state *s, int flush)); 85 local block_state deflate_huff OF((deflate_state *s, int flush)); 815 int ZEXPORT deflate(strm, flush) in deflate() argument 817 int flush; 822 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) { 829 (s->status == FINISH_STATE && flush != Z_FINISH)) { [all …]
|
| D | deflate.h | 321 # define _tr_tally_lit(s, c, flush) \ argument 327 flush = (s->sym_next == s->sym_end); \ 329 # define _tr_tally_dist(s, distance, length, flush) \ argument 338 flush = (s->sym_next == s->sym_end); \ 341 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument 342 # define _tr_tally_dist(s, distance, length, flush) \ argument 343 flush = _tr_tally(s, distance, length)
|
| D | gzwrite.c | 76 local int gz_comp(state, flush) in gz_comp() argument 78 int flush; 117 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH && 118 (flush != Z_FINISH || ret == Z_STREAM_END))) { 138 ret = deflate(strm, flush); 148 if (flush == Z_FINISH) 568 int ZEXPORT gzflush(file, flush) in gzflush() argument 570 int flush; 584 if (flush < 0 || flush > Z_FINISH) 595 (void)gz_comp(state, flush);
|
| /freebsd-12-stable/usr.sbin/ppp/ |
| D | deflate.c | 76 int olen, ilen, len, res, flush; in DeflateOutput() local 110 flush = Z_NO_FLUSH; in DeflateOutput() 114 if ((res = deflate(&state->cx, flush)) != Z_OK) { in DeflateOutput() 125 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateOutput() 133 flush = Z_SYNC_FLUSH; in DeflateOutput() 207 int seq, flush, res, first; in DeflateInput() local 254 flush = mi->m_next ? Z_NO_FLUSH : Z_SYNC_FLUSH; in DeflateInput() 259 if ((res = inflate(&state->cx, flush)) != Z_OK) { in DeflateInput() 270 if (flush == Z_SYNC_FLUSH && state->cx.avail_out != 0) in DeflateInput() 278 flush = Z_SYNC_FLUSH; in DeflateInput() [all …]
|
| /freebsd-12-stable/libexec/rc/rc.d/ |
| D | ip6addrctl | 34 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 52 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 74 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 101 ${IP6ADDRCTL_CMD} flush >/dev/null 2>&1 120 ip6addrctl flush >/dev/null 2>&1
|
| /freebsd-12-stable/contrib/libstdc++/src/ |
| D | ios_init.cc | 135 cout.flush(); in ~Init() 136 cerr.flush(); in ~Init() 137 clog.flush(); in ~Init() 140 wcout.flush(); in ~Init() 141 wcerr.flush(); in ~Init() 142 wclog.flush(); in ~Init()
|
| /freebsd-12-stable/sys/contrib/zstd/zlibWrapper/ |
| D | zstd_zlibwrapper.c | 282 ZEXTERN int ZEXPORT z_deflate OF((z_streamp strm, int flush)) in z_deflate() argument 288 … (int)flush, (int)strm->avail_in, (int)strm->avail_out, (int)strm->total_in, (int)strm->total_out); in z_deflate() 289 return deflate(strm, flush); in z_deflate() 298 …{ int const initErr = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in :… in z_deflate() 300 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 304 …size_t const resetErr = ZSTD_resetCStream(zwc->zbc, (flush == Z_FINISH) ? strm->avail_in : zwc->pl… in z_deflate() 311 …int const res = ZWRAP_initializeCStream(zwc, NULL, 0, (flush == Z_FINISH) ? strm->avail_in : ZSTD_… in z_deflate() 313 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate() 318 …late2 flush=%d avail_in=%d avail_out=%d total_in=%d total_out=%d\n", (int)flush, (int)strm->avail_… in z_deflate() 339 if (flush == Z_FULL_FLUSH in z_deflate() [all …]
|
| /freebsd-12-stable/usr.sbin/ctm/mkCTM/ |
| D | mkCTM | 108 flush stdout 142 flush stdout 148 flush stdout 157 flush stdout 161 flush stdout 164 flush stdout
|
| /freebsd-12-stable/sys/gdb/ |
| D | gdb_cons.c | 58 struct callout flush; member 81 callout_init(&c->flush, 1); in gdb_cninit() 155 callout_stop(&gc->flush); in gdb_cnputc() 169 callout_reset(&gc->flush, hz/4, gdb_cnflush, gc); in gdb_cnputc()
|
| /freebsd-12-stable/contrib/atf/atf-c++/ |
| D | utils.cpp | 68 std::cout.flush(); in fork() 69 std::cerr.flush(); in fork() 89 std::cout.flush(); in redirect() 91 std::cerr.flush(); in redirect()
|
| D | utils_test.cpp | 73 std::cout.flush(); in ATF_TEST_CASE_BODY() 85 std::cout.flush(); in ATF_TEST_CASE_BODY() 97 std::cout.flush(); in ATF_TEST_CASE_BODY() 110 std::cout.flush(); in ATF_TEST_CASE_BODY() 302 std::cout.flush(); in ATF_TEST_CASE_BODY() 313 std::cerr.flush(); in ATF_TEST_CASE_BODY() 366 std::cerr.flush(); in ATF_TEST_CASE_BODY() 368 std::cout.flush(); in ATF_TEST_CASE_BODY()
|
| /freebsd-12-stable/contrib/blacklist/libexec/ |
| D | blacklistd-helper | 109 flush) 115 /sbin/ipfw table "port$6" flush 2>/dev/null && echo OK 118 /sbin/npfctl rule "$2" flush 124 /sbin/pfctl -a $anchor -t "port${anchor##*/}" -T flush
|
| /freebsd-12-stable/sys/netpfil/ipfilter/netinet/ |
| D | ip_lookup.c | 574 iplookupflush_t flush; in ipf_lookup_flush() local 577 err = BCOPYIN(data, &flush, sizeof(flush)); in ipf_lookup_flush() 583 unit = flush.iplf_unit; in ipf_lookup_flush() 589 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0'; in ipf_lookup_flush() 591 type = flush.iplf_type; in ipf_lookup_flush() 601 &flush); in ipf_lookup_flush() 606 flush.iplf_count = num; in ipf_lookup_flush() 607 err = BCOPYOUT(&flush, data, sizeof(flush)); in ipf_lookup_flush()
|
| /freebsd-12-stable/usr.bin/tip/libacu/ |
| D | biz31.c | 55 static int flush(char *); 107 flush(" NO CONNECTION\r\n\07\r\n"); in biz_dialer() 109 flush("CONNECTION\r\n\07"); in biz_dialer() 197 flush(char *s) in flush() function
|
| /freebsd-12-stable/contrib/opencsd/decoder/source/ |
| D | ocsd_msg_logger.cpp | 89 std::cout.flush(); in LogMsg() 95 std::cerr.flush(); in LogMsg() 105 m_out_file.flush(); in LogMsg()
|
| /freebsd-12-stable/sys/sparc64/sparc64/ |
| D | cheetah.c | 110 flush(KERNBASE); in cheetah_init() 151 flush(KERNBASE); in cheetah_cache_enable() 179 flush(KERNBASE); in cheetah_cache_flush() 188 flush(KERNBASE); in cheetah_cache_flush() 229 flush(KERNBASE); in cheetah_tlb_flush_nonlocked()
|
| /freebsd-12-stable/sys/contrib/xz-embedded/userspace/ |
| D | boottest.c | 35 static int flush(/*const*/ void *buf, unsigned int size) in flush() function 56 ret = decompress(in, in_size, NULL, &flush, NULL, &in_used, &error); in test_buf_to_cb() 63 ret = decompress(NULL, 0, &fill, &flush, NULL, NULL, &error); in test_cb_to_cb()
|
| /freebsd-12-stable/contrib/ofed/opensm/opensm/ |
| D | osm_log.c | 202 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log() 318 (p_log->flush || (verbosity & (OSM_LOG_ERROR | OSM_LOG_SYS))) in osm_log_v2() 351 if (p_log->flush || (verbosity & OSM_LOG_ERROR)) in osm_log_raw() 466 ib_api_status_t osm_log_init_v2(IN osm_log_t * p_log, IN boolean_t flush, in osm_log_init_v2() argument 472 p_log->flush = flush; in osm_log_init_v2() 495 ib_api_status_t osm_log_init(IN osm_log_t * p_log, IN boolean_t flush, in osm_log_init() argument 499 return osm_log_init_v2(p_log, flush, log_flags, log_file, 0, in osm_log_init()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/src/ |
| D | iostream.cpp | 140 cout_ptr->flush(); in ~DoIOSInit() 141 wcout_ptr->flush(); in ~DoIOSInit() 146 clog_ptr->flush(); in ~DoIOSInit() 147 wclog_ptr->flush(); in ~DoIOSInit()
|
| /freebsd-12-stable/contrib/apr-util/include/ |
| D | apr_buckets.h | 801 apr_brigade_flush flush, 829 apr_brigade_flush flush, void *ctx, 842 apr_brigade_flush flush, 856 apr_brigade_flush flush, void *ctx, 868 apr_brigade_flush flush, void *ctx, 880 apr_brigade_flush flush, 894 apr_brigade_flush flush, 910 apr_brigade_flush flush,
|