| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | flush.pl | 10 ;# Usage: &flush(FILEHANDLE) 16 sub flush { subroutine
|
| /osnet-11/usr/src/lib/librstp/common/ |
| H A D | topoch.c | 55 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 D | StderrLog.java | 39 * 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 D | Syslog.java | 42 * 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 D | slpd.java | 163 * 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 D | fuse_common.h | 63 /** 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 D | fuse_compat.h | 40 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 D | fuse.h | 82 * 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 D | deflate.c | 235 int seq, i, flush, r, decode_proto; local
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | MakeMaker.pm | 54 $mm->flush; 863 sub flush { subroutine
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/ |
| H A D | File.pm | 418 $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 D | grub-mkimagexx.c | 526 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
|