Home
last modified time | relevance | path

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

1234567

/titanic_50/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_50/usr/src/uts/common/zmod/
H A Ddeflate.h308 # define _tr_tally_lit(s, c, flush) \ argument
313 flush = (s->last_lit == s->lit_bufsize-1); \
315 # define _tr_tally_dist(s, distance, length, flush) \ argument
323 flush = (s->last_lit == s->lit_bufsize-1); \
326 # define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
327 # define _tr_tally_dist(s, distance, length, flush) \ argument
328 flush = _tr_tally(s, distance, length)
H A Ddeflate.c78 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
82 local block_state deflate_stored OF((deflate_state *s, int flush));
83 local block_state deflate_fast OF((deflate_state *s, int flush));
85 local block_state deflate_slow OF((deflate_state *s, int flush));
558 int ZEXPORT deflate (strm, flush) in deflate() argument
560 int flush;
566 flush > Z_FINISH || flush < 0) {
573 (s->status == FINISH_STATE && flush != Z_FINISH)) {
580 s->last_flush = flush;
780 } else if (strm->avail_in == 0 && flush <= old_flush &&
[all …]
/titanic_50/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_50/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_50/usr/src/lib/libc/sparcv9/gen/
H A Dsync_instruction_memory.s44 flush(start);
56 flush %o0
61 flush %o0
/titanic_50/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_50/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_50/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_50/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_50/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_50/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_50/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_50/usr/src/lib/libcmd/common/
H A Dcat.c241 flush: in vcat()
258 goto flush; in vcat()
265 goto flush; in vcat()
272 goto flush; in vcat()
301 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_50/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_50/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_50/usr/src/tools/scripts/
H A Dwsdiff.py150 sys.stdout.flush()
155 log.flush()
163 sys.stdout.flush()
168 log.flush()
176 sys.stderr.flush()
181 log.flush()
190 log.flush()
207 sys.stdout.flush()
233 log.flush()
320 sys.stdout.flush()
/titanic_50/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.
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c607 #define _tr_tally_lit(s, c, flush) \ argument
612 flush = (s->last_lit == s->lit_bufsize-1); \
614 #define _tr_tally_dist(s, distance, length, flush) \ argument
622 flush = (s->last_lit == s->lit_bufsize-1); \
625 #define _tr_tally_lit(s, c, flush) flush = _tr_tally(s, 0, c) argument
626 #define _tr_tally_dist(s, distance, length, flush) \ argument
627 flush = _tr_tally(s, distance, length)
710 typedef block_state (*compress_func) OF((deflate_state *s, int flush));
714 local block_state deflate_stored OF((deflate_state *s, int flush));
715 local block_state deflate_fast OF((deflate_state *s, int flush));
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h270 extern int deflate OF((z_stream *strm, int flush));
373 extern int inflate OF((z_stream *strm, int flush));
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestEnable.java40 System.out.flush(); in exit()
41 System.err.flush(); in exit()

1234567