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

123

/freebsd-10.0-release/contrib/dtc/scripts/
H A Dsetlocalversion20 printf '%s' -dirty
/freebsd-10.0-release/contrib/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;
/freebsd-10.0-release/contrib/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);
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_ttl.c99 int ch, digits, dirty; local
104 dirty = 0;
129 dirty = 1;
132 if (dirty)
136 } else if (!dirty)
/freebsd-10.0-release/sys/dev/drm/
H A Dmach64_state.c145 unsigned int dirty = sarea_priv->dirty; local
150 mach64_print_dirty(__FUNCTION__, dirty);
152 DRM_DEBUG("dirty=0x%08x\n", dirty);
157 if (dirty & MACH64_UPLOAD_MISC) {
162 sarea_priv->dirty &= ~MACH64_UPLOAD_MISC;
165 if (dirty & MACH64_UPLOAD_DST_OFF_PITCH) {
167 sarea_priv->dirty &= ~MACH64_UPLOAD_DST_OFF_PITCH;
169 if (dirty
[all...]
H A Dmga_state.c356 unsigned int dirty = sarea_priv->dirty; local
363 if (dirty & MGA_UPLOAD_CONTEXT) {
365 sarea_priv->dirty &= ~MGA_UPLOAD_CONTEXT;
368 if (dirty & MGA_UPLOAD_TEX0) {
370 sarea_priv->dirty &= ~MGA_UPLOAD_TEX0;
377 unsigned int dirty = sarea_priv->dirty; local
385 if (dirty & MGA_UPLOAD_CONTEXT) {
387 sarea_priv->dirty
446 unsigned int dirty = sarea_priv->dirty; local
[all...]
H A Dr128_state.c230 unsigned int dirty = sarea_priv->dirty; local
232 DRM_DEBUG("dirty=0x%08x\n", dirty);
234 if (dirty & R128_UPLOAD_CORE) {
236 sarea_priv->dirty &= ~R128_UPLOAD_CORE;
239 if (dirty & R128_UPLOAD_CONTEXT) {
241 sarea_priv->dirty &= ~R128_UPLOAD_CONTEXT;
244 if (dirty & R128_UPLOAD_SETUP) {
246 sarea_priv->dirty
[all...]
H A Dradeon_state.c450 unsigned int dirty)
453 DRM_DEBUG("dirty=0x%08x\n", dirty);
455 if (dirty & RADEON_UPLOAD_CONTEXT) {
486 if (dirty & RADEON_UPLOAD_VERTFMT) {
493 if (dirty & RADEON_UPLOAD_LINE) {
503 if (dirty & RADEON_UPLOAD_BUMPMAP) {
513 if (dirty & RADEON_UPLOAD_MASKS) {
522 if (dirty & RADEON_UPLOAD_VIEWPORT) {
534 if (dirty
446 radeon_emit_state(drm_radeon_private_t * dev_priv, struct drm_file *file_priv, drm_radeon_context_regs_t * ctx, drm_radeon_texture_regs_t * tex, unsigned int dirty) argument
[all...]
H A Dmach64_drm.h131 unsigned int dirty; member in struct:drm_mach64_sarea
H A Dvia_drm.h187 unsigned int dirty; member in struct:_drm_via_sarea
/freebsd-10.0-release/lib/libc/inet/
H A Dinet_net_pton.c67 int n, ch, tmp = 0, dirty, bits; local
77 dirty = 0;
84 if (dirty == 0)
88 if (++dirty == 2) {
92 dirty = 0;
95 if (dirty) { /*%< Odd trailing nybble? */
/freebsd-10.0-release/sys/fs/msdosfs/
H A Dfat.h102 int markvoldirty(struct msdosfsmount *pmp, int dirty);
/freebsd-10.0-release/sbin/dump/
H A Dmain.c100 int dirty; local
546 dirty = 0; /* XXX just to get gcc to shut up */
549 dirty = *map++;
551 dirty >>= 1;
552 if ((dirty & 1) == 0)
568 dirty = *map++;
570 dirty >>= 1;
571 if ((dirty & 1) == 0)
/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_state.c472 unsigned int dirty)
475 DRM_DEBUG("dirty=0x%08x\n", dirty);
477 if (dirty & RADEON_UPLOAD_CONTEXT) {
508 if (dirty & RADEON_UPLOAD_VERTFMT) {
515 if (dirty & RADEON_UPLOAD_LINE) {
525 if (dirty & RADEON_UPLOAD_BUMPMAP) {
535 if (dirty & RADEON_UPLOAD_MASKS) {
544 if (dirty & RADEON_UPLOAD_VIEWPORT) {
556 if (dirty
468 radeon_emit_state(drm_radeon_private_t * dev_priv, struct drm_file *file_priv, drm_radeon_context_regs_t * ctx, drm_radeon_texture_regs_t * tex, unsigned int dirty) argument
[all...]
/freebsd-10.0-release/sys/vm/
H A Dvm_page.c909 * Set all bits in the page's dirty field.
929 m->dirty = VM_PAGE_BITS_ALL;
1044 * Since we are inserting a new and possibly dirty page,
1235 * Note: we *always* dirty the page. It is necessary both for the
1552 KASSERT(m->dirty == 0, ("vm_page_alloc: page %p is dirty", m));
1859 KASSERT(m->dirty == 0,
1860 ("vm_page_alloc_init: page %p is dirty", m));
2456 if (m->dirty || m->hold_count || m->wire_count ||
2460 if (m->dirty)
[all...]
H A Dvm_page.h101 * dirty field is machine dependent (M). In the
109 * contains the dirty field. In the machine-independent layer,
159 vm_page_bits_t dirty; /* map of dirty DEV_BSIZE chunks (M) */ member in struct:vm_page
328 #define PG_WINATCFLS 0x0040 /* flush dirty page on inactive q */
612 * Set all bits in the page's dirty field.
627 m->dirty = VM_PAGE_BITS_ALL;
650 * Set page to not be dirty. Note: does not clear pmap modify bits
657 m->dirty = 0;
H A Dphys_pager.c153 KASSERT(m[i]->dirty == 0,
154 ("phys_pager_getpages: dirty page %p", m[i]));
H A Dvnode_pager.c428 * dirty bit for a partially zeroed block is not
434 * Clear out partial-page dirty bits.
570 KASSERT((m->dirty & bits) == 0,
571 ("vnode_pager_input_smlfs: page %p is dirty", m));
643 KASSERT(m->dirty == 0, ("vnode_pager_input_old: page %p is dirty", m));
789 KASSERT(m[reqpage]->dirty == 0,
790 ("vnode_pager_generic_getpages: page %p is dirty", m));
986 KASSERT(mt->dirty == 0,
987 ("vnode_pager_generic_getpages: page %p is dirty",
[all...]
/freebsd-10.0-release/usr.sbin/bsnmpd/modules/snmp_hast/
H A Dhast_snmp.c71 uint64_t dirty; member in struct:hast_snmp_resource
332 res->dirty = nv_get_uint64(nvout, "dirty%u", i);
474 value->v.counter64 = res->dirty;
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dfsck.h205 #define dirty(bp) do { \ macro
218 #define sbdirty() dirty(&sblk)
H A Ddir.c134 dirty(bp);
171 dirty(bp);
198 dirty(bp);
583 dirty(bp);
594 dirty(bp);
634 dirty(bp);
/freebsd-10.0-release/usr.bin/csup/
H A Dstatus.c88 int dirty; member in struct:status
442 st->dirty = 0;
583 st->dirty = 1;
716 st->dirty = 1;
737 st->dirty = 1;
820 if (st->dirty) {

Completed in 124 milliseconds

123