/titanic_44/usr/src/uts/sun/io/audio/drv/audiocs/ |
H A D | audio_4231_apcdma.c | 207 uint32_t dirty; in apc_start_engine() local 214 dirty = APC_PD; in apc_start_engine() 217 dirty = APC_CD; in apc_start_engine() 222 for (x = 0; !(csr & dirty) && x < CS4231_TIMEOUT; x++) { in apc_start_engine() 347 uint32_t dirty; in apc_reload() local 352 dirty = APC_PD; in apc_reload() 356 dirty = APC_CD; in apc_reload() 362 if ((ddi_get32(handle, &APC_DMACSR) & dirty) == 0) { in apc_reload()
|
/titanic_44/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_ttl.c | 99 int ch, digits, dirty; in ns_parse_ttl() local 104 dirty = 0; in ns_parse_ttl() 129 dirty = 1; in ns_parse_ttl() 132 if (dirty) in ns_parse_ttl() 136 } else if (!dirty) in ns_parse_ttl()
|
/titanic_44/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_net_pton.c | 65 int n, ch, tmp = 0, dirty, bits; in inet_net_pton_ipv4() local 75 dirty = 0; in inet_net_pton_ipv4() 82 if (dirty == 0) in inet_net_pton_ipv4() 86 if (++dirty == 2) { in inet_net_pton_ipv4() 90 dirty = 0; in inet_net_pton_ipv4() 93 if (dirty) { /*%< Odd trailing nybble? */ in inet_net_pton_ipv4()
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_pcu.c | 78 static int flush_centry_list(_sd_cd_info_t *cdi, _sd_cctl_t *dirty, dev_t dev, 322 bmap->bitmaps[i].dirty = bits; in add_bitmap_entry() 406 _sd_cctl_t *dirty, in flush_centry_list() argument 418 if (dirty == NULL) in flush_centry_list() 429 cc_ent = dirty; in flush_centry_list() 438 cc_ent = dirty; in flush_centry_list() 461 dirty = dirty->cc_dirty_link; in flush_centry_list() 462 } while (dirty); in flush_centry_list()
|
H A D | sd_ft.c | 440 int dirty = ft_cent->sc_dirty; in _sd_ft_clone() local 444 SDTRACE(ST_ENTER|SDF_FT_CLONE, cd, BLK_FBAS, cblk, dirty, _SD_NO_NET); in _sd_ft_clone() 449 cd, cblk, dirty); in _sd_ft_clone() 451 cd, BLK_FBAS, cblk, dirty, EINTR); in _sd_ft_clone() 472 ent->cc_dirty = ent->cc_valid = (ushort_t)dirty; in _sd_ft_clone() 508 SDTRACE(ST_EXIT|SDF_FT_CLONE, cd, BLK_FBAS, cblk, dirty, _SD_NO_NET); in _sd_ft_clone()
|
H A D | sd_io.c | 1072 int dirty; in _sd_async_flcent() local 1089 dirty = CENTRY_DIRTY(cc_ent); in _sd_async_flcent() 1091 if (_SD_BMAP_ISFULL(dirty)) { in _sd_async_flcent() 1110 cc_ent->cc_iocount = SDBC_LOOKUP_DTCOUNT(dirty); in _sd_async_flcent() 1112 while (dirty) { in _sd_async_flcent() 1113 sblk = SDBC_LOOKUP_STPOS(dirty); in _sd_async_flcent() 1114 len = SDBC_LOOKUP_LEN(dirty); in _sd_async_flcent() 1115 SDBC_LOOKUP_MODIFY(dirty); in _sd_async_flcent() 1767 uint_t dirty; in _sd_ccent_rd() local 1769 dirty = CENTRY_DIRTY(cc_ent); in _sd_ccent_rd() [all …]
|
H A D | safestore.h | 357 #define SSOP_DECONFIGURE(ssp, dirty) ((ssp)->ssop_deconfigure(dirty)) argument
|
H A D | sd_pcu.h | 74 uint32_t dirty; /* Bitmap of dirty fba'a (_sd_bitmap_t) */ member
|
H A D | sd_bcache.h | 809 _sd_bitmap_t dirty, newdb = SDBC_GET_BITS(fba_off, fba_len); \ 812 dirty = ((cc_entry)->cc_dirty |= newdb); \ 813 gl->sc_dirty = dirty; \ 818 _sd_bitmap_t dirty, newdb = SDBC_GET_BITS(fba_off, fba_len); \ 822 dirty = (cc_entry)->cc_toflush | (cc_entry)->cc_dirty; \ 823 gl->sc_dirty = dirty; \
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | vm_pvn.c | 245 page_t *dirty; in pvn_write_kluster() local 268 dirty = pp; in pvn_write_kluster() 280 page_add(&dirty, pp); in pvn_write_kluster() 292 page_add(&dirty, pp); in pvn_write_kluster() 293 dirty = dirty->p_next; in pvn_write_kluster() 298 return (dirty); in pvn_write_kluster()
|
/titanic_44/usr/src/lib/libsqlite/src/ |
H A D | pager.c | 119 u8 dirty; /* TRUE if we need to write back changes */ member 497 pPg->dirty = 0; in pager_unwritelock() 582 pPg->dirty = 0; in pager_playback_one_page() 740 if( !pPg->dirty ) continue; in pager_playback() 755 pPg->dirty = 0; in pager_playback() 1267 assert( pList->dirty ); in pager_write_pagelist() 1274 pList->dirty = 0; in pager_write_pagelist() 1289 if( p->dirty ){ in pager_get_all_dirty_pages() 1435 if( pPg->dirty ){ in sqlitepager_get() 1444 assert( pPg->dirty==0 ); in sqlitepager_get() [all …]
|
/titanic_44/usr/src/cmd/fm/modules/common/sw-diag-response/subsidiary/smf/ |
H A D | smf_response.c | 274 int dirty = 0; in swrp_smf_cache_mark() local 291 dirty++; in swrp_smf_cache_mark() 294 dirty++; in swrp_smf_cache_mark() 298 if (dirty) in swrp_smf_cache_mark()
|
/titanic_44/usr/src/uts/intel/io/drm/ |
H A D | radeon_state.c | 462 drm_radeon_texture_regs_t *tex, unsigned int dirty) in radeon_emit_state() argument 465 DRM_DEBUG("dirty=0x%08x\n", dirty); in radeon_emit_state() 467 if (dirty & RADEON_UPLOAD_CONTEXT) { in radeon_emit_state() 498 if (dirty & RADEON_UPLOAD_VERTFMT) { in radeon_emit_state() 505 if (dirty & RADEON_UPLOAD_LINE) { in radeon_emit_state() 515 if (dirty & RADEON_UPLOAD_BUMPMAP) { in radeon_emit_state() 525 if (dirty & RADEON_UPLOAD_MASKS) { in radeon_emit_state() 534 if (dirty & RADEON_UPLOAD_VIEWPORT) { in radeon_emit_state() 546 if (dirty & RADEON_UPLOAD_SETUP) { in radeon_emit_state() 555 if (dirty & RADEON_UPLOAD_MISC) { in radeon_emit_state() [all …]
|
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/ |
H A D | gc_frm_kdc.c | 52 int dirty[NCC_TGTS]; member 62 (ts)->cc_tgts.dirty[(ts)->cc_tgts.cur] = 0; \ 214 rb->dirty[i] = 1; in shift_cc_tgts() 221 if (rb->dirty[i]) { in shift_cc_tgts() 223 rb->dirty[i] = 0; in shift_cc_tgts() 240 if (rb->dirty[i]) { in clean_cc_tgts() 242 rb->dirty[i] = 0; in clean_cc_tgts()
|
/titanic_44/usr/src/lib/librstp/common/ |
H A D | TODO | 13 standard (now portEnabled variable is realized in 'dirty' way),
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | fsck.h | 131 #define sbdirty() dirty(&sblk) 132 #define cgdirty() dirty(&cgblk) 549 void dirty(struct bufarea *);
|
H A D | dir.c | 147 dirty(bp); in dirscan() 279 dirty(bp); in fsck_readdir() 948 dirty(bp[0]); in expanddir() 960 dirty(bp[1]); in expanddir() 1039 dirty(bp[1]); in expanddir() 1152 dirty(bp); in allocdir()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 384 uint64_t dirty = spa->spa_dsl_pool->dp_dirty_total; in vdev_queue_max_async_writes() local 398 if (dirty < min_bytes) in vdev_queue_max_async_writes() 400 if (dirty > max_bytes) in vdev_queue_max_async_writes() 409 writes = (dirty - min_bytes) * in vdev_queue_max_async_writes()
|
H A D | dmu_tx.c | 1058 dmu_tx_delay(dmu_tx_t *tx, uint64_t dirty) in dmu_tx_delay() argument 1065 if (dirty <= delay_min_bytes) in dmu_tx_delay() 1074 ASSERT3U(dirty, <, zfs_dirty_data_max); in dmu_tx_delay() 1078 (dirty - delay_min_bytes) / (zfs_dirty_data_max - dirty); in dmu_tx_delay() 1084 DTRACE_PROBE3(delay__mintime, dmu_tx_t *, tx, uint64_t, dirty, in dmu_tx_delay() 1322 uint64_t dirty = dp->dp_dirty_total; in dmu_tx_wait() local 1325 dmu_tx_delay(tx, dirty); in dmu_tx_wait()
|
/titanic_44/usr/src/cmd/sendmail/cf/cf/ |
H A D | submit.mc | 21 define(`__OSTYPE__',`')dnl dirty hack to keep proto.m4 from complaining
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsadmin/ |
H A D | cfsadmin.c | 902 int dirty; in resource_file_grow() local 954 dirty = 1; in resource_file_grow() 956 dirty = 0; in resource_file_grow() 1023 if (!dirty) { in resource_file_grow()
|
/titanic_44/usr/src/uts/common/ipp/ipgpc/ |
H A D | filters.c | 480 int dirty = -1; /* set dirty to not found */ in filter_name2id() local 495 if (dirty == -1) { /* this is the first dirty space */ in filter_name2id() 497 dirty = h; in filter_name2id() 506 if ((dirty != -1) && (ipgpc_fid_list[h].info == 0)) { in filter_name2id() 507 *out_id = dirty; in filter_name2id() 535 int dirty = -1; /* set dirty to not found */ in class_name2id() local 549 if (dirty == -1) { /* this is the first dirty space */ in class_name2id() 551 dirty = h; in class_name2id() 560 if ((dirty != -1) && (ipgpc_cid_list[h].info == 0)) { in class_name2id() 561 *out_id = dirty; in class_name2id()
|
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/ |
H A D | etm_ckpt.c | 420 boolean_t dirty = B_FALSE; /* dirty flag */ in etm_ckpt_recover() local 499 dirty = B_TRUE; in etm_ckpt_recover() 516 if (dirty) { in etm_ckpt_recover()
|
/titanic_44/usr/src/cmd/sgs/elfedit/common/ |
H A D | _elfedit.h | 158 int dirty; /* TRUE if outfile needs to be saved */ member
|
/titanic_44/usr/src/cmd/sendmail/db/hash/ |
H A D | hash_page.c | 235 __ham_item_done(dbc, dirty) in __ham_item_done() argument 237 int dirty; 249 dirty && hcp->dpagep == NULL); 253 t_ret = __ham_put_page(dbp, hcp->dpagep, dirty); 1815 __ham_next_cpage(dbc, pgno, dirty, flags) in __ham_next_cpage() argument 1818 int dirty; 1829 (ret = __ham_put_page(dbp, hcp->dpagep, dirty)) != 0) 1832 (ret = __ham_put_page(dbp, hcp->pagep, dirty)) != 0)
|