Searched refs:bflush (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c1633 int bflush; /* set if current block must be flushed */ local
1672 s->match_length - MIN_MATCH, bflush);
1708 _tr_tally_lit (s, s->window[s->strstart], bflush);
1712 if (bflush) FLUSH_BLOCK(s, 0);
1735 int bflush; /* set if current block must be flushed */ local
1797 s->prev_length - MIN_MATCH, bflush);
1815 if (bflush) FLUSH_BLOCK(s, 0);
1823 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1824 if (bflush) {
1842 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1865 int bflush; /* set if current block must be flushed */ local
1938 int bflush; /* set if current block must be flushed */ local
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c1459 int bflush; /* set if current block must be flushed */ local
1508 s->match_length - MIN_MATCH, bflush);
1544 _tr_tally_lit (s, s->window[s->strstart], bflush);
1548 if (bflush) FLUSH_BLOCK(s, 0);
1565 int bflush; /* set if current block must be flushed */ local
1630 s->prev_length - MIN_MATCH, bflush);
1648 if (bflush) FLUSH_BLOCK(s, 0);
1656 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1657 if (bflush) {
1675 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all...]
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h138 * cnt bytes, if not, call bflush() to flush the buffer to the archive.
141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush()
H A Dcpio.c138 static void bflush(void);
998 * bflush: Move wr_cnt bytes from data_p into the I/O buffer. When the
1003 bflush(void) function
7444 bflush();
/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h371 void bflush(dev_t);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c1364 bflush(dev);
1594 * rip->i_ufsvfsp is needed by bflush()
1627 bflush(dev);
1672 bflush(dev);
1939 bflush((dev_t)vfsp->vfs_dev);
H A Dlufs.c633 bflush(ufsvfsp->vfs_dev);
798 bflush(ufsvfsp->vfs_dev);
H A Dufs_lockfs.c383 (void) bflush((dev_t)vfsp->vfs_dev);
H A Dufs_subr.c347 bflush((dev_t)NODEV);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c1945 int bflush; /* set if current block must be flushed */ local
1998 s->match_length - MIN_MATCH, bflush);
2045 _tr_tally_lit(s, s->window[s->strstart], bflush);
2049 if (bflush) FLUSH_BLOCK(s, 0);
2067 int bflush; /* set if current block must be flushed */ local
2148 s->prev_length - MIN_MATCH, bflush);
2169 if (bflush) FLUSH_BLOCK(s, 0);
2180 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
2181 if (bflush) {
2201 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1231 int bflush; /* set if current block must be flushed */ local
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1327 int bflush; /* set if current block must be flushed */ local
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c365 bflush(vfsp->vfs_dev);
695 bflush(dev);
953 bflush(dev);
H A Dudf_subr.c714 bflush((dev_t)NODEV);
/illumos-gate/usr/src/uts/common/os/
H A Dbio.c544 bflush(NODEV);
862 bflush(dev_t dev) function
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c867 bflush(dev);

Completed in 143 milliseconds