Searched defs:flush (Results 1 - 12 of 12) sorted by relevance

/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/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/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 Dslpd.java163 * This class does not actually write anything until the flush() method
165 * passed to the write() method since the last invocation of flush().
194 public void flush() throws IOException { method in class:slpd.SLPLog
/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.h82 * filesystem (e.g. getattr). Open, flush, release, fsync, opendir,
196 /** Possibly flush cached data
207 * NOTE: The flush() method may be called more than once for each
210 * not possible to determine if a flush is final, so each flush
211 * should be treated equally. Multiple write-flush sequences are
214 * Filesystems shouldn't assume that flush will always be called
219 int (*flush) (const char *, struct fuse_file_info *); member in struct:fuse_operations
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c235 int seq, i, flush, r, decode_proto; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMakeMaker.pm54 $mm->flush;
863 sub flush { subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
H A DFile.pm418 $self->flush if $self->_is_deferring;
478 # might have been called to flush out the deferred-write records,
519 # some short records and spliced in some long ones. If so, flush
811 # some short records and spliced in some long ones. If so, flush
1079 sub flush { subroutine
1521 $self->flush if $self->[BYTES] > $self->[MAX];
1616 $self->flush;
1664 sub flush { subroutine
2286 =head2 C<defer>, C<flush>, C<discard>, and C<autodefer>
2355 (tied @a)->flush;
[all...]
/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 82 milliseconds