Home
last modified time | relevance | path

Searched refs:dcnt (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libeti/form/common/
H A Dregex.c154 intptr_t i, lcnt, dcnt, gflg; in __advance() local
206 (void) __getrnge(&lcnt, &dcnt, &ep[i]); in __advance()
211 while (dcnt--) in __advance()
219 (void) __getrnge(&lcnt, &dcnt, ep); in __advance()
224 while (dcnt--) in __advance()
226 if (dcnt < 0) lp++; in __advance()
230 (void) __getrnge(&lcnt, &dcnt, ep); in __advance()
235 while (dcnt--) in __advance()
237 if (dcnt < 0) lp++; in __advance()
242 (void) __getrnge(&lcnt, &dcnt, (ep + (*ep & 0377))); in __advance()
[all …]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_parse.c175 tf_pad_new(topo_mod_t *mp, int pcnt, int dcnt) in tf_pad_new() argument
180 pcnt, dcnt); in tf_pad_new()
184 r->tpad_dcnt = dcnt; in tf_pad_new()
H A Dtopo_xml.c1190 int dcnt = 0; in pad_process() local
1213 dcnt++; in pad_process()
1266 dcnt, pgcnt, ecnt, joined_set); in pad_process()
1275 if ((new = tf_pad_new(mp, pgcnt, dcnt)) == NULL) in pad_process()
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c806 pgcnt_t dcnt = 0, tcnt = 0; in cpr_count_upages() local
820 dcnt++; /* dirty count */ in cpr_count_upages()
824 STAT->cs_upage2statef = dcnt; in cpr_count_upages()
826 dcnt, tcnt); in cpr_count_upages()
828 dcnt, mmu_ptob(dcnt)); in cpr_count_upages()
830 return (dcnt); in cpr_count_upages()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c985 uint_t dcnt = 0; in crypto_build_permitted_mech_names() local
994 dcnt++; in crypto_build_permitted_mech_names()
999 if (scnt == dcnt) { in crypto_build_permitted_mech_names()
1005 mech_names = kmem_alloc((scnt - dcnt) * sizeof (crypto_mech_name_t), in crypto_build_permitted_mech_names()
1019 *count = scnt - dcnt; in crypto_build_permitted_mech_names()
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c503 int dcnt = 0, rcnt, err; in declare_dev_and_fn() local
518 ++dcnt; in declare_dev_and_fn()
526 if (dcnt) { in declare_dev_and_fn()
535 if (dcnt) in declare_dev_and_fn()
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h405 uint_t dcnt; /* defer timer counter [15-0] (RW) */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1213 double dcnt = Blk_cnt, dBpi = Bpi, dsiz = BLKSIZ, dgap = 0.3; in blks_per_ft() local
1215 return ((int)(dcnt / (((dcnt * dsiz / dBpi) + dgap) / 12.0) * disc)); in blks_per_ft()
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h722 uint32_t dcnt; /* 0x6110 defer timer cnt [15-0] (RW) */ member
H A Deri.c1569 PUT_MACREG(dcnt, 0); in eri_init_macregs_generic()
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c14034 uint32_t dcnt; in fp_validate_area_domain() local
14101 dcnt = count; in fp_validate_area_domain()
14219 ASSERT(listindex == dcnt); in fp_validate_area_domain()