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; local
205 (void) __getrnge(&lcnt, &dcnt, &ep[i]);
210 while (dcnt--)
218 (void) __getrnge(&lcnt, &dcnt, ep);
223 while (dcnt--)
225 if (dcnt < 0) lp++;
229 (void) __getrnge(&lcnt, &dcnt, ep);
234 while (dcnt--)
236 if (dcnt < 0) lp++;
241 (void) __getrnge(&lcnt, &dcnt, (e
[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) argument
180 pcnt, dcnt);
184 r->tpad_dcnt = dcnt;
H A Dtopo_xml.c1176 int dcnt = 0; local
1199 dcnt++;
1254 "pad_process: dcnt=%d, pgcnt=%d, ecnt=%d, joined_set=%d\n",
1255 dcnt, pgcnt, ecnt, joined_set);
1287 if ((new = tf_pad_new(mp, pgcnt, dcnt)) == NULL)
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_dump.c806 pgcnt_t dcnt = 0, tcnt = 0; local
820 dcnt++; /* dirty count */
824 STAT->cs_upage2statef = dcnt;
826 dcnt, tcnt);
828 dcnt, mmu_ptob(dcnt));
830 return (dcnt);
/illumos-gate/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dpcibus.c431 int dcnt = 0, rcnt; local
445 ++dcnt;
453 if (dcnt) {
462 if (dcnt)
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_cryptoadm.c976 uint_t dcnt = 0; local
985 dcnt++;
990 if (scnt == dcnt) {
996 mech_names = kmem_alloc((scnt - dcnt) * sizeof (crypto_mech_name_t),
1010 *count = scnt - dcnt;
/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_mac.h405 uint_t dcnt; /* defer timer counter [15-0] (RW) */ member in struct:hme_bmac
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c1215 double dcnt = Blk_cnt, dBpi = Bpi, dsiz = BLKSIZ, dgap = 0.3; local
1217 return ((int)(dcnt / (((dcnt * dsiz / dBpi) + dgap) / 12.0) * disc));
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_mac.h722 uint32_t dcnt; /* 0x6110 defer timer cnt [15-0] (RW) */ member in struct:bmac
H A Deri.c1569 PUT_MACREG(dcnt, 0);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c14030 uint32_t dcnt; local
14097 dcnt = count;
14215 ASSERT(listindex == dcnt);

Completed in 122 milliseconds