Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 166) sorted by relevance

1234567

/titanic_53/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s44 flush(start);
56 flush %o0
61 flush %o0
64 ! last flush; SPARC V8 requires 2 more for flush to be visible
/titanic_53/usr/src/cmd/csh/
H A Dsh.print.c21 void flush(void);
109 flush(); in putbyte()
136 flush(); in Putchar()
163 flush(); in putbyte()
187 flush(void) in flush() function
222 flush(); in write_string()
H A Dsh.err.c66 flush();
143 flush(); in bferr()
/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.h323 # define _tr_tally_lit(s, c, flush) \ argument
328 flush = (s->last_lit == s->lit_bufsize-1); \
330 # define _tr_tally_dist(s, distance, length, flush) \ argument
338 flush = (s->last_lit == s->lit_bufsize-1); \
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)
H A Ddeflate.c73 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
665 int ZEXPORT deflate (strm, flush) in deflate() argument
667 int flush;
673 flush > Z_BLOCK || flush < 0) {
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
[all …]
H A Dgzwrite.c73 local int gz_comp(state, flush) in gz_comp() argument
75 int flush;
101 if (strm->avail_out == 0 || (flush != Z_NO_FLUSH &&
102 (flush != Z_FINISH || ret == Z_STREAM_END))) {
118 ret = deflate(strm, flush);
128 if (flush == Z_FINISH)
468 int ZEXPORT gzflush(file, flush) in gzflush() argument
470 int flush;
484 if (flush < 0 || flush > Z_FINISH)
495 gz_comp(state, flush);
/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.h319 # define _tr_tally_lit(s, c, flush) \ argument
325 flush = (s->sym_next == s->sym_end); \
327 # define _tr_tally_dist(s, distance, length, flush) \ argument
336 flush = (s->sym_next == s->sym_end); \
339 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
340 # define _tr_tally_dist(s, distance, length, flush) \ argument
341 flush = _tr_tally(s, distance, length)
H A Ddeflate.c71 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
77 local block_state deflate_stored OF((deflate_state *s, int flush));
78 local block_state deflate_fast OF((deflate_state *s, int flush));
80 local block_state deflate_slow OF((deflate_state *s, int flush));
82 local block_state deflate_rle OF((deflate_state *s, int flush));
83 local block_state deflate_huff OF((deflate_state *s, int flush));
802 int ZEXPORT deflate (strm, flush) in deflate() argument
804 int flush;
809 if (deflateStateCheck(strm) || flush > Z_BLOCK || flush < 0) {
816 (s->status == FINISH_STATE && flush != Z_FINISH)) {
[all …]
/titanic_53/usr/src/uts/common/inet/ipf/
H A Dip_lookup.c488 iplookupflush_t flush; local
490 err = BCOPYIN(data, &flush, sizeof(flush));
494 flush.iplf_name[sizeof(flush.iplf_name) - 1] = '\0';
496 unit = flush.iplf_unit;
500 type = flush.iplf_type;
506 num = ip_pool_flush(&flush, ifs);
511 num += fr_flushhtable(&flush, ifs);
515 flush.iplf_count = num;
516 err = COPYOUT(&flush, data, sizeof(flush));
/titanic_53/usr/src/lib/libc/sparcv9/gen/
H A Dsync_instruction_memory.s44 flush(start);
56 flush %o0
61 flush %o0
/titanic_53/usr/src/cmd/tip/aculib/
H A Dbiz31.c22 static void flush(char *);
75 flush(" NO CONNECTION\r\n\07\r\n"); in biz_dialer()
77 flush("CONNECTION\r\n\07"); in biz_dialer()
172 flush(char *s) in flush() function
/titanic_53/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s219 iflush %i0 ! .. and flush
232 iflush %i0 + 8 ! .. and flush
241 iflush %i0 + 0x10 ! .. and flush
252 iflush %i0 + 0x18 ! .. and flush
409 iflush %o0 + 0xc ! .. and flush
416 iflush %o0 + 0x8 ! .. and flush
427 iflush %o0 ! .. and flush
517 iflush %o0 + 0x18 ! .. and flush
526 iflush %o0 + 0x10 ! .. and flush
539 iflush %o0 + 8 ! .. and flush
[all …]
/titanic_53/usr/src/uts/sun4u/io/
H A Dpanther_asm.s180 flush %g0
284 flush %g0 /* flush required after changing the IC bit */
352 flush %g0 /* flush required after changing the IC bit */
378 flush %g0
435 flush %g0
535 flush %g0 /* flush required after changing the IC bit */
601 flush %g0 /* flush required after changing the IC bit */
627 flush %g0
/titanic_53/usr/src/ucbcmd/tset/
H A Dtset.c440 void flush(void);
810 flush(); in main()
828 flush(); in main()
835 flush(); in main()
956 flush(); in main()
963 flush(); in main()
975 flush(); in main()
1031 flush(); in main()
1209 flush(); in reportek()
1260 flush(); in prc()
[all …]
/titanic_53/usr/src/cmd/csplit/
H A Dcsplit.c80 static void flush(void);
333 flush() in flush() function
572 flush(); in to_line()
576 flush(); in to_line()
580 flush(); in to_line()
/titanic_53/usr/src/cmd/ipf/tools/
H A Dippool.c754 iplookupflush_t flush; local
804 bzero((char *)&flush, sizeof(flush));
805 flush.iplf_type = type;
806 flush.iplf_unit = role;
807 flush.iplf_arg = arg;
810 if (ioctl(fd, SIOCLOOKUPFLUSH, &flush) == -1) {
816 printf("%u object%s flushed\n", flush.iplf_count,
817 (flush.iplf_count == 1) ? "" : "s");
/titanic_53/usr/src/cmd/vi/port/
H A Dex_get.c121 flush(); in getach()
169 flush(); in gettty()
219 flush(); in gettty()
H A Dex_cmds2.c222 flush(); in error0()
310 flush(); in fixol()
645 flush(); in vcontin()
696 flush(); in vnfl()
H A Dex_unix.c230 flush(); in unix0()
251 flush(); in unix0()
325 flush();
358 flush();
/titanic_53/usr/src/uts/sun4u/starfire/ml/
H A Ddrmach_asm.s110 flush tmp2 ;
133 flush tmp2 ;\
145 flush tmp2 ;\
149 flush tmp2 ;\
253 ! %o2 = size to use for ecache flush
/titanic_53/usr/src/contrib/ast/src/lib/libcmd/
H A Dcat.c240 flush: in vcat()
257 goto flush; in vcat()
264 goto flush; in vcat()
271 goto flush; in vcat()
300 goto flush; in vcat()
H A Dfmt.c365 goto flush; in dofmt()
410 flush: in dofmt()
428 goto flush; in dofmt()
455 goto flush; in dofmt()
474 goto flush; in dofmt()
/titanic_53/usr/src/lib/librstp/common/
H A Dtopoch.c55 flush (STATE_MACH_T *this, char* reason) /* 17.19.9 */ in flush() function
118 flush (this, "topoch INIT"); in STP_topoch_enter_state()
157 flush (this, "topoch PROPAGATING"); in STP_topoch_enter_state()
/titanic_53/usr/src/pkg/manifests/
H A Dsystem-file-system-zfs-arcflush.mf2 set name=pkg.description value="ZFS arc flush command"
3 set name=pkg.summary value="RZ STG zfs arc flush utilities"
/titanic_53/usr/src/stand/lib/sa/sparc/
H A D_setjmp.s91 * We will flush our registers by doing (nwindows-1) save instructions.
111 ! flush all register windows to the stack.

1234567