HomeSort by relevance Sort by last modified time
    Searched defs:counts (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
mdi.c 323 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...]
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/authenticamd/
authamd_main.c 280 * zero any counts
680 * and clear ECC counts.
857 * Control Register grab the ECC counts by channel and chip-select
976 uint8_t counts[AUTHAMD_DRAM_NCHANNEL * AUTHAMD_DRAM_NCS]; local
999 counts[nelems++] = msl->aal_eccerrcnt[chan][cs];
1031 DATA_TYPE_UINT8_ARRAY, nelems, &counts[0],
  /onnv/onnv-gate/usr/src/lib/libresolv2/common/resolv/
res_mkupdate.c 91 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]);
  /onnv/onnv-gate/usr/src/cmd/truss/
ramdata.h 192 struct counts { /* structure for keeping counts */ struct
215 extern struct counts *Cp; /* for counting: malloc() or shared memory */
  /onnv/onnv-gate/usr/src/uts/common/io/drm/
drmP.h 623 uint32_t counts[15]; member in struct:drm_device

Completed in 540 milliseconds