Searched refs:hits (Results 1 - 21 of 21) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dhash.h61 unsigned char hits; member in struct:entry
H A Dhashserv.c81 h->hits++;
102 h->hits++;
145 h->hits = flg;
196 prn_buff(h->hits);
213 prs_buff(_gettext("hits cost command\n"));
262 hentry.hits = 0;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exec.c131 hits++;
162 hits--;
439 if (hits+misses)
440 printf("%d hits, %d misses, %d%%\n",
441 hits, misses, 100 * hits / (hits + misses));
H A Dsh.h568 int hits, misses; variable
/illumos-gate/usr/src/lib/libcmd/common/
H A Dgrep.c126 Sfulong_t hits; /* labeled pattern matches */ member in struct:Item_s
127 Sfulong_t total; /* total hits */
155 int list; /* list files with hits */
159 Sfulong_t hits; /* total matched pattern count */ member in struct:State_s
162 unsigned char count; /* count number of hits */
328 item->hits++;
355 Sfulong_t hits = 0; local
395 x->hits++;
416 hits++;
540 if (hits
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c50 static int hits = 0; variable
92 hits++;
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon2638
H A Dfastfind.c1124 fp->encode.hits[fp->encode.code[n][m]]++;
1125 fp->encode.hits[0] = 0;
1128 if (d = fp->encode.hits[n])
1130 fp->encode.hits[n] = m;
1135 fp->encode.hits[n] = 0;
1138 if (fp->encode.hits[fp->encode.code[n][m]])
1141 b = fp->encode.hits[d] - 1;
1143 if (fp->encode.hits[d]++ >= FF_MAX)
1144 fp->encode.hits[d] = 0;
/illumos-gate/usr/src/stand/lib/fs/common/
H A Dcache.c76 int hits; /* .. Total cache hits */ member in struct:head
130 chp->hits += 1;
619 printf(" cache hits %d\n", hp->hits);
/illumos-gate/usr/src/tools/protocmp/
H A Dprotodir.c364 int hits = 0; local
390 while (fgets(buf, BUFSIZ, pkginfo_fp) && (hits != 3)) {
402 hits += 1;
418 hits += 2;
/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h109 int hits; /* hits that we can really use */ member in struct:ncstats
120 kstat_named_t ncs_hits; /* cache hits */
122 kstat_named_t ncs_neg_hits; /* negative cache hits */
136 kstat_named_t ncs_dir_hits; /* dir cache hits */
/illumos-gate/usr/src/cmd/nscd/
H A Dcache.h121 uint_t hits; /* number of hits */ member in struct:nsc_entry_stat
226 ulong_t pos_hits; /* hits on +ve entries */
227 ulong_t neg_hits; /* hits on -ve entries */
H A Dcache.c494 (void) fprintf(stdout, gettext("\t hits: %u\n"), entry->stats.hits);
505 (void) fprintf(stdout, gettext("\t positive hits: %lu\n"),
507 (void) fprintf(stdout, gettext("\t negative hits: %lu\n"),
1525 this_stats->hits++; /* update hit count */
1873 (void) insertn(table, entry->stats.hits, entry);
2104 (*entry)->stats.hits >=
2105 nscdb->htable[hash]->stats.hits) {
/illumos-gate/usr/src/uts/sun4/ml/
H A Dip_ocsum.s299 ! preload for main loop - 9 clocks assuming D$ hits at 1 per
/illumos-gate/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c181 sdbc_hit_percent(uint_t hits, uint_t misses, char *type) argument
186 mdb_printf("%s hits: %u\t %s misses: %u\n", type, hits, type, misses);
189 if (hits > 0 || misses > 0) {
190 dhits = (uint64_t)hits;
1791 mdb_printf("hits %8-d creat time %?-p\n", centry.cc_hits,
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c168 * If dnlc_nentries hits dnlc_max_nentries (twice ncsize)
192 { "hits", KSTAT_DATA_UINT64 },
638 ncstats.hits++;
645 ncstats.hits, vp, name);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c673 int hits = 0; local
730 hits++; /* count valid certs found */
734 if (rv == KMF_OK && hits > 0) {
742 /* since we sorted the list, just return the number of hits */
743 *numcerts = hits;
745 if (rv == KMF_OK && hits == 0)
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c1049 SAVE_INT32(ksi, ncstats, hits);
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs338 SAVE_INT32(self, ncstatsp, hits);
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_path.c179 int hits; member in struct:ibcm_path_cache_stat_s
297 ibcm_path_cache_stats.hits++;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c652 { "hits", KSTAT_DATA_UINT64 },
754 * We define a macro to allow ARC hits/misses to be easily broken down by
756 * each of hits and misses (so eight statistics total).
4839 data, metadata, hits);

Completed in 158 milliseconds