Searched refs:flush_pending (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c89 local void flush_pending OF((z_streamp strm));
538 local void flush_pending(strm) function
667 flush_pending(strm);
696 flush_pending(strm);
727 flush_pending(strm);
749 flush_pending(strm);
764 flush_pending(strm);
826 flush_pending(strm);
856 flush_pending(strm);
960 * (See also flush_pending())
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c86 local void flush_pending OF((z_streamp strm));
642 local void flush_pending(strm) function
774 flush_pending(strm);
803 flush_pending(strm);
834 flush_pending(strm);
856 flush_pending(strm);
871 flush_pending(strm);
940 flush_pending(strm);
970 flush_pending(strm);
1074 * (See also flush_pending())
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1924 boolean_t flush_pending; local
1935 flush_pending = (srp->sr_flush == SFXGE_FLUSH_PENDING);
1937 if (flush_pending)
1947 boolean_t flush_pending; local
1958 flush_pending = (srp->sr_flush == SFXGE_FLUSH_PENDING);
1960 if (flush_pending)
H A Dsfxge_tx.c2402 boolean_t flush_pending = B_FALSE; local
2414 flush_pending = B_TRUE;
2443 if (flush_pending == B_FALSE) {
2509 SFXGE_CMN_ERR "txq[%d] stop with flush_pending=%d",
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c536 local void flush_pending OF((z_stream *strm));
708 local void flush_pending(strm) function
762 flush_pending(strm);
826 flush_pending(strm);
845 flush_pending(strm);
1209 flush_pending(s->strm); \
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c719 local void flush_pending OF((z_streamp strm));
1090 flush_pending(strm) function
1163 flush_pending(strm);
1242 flush_pending(strm);
1260 flush_pending(strm);
1381 * (See also flush_pending()).
1848 flush_pending(s->strm); \

Completed in 918 milliseconds