Searched refs:flush (Results 1 - 25 of 46) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dflush.pl10 ;# Usage: &flush(FILEHANDLE)
16 sub flush { subroutine
/osnet-11/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
H A Dsetjmp.s77 * We flush the register file to the stack by doing a kernel call.
106 ta ST_FLUSH_WINDOWS ! flush all reg windows to the stack.
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dsync_instruction_memory.s44 flush(start);
56 flush %o0
61 flush %o0
H A Dsetjmp.s77 * We flush the register file to the stack by doing a kernel call.
106 ta ST_FLUSH_WINDOWS ! flush all reg windows to the stack.
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/
H A Dcache.S38 flush %o0 + %o1
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStderrLog.java39 * This class does not actually write anything until the flush() method
41 * passed to the write() method since the last invokation of flush().
61 public void flush() { method in class:StderrLog
H A DSyslog.java42 * This class does not actually write anything until the flush() method
44 * passed to the write() method since the last invokation of flush().
71 public void flush() { method in class:Syslog
H A DIANACharCode.java168 osw.flush();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/File/t/
H A D33_defer_vs.t40 $o->flush;
56 $o->flush;
63 $o->flush;
74 $o->flush;
H A D32_defer_misc.t58 $o->flush;
67 $o->flush;
77 $o->flush;
88 $o->flush;
115 $o->flush;
H A D30_defer.t3 # Check ->defer and ->flush methods
38 $o->flush;
54 $o->flush;
61 $o->flush;
71 $o->flush;
116 $a[0] = "recordA"; # That should flush record 3 from the cache
121 $a[1] = "recordB"; # That should flush record 4 from the cache
127 $a[2] = "recordC"; # That should flush the whole darn defer
167 # (56-59) This should flush the LRU record from the read cache
193 # and NOT flush th
[all...]
H A D31_autodefer.t92 $o->defer(); # This should flush the pending autodeferred records
99 $o->flush;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_xs.t40 $x->flush;
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h270 extern int deflate OF((z_stream *strm, int flush));
280 accordingly. This action is forced if the parameter flush is non zero.
281 Forcing flush frequently degrades the compression ratio, so this parameter
283 Some output may be provided even if flush is not set.
292 If the parameter flush is set to Z_PARTIAL_FLUSH, the current compression
296 If flush is set to Z_FULL_FLUSH, the compression block is terminated, a
302 this function must be called again with the same value of the flush
303 parameter and more output space (updated avail_out), until the flush is
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
321 If the parameter flush i
[all...]
H A Dzlib.c411 int flush));
531 local int deflate_fast OF((deflate_state *s, int flush));
532 local int deflate_slow OF((deflate_state *s, int flush));
731 int deflate (strm, flush)
733 int flush;
767 * a previous flush, we're done for now.
771 if (flush != Z_NO_FLUSH && flush != Z_FINISH)
783 (flush == Z_FINISH && state->status != FINISH_STATE)) {
786 if (flush
[all...]
/osnet-11/usr/src/lib/libfuse/common/
H A Dfuse_common.h63 /** Indicates a flush operation. Set in flush operation, also
66 unsigned int flush : 1; member in struct:fuse_file_info
75 /** Lock owner id. Available in locking operations and flush */
H A Dfuse_compat.h40 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations_compat25
99 int (*flush) (const char *, struct fuse_file_info_compat *); member in struct:fuse_operations_compat22
148 int (*flush) (const char *); member in struct:fuse_operations_compat2
H A Dfuse_impl.h121 (fs->op.flush ? fs->op.flush(path, fi) : ENOSYS)
/osnet-11/usr/src/lib/librstp/common/
H A Dtopoch.c55 flush (STATE_MACH_T *this, char* reason) /* 17.19.9 */ function
63 "flush", port->port_name, port->owner->name,
118 flush (this, "topoch INIT");
157 flush (this, "topoch PROPAGATING");
/osnet-11/usr/src/lib/libcmd/common/
H A Dcat.c240 flush:
257 goto flush;
264 goto flush;
271 goto flush;
300 goto flush;
H A Dfmt.c365 goto flush;
410 flush:
428 goto flush;
455 goto flush;
474 goto flush;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/x2p/
H A Dfind2perl.PL459 sub flush {
536 flush($fh, \$cpout{$fh}, 5120)
539 flush($fh, \$cpout{$fh}, 5120);
550 flush($fh, \$cpout{$fh}, 5120);
638 flush($fh, \$tarout{$fh}, 10240)
643 flush($fh, \$tarout{$fh}, 10240);
656 flush($fh, \$tarout{$fh}, 10240);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm159 level you must use the flush method. C<sync> is not implemented on all
163 =item $io->flush
165 C<flush> causes perl to flush any buffered data at the perlio api level.
194 change the buffer before any I/O, or immediately after calling flush.
289 flush
608 # so that flush.pl can be deprecated
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c526 Elf_Addr addr, int flush, Elf_Addr current_address,
536 if (flush || addr < b->page_rva || b->page_rva + 0x1000 <= addr)
540 if (flush)
587 if (! flush)
525 add_fixup_entry(struct fixup_block_list **cblock, grub_uint16_t type, Elf_Addr addr, int flush, Elf_Addr current_address, struct image_target_desc *image_target) argument

Completed in 149 milliseconds

12