/titanic_50/usr/src/lib/libeti/form/common/ |
H A D | regex.c | 154 intptr_t i, lcnt, dcnt, gflg; in __advance() local 205 (void) __getrnge(&lcnt, &dcnt, &ep[i]); in __advance() 210 while (dcnt--) in __advance() 218 (void) __getrnge(&lcnt, &dcnt, ep); in __advance() 223 while (dcnt--) in __advance() 225 if (dcnt < 0) lp++; in __advance() 229 (void) __getrnge(&lcnt, &dcnt, ep); in __advance() 234 while (dcnt--) in __advance() 236 if (dcnt < 0) lp++; in __advance() 241 (void) __getrnge(&lcnt, &dcnt, (ep + (*ep & 0377))); in __advance() [all …]
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_parse.c | 175 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 D | topo_xml.c | 1176 int dcnt = 0; in pad_process() local 1199 dcnt++; in pad_process() 1255 dcnt, pgcnt, ecnt, joined_set); in pad_process() 1287 if ((new = tf_pad_new(mp, pgcnt, dcnt)) == NULL) in pad_process()
|
/titanic_50/usr/src/uts/common/cpr/ |
H A D | cpr_dump.c | 806 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()
|
/titanic_50/usr/src/uts/common/crypto/core/ |
H A D | kcf_cryptoadm.c | 976 uint_t dcnt = 0; in crypto_build_permitted_mech_names() local 985 dcnt++; in crypto_build_permitted_mech_names() 990 if (scnt == dcnt) { in crypto_build_permitted_mech_names() 996 mech_names = kmem_alloc((scnt - dcnt) * sizeof (crypto_mech_name_t), in crypto_build_permitted_mech_names() 1010 *count = scnt - dcnt; in crypto_build_permitted_mech_names()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.c | 433 int dcnt = 0, rcnt; in declare_dev_and_fn() local 447 ++dcnt; in declare_dev_and_fn() 455 if (dcnt) { in declare_dev_and_fn() 464 if (dcnt) in declare_dev_and_fn()
|
/titanic_50/usr/src/uts/common/io/hme/ |
H A D | hme_mac.h | 405 uint_t dcnt; /* defer timer counter [15-0] (RW) */ member
|
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/ |
H A D | volcopy.c | 1215 double dcnt = Blk_cnt, dBpi = Bpi, dsiz = BLKSIZ, dgap = 0.3; in blks_per_ft() local 1217 return ((int)(dcnt / (((dcnt * dsiz / dBpi) + dgap) / 12.0) * disc)); in blks_per_ft()
|
/titanic_50/usr/src/uts/sun/io/eri/ |
H A D | eri_mac.h | 722 uint32_t dcnt; /* 0x6110 defer timer cnt [15-0] (RW) */ member
|
H A D | eri.c | 1569 PUT_MACREG(dcnt, 0); in eri_init_macregs_generic()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/impl/ |
H A D | fp.c | 14030 uint32_t dcnt; in fp_validate_area_domain() local 14097 dcnt = count; in fp_validate_area_domain() 14215 ASSERT(listindex == dcnt); in fp_validate_area_domain()
|