Searched refs:dirty (Results 1 - 25 of 92) sorted by relevance

1234

/macosx-10.10.1/BerkeleyDB-21/db/mp/
H A Dmp_trickle.c54 u_int32_t clean, dirty, i, need_clean, total, dtmp, wrote; local
71 * Loop through the caches counting total/dirty buffers.
79 for (ret = 0, i = dirty = total = 0; i < mp->nreg; ++i) {
83 dirty += dtmp;
87 * If there are sufficient clean buffers, no buffers or no dirty
90 if (total == 0 || dirty == 0)
94 * The total number of pages is an exact number, but the dirty page
96 * even possible the dirty page count ends up larger than the total
99 clean = total > dirty ? total - dirty
[all...]
H A Dmp_sync.c264 u_int32_t ar_cnt, ar_max, dirty, i, n_cache, remaining, wrote_total; local
292 /* Assume one dirty page per bucket. */
299 * Walk each cache's list of buffers and mark all dirty buffers to be
300 * written and all dirty buffers to be potentially written, depending
312 * only need write buffers that were dirty before
322 dirty = 0;
329 dirty++;
385 DB_ASSERT(env, dirty == hp->hash_page_dirty);
386 if (dirty != hp->hash_page_dirty) {
388 "memp_sync: correcting dirty coun
[all...]
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dlib_slktouch.c50 SP->_slk->dirty = TRUE;
H A Dlib_slkrefr.c75 if (slk->dirty || slk->ent[i].dirty) {
96 slk->ent[i].dirty = FALSE;
99 slk->dirty = FALSE;
H A Dlib_slk.c163 SP->_slk->dirty = TRUE;
188 SP->_slk->dirty = TRUE;
H A Dlib_slkset.c147 slk->ent[i].dirty = TRUE;
/macosx-10.10.1/apr-32/apr/apr/strings/
H A Dapr_cpystrn.c91 char *cleaned, *dirty; local
133 #define REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped) \
135 while(*dirty) { \
136 if (!escaped && *dirty == '\\') { \
141 *cleaned++ = *dirty; \
143 ++dirty; \
178 cleaned = dirty = (*argv_out)[argnum];
179 REMOVE_ESCAPE_CHARS(cleaned, dirty, escaped);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dshare.h41 CURL_VOLATILE unsigned int dirty; member in struct:Curl_share
H A Dshare.c56 if(share->dirty)
189 if(share->dirty) {
/macosx-10.10.1/libresolv-57/
H A Dns_ttl.c105 int ch, digits, dirty; local
110 dirty = 0;
135 dirty = 1;
138 if (dirty)
/macosx-10.10.1/Libc-1044.1.2/net/FreeBSD/
H A Dinet_net_pton.c71 int n, ch, tmp = 0, dirty, bits; local
81 dirty = 0;
88 if (dirty == 0)
92 if (++dirty == 2) {
96 dirty = 0;
99 if (dirty) { /*%< Odd trailing nybble? */
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/imap4/
H A Dimap4.tcl239 set dirty 0
241 {*\[READ-ONLY\]*} {set mboxinfo($chan,perm) READ-ONLY; incr dirty}
242 {*\[READ-WRITE\]*} {set mboxinfo($chan,perm) READ-WRITE; incr dirty}
243 {*\[TRYCREATE\]*} {set mboxinfo($chan,perm) TRYCREATE; incr dirty}
271 incr dirty
276 incr dirty
281 incr dirty
285 if {!$dirty && $tag eq {*}} {
289 incr dirty
293 incr dirty
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dmemfile.pro9 void mf_put __ARGS((memfile_T *mfp, bhdr_T *hp, int dirty, int infile));
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object.defs128 * This call indicates whether the returned data is dirty and whether
142 dirty : boolean_t;
/macosx-10.10.1/msdosfs-209.1.1/
H A Dmsdosfs.py429 self.dirty = False
490 self.dirty = True
495 if not self.dirty:
510 self.dirty = False
524 self.dirty = False
582 self.dirty = True
587 if not self.dirty:
602 self.dirty = False
611 self.dirty = False
659 self.dirty
[all...]
/macosx-10.10.1/msdosfs-209.1.1/fsck_msdos.tproj/
H A Dfat.c103 unsigned int dirty:1; member in struct:fat_cache_block
206 fat_cache[i].dirty = 0;
244 * to indicate "volume dirty" and "hard errors"; for FAT12, it must always
247 * Also check the "clean" bit. If it is not set (i.e., the volume is dirty),
311 * used block (writing it out first if it was dirty). Move the found cache
350 if (found->dirty)
371 found->dirty = 0;
563 block->dirty = 1;
597 block->dirty = 1;
635 block->dirty
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_upg.c394 int dirty, ret; local
415 dirty = 0;
420 (dbp, real_name, flags, fhp, page, &dirty)) != 0)
422 if (dirty) {
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dmpoolscript.tcl85 set master_page [$mp get -create -dirty $id]
117 set pp [$mpf get -create -dirty $p]
/macosx-10.10.1/apache-793/httpd/modules/session/
H A Dmod_session.h93 int dirty; /* dirty flag */ member in struct:__anon6069
134 * In most implementations the session is only saved if the dirty flag is
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dfat.h191 * Routine to mark a FAT16 or FAT32 volume as "clean" or "dirty" by manipulating the upper bit
194 int msdosfs_markvoldirty(struct msdosfsmount *pmp, int dirty);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A Dinifile.c237 * If our image is dirty, ignore all local changes
240 if (pconfig->dirty)
444 pconfig->dirty = 1;
693 pconfig->dirty = 1;
723 pconfig->dirty = 1;
735 pconfig->dirty = 1;
747 pconfig->dirty = 1;
817 pconfig->dirty = 1;
944 if (pconfig->dirty)
953 pconfig->dirty
[all...]
H A Dinifile.h108 int dirty; /* Did we make modifications? */ member in struct:TCFGDATA
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c160 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_sarray_control
176 boolean dirty; /* do current buffer contents need written? */ member in struct:jvirt_barray_control
659 sptr->dirty = FALSE;
683 bptr->dirty = FALSE;
777 if (ptr->dirty) {
779 ptr->dirty = FALSE;
832 /* Flag the buffer dirty if caller will write in it */
834 ptr->dirty = TRUE;
862 if (ptr->dirty) {
864 ptr->dirty
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A Djob.h36 dirty; /* Do we need to write the "c" file? */ member in struct:cupsd_job_s
/macosx-10.10.1/iodbc-42.5/iodbc/iodbc/
H A Dmisc.c190 pconfig->dirty = 1;

Completed in 520 milliseconds

1234