Searched defs:hits (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Dhash.h61 unsigned char hits; member in struct:entry
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dreplay.c50 static int hits = 0; variable
92 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/lib/libast/common/misc/
H A Dfindlib.h83 unsigned short hits[USHRT_MAX+1]; member in struct:__anon2638
/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/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/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 */
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h568 int hits, misses; variable
/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/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/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)

Completed in 219 milliseconds