Searched refs:is_dirty (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c373 int is_dirty = 0; local
392 is_dirty = 1;
397 if (is_dirty)
400 return (is_dirty);
H A Ddevid_cache.c519 int is_dirty = 0; local
566 is_dirty = 1;
620 is_dirty = 1;
631 if (is_dirty)
691 int is_dirty = 0; local
705 is_dirty = 0;
713 if (is_dirty)
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c46 extern int is_dirty(void);
63 extern int is_dirty();
270 exit(is_dirty());
H A Dsd_trace.c181 is_dirty() function
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c936 __put_page(hashp, pagep, addr_type, is_dirty)
939 int32_t addr_type, is_dirty;
946 return (mpool_put(hashp->mp, pagep, (is_dirty ? MPOOL_DIRTY : 0)));
/illumos-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_page.c1554 __ham_put_page(dbp, pagep, is_dirty)
1557 int32_t is_dirty;
1562 return (memp_fput(dbp->mpf, pagep, (is_dirty ? DB_MPOOL_DIRTY : 0)));

Completed in 72 milliseconds