flush             792 dev/ic/ciss.c  	struct ciss_flush *flush;
flush             797 dev/ic/ciss.c  	flush = sc->scratch;
flush             798 dev/ic/ciss.c  	bzero(flush, sizeof(*flush));
flush             799 dev/ic/ciss.c  	flush->flush = sc->sc_flush;
flush             802 dev/ic/ciss.c  	ccb->ccb_len = sizeof(*flush);
flush             803 dev/ic/ciss.c  	ccb->ccb_data = flush;
flush             813 dev/ic/ciss.c  	cmd->cdb[7] = sizeof(*flush) >> 8;	/* biiiig endian */
flush             814 dev/ic/ciss.c  	cmd->cdb[8] = sizeof(*flush) & 0xff;
flush             133 dev/ic/cissreg.h 	u_int16_t	flush;
flush             859 dev/ic/pdqreg.h 	pdq_uint32_t flush;
flush             256 dev/midi.c     				if (sc->hw_if->flush != NULL)
flush             257 dev/midi.c     					sc->hw_if->flush(sc->hw_hdl);
flush              59 dev/midi_if.h  	void	(*flush)(void *);	/* flush the output */
flush            1846 dev/pcmcia/if_malo.c 	body->flush = 0;
flush             202 dev/pcmcia/if_malovar.h 	uint8_t		flush;
flush             373 kern/tty_pty.c ptsstop(struct tty *tp, int flush)
flush             379 kern/tty_pty.c 	if (flush == 0) {
flush             380 kern/tty_pty.c 		flush = TIOCPKT_STOP;
flush             384 kern/tty_pty.c 	pti->pt_send |= flush;
flush             387 kern/tty_pty.c 	if (flush & FREAD)
flush             389 kern/tty_pty.c 	if (flush & FWRITE)
flush             555 lib/libz/inflate.c int ZEXPORT inflate(strm, flush)
flush             557 lib/libz/inflate.c int flush;
flush             802 lib/libz/inflate.c             if (flush == Z_BLOCK) goto inf_leave;
flush            1232 lib/libz/inflate.c     if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
flush             243 lib/libz/zlib.h ZEXTERN int ZEXPORT deflate OF((z_streamp strm, int flush));
flush             364 lib/libz/zlib.h ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
flush            1174 lib/libz/zlib.h ZEXTERN int ZEXPORT    gzflush OF((gzFile file, int flush));
flush             678 net/pf.c       		if ((*state)->rule.ptr->flush) {
flush             699 net/pf.c       				    ((*state)->rule.ptr->flush &
flush             595 net/pfvar.h    	u_int8_t		 flush;
flush             242 net/ppp-deflate.c     int proto, olen, wspace, r, flush;
flush             296 net/ppp-deflate.c     flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
flush             299 net/ppp-deflate.c 	r = deflate(&state->strm, flush);
flush             305 net/ppp-deflate.c 	if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
flush             312 net/ppp-deflate.c 		flush = Z_PACKET_FLUSH;
flush             491 net/ppp-deflate.c     int seq, i, flush, r, decode_proto;
flush             550 net/ppp-deflate.c     flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
flush             561 net/ppp-deflate.c 	r = inflate(&state->strm, flush);
flush             571 net/ppp-deflate.c 	if (flush != Z_NO_FLUSH && state->strm.avail_out != 0)
flush             579 net/ppp-deflate.c 		flush = Z_PACKET_FLUSH;
flush             831 net/ppp_tty.c  	goto flush;
flush             972 net/ppp_tty.c  		goto flush;
flush             986 net/ppp_tty.c  		goto flush;
flush             998 net/ppp_tty.c  	goto flush;
flush            1010 net/ppp_tty.c  	goto flush;
flush            1017 net/ppp_tty.c  	goto flush;
flush            1028 net/ppp_tty.c  		goto flush;
flush            1042 net/ppp_tty.c   flush:
flush             194 net/rtsock.c   		goto flush;
flush             200 net/rtsock.c   		goto flush;
flush             206 net/rtsock.c   		goto flush;
flush             215 net/rtsock.c   				goto flush;
flush             219 net/rtsock.c   			goto flush;
flush             230 net/rtsock.c   		goto flush;
flush             242 net/rtsock.c   			goto flush;
flush             252 net/rtsock.c   		goto flush;
flush             259 net/rtsock.c   			goto flush;
flush             282 net/rtsock.c   			goto flush;
flush             287 net/rtsock.c   			goto flush;
flush             305 net/rtsock.c   				goto flush;
flush             322 net/rtsock.c   				goto flush;
flush             363 net/rtsock.c   					goto flush;
flush             382 net/rtsock.c   				goto flush;
flush             385 net/rtsock.c   				goto flush;
flush             443 net/rtsock.c   flush:
flush             423 net/zlib.c     			     int flush));
flush             544 net/zlib.c     local int  deflate_fast  OF((deflate_state *s, int flush));
flush             545 net/zlib.c     local int  deflate_slow  OF((deflate_state *s, int flush));
flush             744 net/zlib.c     int deflate (strm, flush)
flush             746 net/zlib.c         int flush;
flush             784 net/zlib.c     	if (flush != Z_NO_FLUSH && flush != Z_FINISH)
flush             796 net/zlib.c             (flush == Z_FINISH && state->status != FINISH_STATE)) {
flush             799 net/zlib.c             if (flush == Z_FINISH) {
flush             803 net/zlib.c                 quit = deflate_fast(state, flush);
flush             805 net/zlib.c                 quit = deflate_slow(state, flush);
flush             819 net/zlib.c         if (flush != Z_NO_FLUSH && flush != Z_FINISH
flush             821 net/zlib.c     	switch (flush) {
flush             835 net/zlib.c     	    if (flush == Z_FULL_FLUSH) {
flush             852 net/zlib.c         if (flush != Z_FINISH) return Z_OK;
flush            1217 net/zlib.c     #define FLUSH_BLOCK_ONLY(s, flush) { \
flush            1220 net/zlib.c                (charf *)Z_NULL), (long)s->strstart - s->block_start, (flush)); \
flush            1227 net/zlib.c     #define FLUSH_BLOCK(s, flush) { \
flush            1228 net/zlib.c        FLUSH_BLOCK_ONLY(s, flush); \
flush            1239 net/zlib.c     local int deflate_fast(s, flush)
flush            1241 net/zlib.c         int flush;
flush            1256 net/zlib.c                 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) return 1;
flush            1326 net/zlib.c         FLUSH_BLOCK(s, flush);
flush            1335 net/zlib.c     local int deflate_slow(s, flush)
flush            1337 net/zlib.c         int flush;
flush            1351 net/zlib.c                 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) return 1;
flush            1441 net/zlib.c         Assert (flush != Z_NO_FLUSH, "no flush?");
flush            1447 net/zlib.c         FLUSH_BLOCK(s, flush);
flush            2293 net/zlib.c     local ulg ct_flush_block(s, buf, stored_len, flush)
flush            2297 net/zlib.c         int flush;        /* Z_FINISH if this is the last block for a file */
flush            2301 net/zlib.c         int eof = flush == Z_FINISH;
flush            2360 net/zlib.c         if (flush == Z_PACKET_FLUSH && s->blocks_in_packet == 1
flush             271 net/zlib.h     extern int deflate OF((z_stream *strm, int flush));
flush             374 net/zlib.h     extern int inflate OF((z_stream *strm, int flush));