/titanic_44/usr/src/lib/libcmd/common/ |
H A D | grep.c | 126 Sfulong_t hits; /* labeled pattern matches */ member 159 Sfulong_t hits; /* total matched pattern count */ member 328 item->hits++; in record() 355 Sfulong_t hits = 0; in execute() local 395 x->hits++; in execute() 416 hits++; in execute() 540 if (hits && state->list >= 0) in execute() 549 state->hits += hits; in execute() 554 sfprintf(sfstdout, "%I*u\n", sizeof(hits), hits); in execute() 558 else if ((hits != 0) == (state->list > 0)) in execute() [all …]
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cachefsstat/ |
H A D | cachefsstat.c | 147 u_longlong_t hits; in print_stats() local 149 hits = (u_longlong_t)stats_hits(sc); in print_stats() 151 if (hits + misses != 0) in print_stats() 152 hitp = (uint_t)((100 * hits) / (hits + misses)); in print_stats() 167 hitp, hits, misses); in print_stats()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.exec.c | 131 hits++; in doexec() 162 hits--; in doexec() 439 if (hits+misses) in hashstat() 441 hits, misses, 100 * hits / (hits + misses)); in hashstat()
|
H A D | sh.h | 568 int hits, misses; variable
|
/titanic_44/usr/src/cmd/sh/ |
H A D | hashserv.c | 81 h->hits++; 102 h->hits++; 145 h->hits = flg; 196 prn_buff(h->hits); 262 hentry.hits = 0; in hash_func()
|
H A D | hash.h | 61 unsigned char hits; member
|
/titanic_44/usr/src/cmd/krb5/krb5kdc/ |
H A D | replay.c | 50 static int hits = 0; variable 92 hits++; in kdc_check_lookaside()
|
/titanic_44/usr/src/lib/libast/common/misc/ |
H A D | fastfind.c | 1124 fp->encode.hits[fp->encode.code[n][m]]++; in findsync() 1125 fp->encode.hits[0] = 0; in findsync() 1128 if (d = fp->encode.hits[n]) in findsync() 1130 fp->encode.hits[n] = m; in findsync() 1135 fp->encode.hits[n] = 0; in findsync() 1138 if (fp->encode.hits[fp->encode.code[n][m]]) in findsync() 1141 b = fp->encode.hits[d] - 1; in findsync() 1143 if (fp->encode.hits[d]++ >= FF_MAX) in findsync() 1144 fp->encode.hits[d] = 0; in findsync()
|
H A D | findlib.h | 83 unsigned short hits[USHRT_MAX+1]; member
|
/titanic_44/usr/src/tools/protocmp/ |
H A D | protodir.c | 364 int hits = 0; in read_pkginfo() local 390 while (fgets(buf, BUFSIZ, pkginfo_fp) && (hits != 3)) { in read_pkginfo() 402 hits += 1; in read_pkginfo() 418 hits += 2; in read_pkginfo()
|
/titanic_44/usr/src/stand/lib/fs/common/ |
H A D | cache.c | 76 int hits; /* .. Total cache hits */ member 130 chp->hits += 1; in get_cache() 619 printf(" cache hits %d\n", hp->hits); in print_cache_data()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | dnlc.h | 109 int hits; /* hits that we can really use */ member
|
/titanic_44/usr/src/uts/common/fs/zev/ |
H A D | zev_checksums.c | 36 uint64_t hits; member 212 *c_hits = zev_sig_cache.hits; in zev_chksum_stats() 296 zev_sig_cache.hits++; in zev_chksum_cache_get()
|
/titanic_44/usr/src/cmd/nscd/ |
H A D | cache.h | 121 uint_t hits; /* number of hits */ member
|
H A D | cache.c | 494 (void) fprintf(stdout, gettext("\t hits: %u\n"), entry->stats.hits); in print_entry() 1525 this_stats->hits++; /* update hit count */ in lookup_int() 1873 (void) insertn(table, entry->stats.hits, entry); in getxy_keepalive() 2104 (*entry)->stats.hits >= in lookup_cache() 2105 nscdb->htable[hash]->stats.hits) { in lookup_cache()
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 299 ! preload for main loop - 9 clocks assuming D$ hits at 1 per
|
/titanic_44/usr/src/uts/common/avs/ns/sdbc/ |
H A D | cache_kstats_readme.txt | 78 sdbc_rdhits st_rdhits - number of read hits 80 sdbc_wrhits st_wrhits - number of write hits
|
H A D | dynmem_readme.txt | 263 sdbc_rdhits ------- st_rdhits - number of read hits 265 sdbc_wrhits ------- st_wrhits - number of write hits
|
/titanic_44/usr/src/cmd/mdb/common/modules/sdbc/ |
H A D | sdbc.c | 181 sdbc_hit_percent(uint_t hits, uint_t misses, char *type) in sdbc_hit_percent() argument 186 mdb_printf("%s hits: %u\t %s misses: %u\n", type, hits, type, misses); in sdbc_hit_percent() 189 if (hits > 0 || misses > 0) { in sdbc_hit_percent() 190 dhits = (uint64_t)hits; in sdbc_hit_percent()
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | australasia | 983 # directly for abbreviation usage, as there are so many false hits for 986 # following numbers of unique hits for the listed Google queries: 988 # 10 "Eastern Daylight Time AEST" site:au [some are false hits] 994 # 39 "EDT Eastern Daylight Time" site:au [some are false hits] 995 # 53 "Eastern Daylight Time EDT" site:au [some are false hits] 999 # 17 "Central Daylight Time CDT" site:au [some are false hits] 1003 # they all returned fewer than 10 unique hits. I also looked for pages 1005 # there is no WST in the US to generate false hits, and found: 1058 # Googling site:atsb.gov.au found the following number of unique hits:
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | dnlc.c | 639 ncstats.hits++; in dnlc_lookup() 646 ncstats.hits, vp, name); in dnlc_lookup()
|
/titanic_44/usr/src/lib/libkmf/plugins/kmf_openssl/common/ |
H A D | openssl_spi.c | 673 int hits = 0; in load_certs() local 730 hits++; /* count valid certs found */ in load_certs() 734 if (rv == KMF_OK && hits > 0) { in load_certs() 743 *numcerts = hits; in load_certs() 745 if (rv == KMF_OK && hits == 0) in load_certs()
|
/titanic_44/usr/src/data/perfmon/ |
H A D | readme.txt | 169 when the store hits in the L1 cache and 0 when it misses.
|
/titanic_44/usr/src/uts/common/io/usb/hcd/ |
H A D | README | 104 streaming in Schizo (PCI bridge) and no cache hits for an ED or TD:
|
/titanic_44/usr/src/cmd/stat/kstat/ |
H A D | kstat.c | 1048 SAVE_INT32(ksi, ncstats, hits); in save_ncstats()
|