Searched refs:bflush (Results 1 – 14 of 14) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.c | 1459 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 …]
|
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.h | 141 #define FLUSH(cnt) if ((Buffr.b_end_p - Buffr.b_in_p) < cnt) bflush()
|
H A D | cpio.c | 138 static void bflush(void); 1003 bflush(void) in bflush() function 7444 bflush(); in write_trail()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | buf.h | 371 void bflush(dev_t);
|
/titanic_50/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vfsops.c | 1366 bflush(dev); in mountfs() 1629 bflush(dev); in ufs_unmount() 1674 bflush(dev); in ufs_unmount() 1941 bflush((dev_t)vfsp->vfs_dev); in ufs_sync()
|
H A D | lufs.c | 633 bflush(ufsvfsp->vfs_dev); in lufs_free() 798 bflush(ufsvfsp->vfs_dev); in lufs_alloc()
|
H A D | ufs_lockfs.c | 383 (void) bflush((dev_t)vfsp->vfs_dev); in ufs_flush()
|
H A D | ufs_subr.c | 347 bflush((dev_t)NODEV); in ufs_update()
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 1945 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);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 1231 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);
|
/titanic_50/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 365 bflush(vfsp->vfs_dev); in udf_unmount() 695 bflush(dev); in ud_mountfs() 953 bflush(dev); in ud_mountfs()
|
H A D | udf_subr.c | 714 bflush((dev_t)NODEV); in ud_update()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | bio.c | 544 bflush(NODEV); in bio_busy() 862 bflush(dev_t dev) in bflush() function
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specsubr.c | 867 bflush(dev); in device_close()
|