Searched defs:counts (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Ddist.c158 * for the bucket counts.
183 * distarray[i + 1] exclusive by totalling counts in that index range. The
184 * given total is assumed to be the sum of all elements in the counts array.
193 dist_print_bucket(const int *distarray, int i, const uint_t *counts, argument
212 count += counts[b];
H A Dmdi.c323 static int counts = 0; local
325 if (firstaddr == wsp->walk_addr && counts != 0) {
326 counts = 0;
330 counts = 0;
342 counts++;
392 static int counts = 0; local
394 if (firstaddr == wsp->walk_addr && counts != 0) {
395 counts = 0;
399 counts = 0;
411 counts
459 static int counts = 0; local
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c91 int section, numrrs = 0, counts[ns_s_max]; local
120 memset(counts, 0, sizeof counts);
126 counts[section]++;
128 if (counts[i])
708 hp->qdcount = htons(counts[0]);
709 hp->ancount = htons(counts[1]);
710 hp->nscount = htons(counts[2]);
711 hp->arcount = htons(counts[3]);
/illumos-gate/usr/src/cmd/truss/
H A Dramdata.h192 struct counts { /* structure for keeping counts */ struct
215 extern struct counts *Cp; /* for counting: malloc() or shared memory */
/illumos-gate/usr/src/uts/i86pc/cpu/authenticamd/
H A Dauthamd_main.c285 * zero any counts
685 * and clear ECC counts.
873 * Control Register grab the ECC counts by channel and chip-select
993 uint8_t counts[AUTHAMD_DRAM_NCHANNEL * AUTHAMD_DRAM_NCS]; local
1016 counts[nelems++] = msl->aal_eccerrcnt[chan][cs];
1048 DATA_TYPE_UINT8_ARRAY, nelems, &counts[0],
/illumos-gate/usr/src/uts/common/io/drm/
H A DdrmP.h751 uint32_t counts[15]; member in struct:drm_device

Completed in 71 milliseconds