| /NextBSD/sys/kern/ |
| HD | subr_hints.c | 136 int n = 0, hit, i = 0; in res_find() local 208 hit = 1; in res_find() 211 hit = 0; in res_find() 215 if (hit && n != 4) { in res_find() 219 hit = 0; in res_find() 221 if (hit && startln && *startln >= 0 && *line < *startln) in res_find() 222 hit = 0; in res_find() 223 if (hit && name && strcmp(name, r_name) != 0) in res_find() 224 hit = 0; in res_find() 225 if (hit && unit && *unit != r_unit) in res_find() [all …]
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | dnlcstat_example.txt | 7 dnlc %hit hit miss 38 initially there are high hit rates in the DNLC - over 90%. Eventually 39 the find command exhausts the DNLC, and the hit rate drops to below 10%.
|
| HD | dnlcps_example.txt | 4 Here we run dnlcps.d for o few seconds, then hit Ctrl-C, 46 are both using the DNLC a lot, and what hit rate they are scoring.
|
| HD | pgpginbypid_example.txt | 4 Here we run it for a few seconds then hit Ctrl-C,
|
| HD | inttimes_example.txt | 4 Here we run it for a few seconds then hit Ctrl-C,
|
| HD | readbytes_example.txt | 4 Here the readbytes.d script is run for a few seconds, then Ctrl-C is hit,
|
| HD | minfbypid_example.txt | 4 Here we run it for a few seconds then hit Ctrl-C,
|
| HD | rwbypid_example.txt | 4 Here we run it for a few seconds then hit Ctrl-C,
|
| HD | writebytes_example.txt | 4 Here the writebytes.d script is run for a few seconds, then Ctrl-C is hit,
|
| HD | writedist_example.txt | 4 Here the writedist.d script is run for a few seconds, then Ctrl-C is hit,
|
| HD | readdist_example.txt | 4 Here the readdist.d script is run for a few seconds, then Ctrl-C is hit,
|
| HD | rwbbypid_example.txt | 4 Here we run it for a few seconds then hit Ctrl-C,
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | d1_clnt.c | 276 s->hit = 0; in IMPLEMENT_dtls1_meth_func() 360 if (s->hit) { in IMPLEMENT_dtls1_meth_func() 564 if (!s->hit) in IMPLEMENT_dtls1_meth_func() 598 if (s->hit) { in IMPLEMENT_dtls1_meth_func() 613 if (!s->hit) in IMPLEMENT_dtls1_meth_func() 628 if (s->hit) { in IMPLEMENT_dtls1_meth_func() 700 if (s->hit) in IMPLEMENT_dtls1_meth_func() 758 if (s->hit) in IMPLEMENT_dtls1_meth_func()
|
| HD | s2_srvr.c | 226 if (!s->hit) { in IMPLEMENT_ssl2_meth_func() 261 if (s->hit) { in IMPLEMENT_ssl2_meth_func() 655 s->hit = 1; in get_client_hello() 673 if (!s->hit) { in get_client_hello() 729 int n, hit; in server_hello() local 735 hit = s->hit; in server_hello() 736 *(p++) = (unsigned char)hit; in server_hello() 738 if (!hit) { in server_hello() 760 if (!hit) { /* else add cert to session */ in server_hello() 783 if (hit) { in server_hello() [all …]
|
| HD | s2_clnt.c | 217 if (!s->hit) { /* new session */ in IMPLEMENT_ssl2_meth_func() 300 if (s->hit) in IMPLEMENT_ssl2_meth_func() 359 s->hit = (*(p++)) ? 1 : 0; in get_server_hello() 366 s->hit = (*p) ? 1 : 0; in get_server_hello() 404 if (s->hit) { in get_server_hello() 972 if (!s->hit) { /* new session */ in get_server_finished()
|
| /NextBSD/contrib/tzcode/zic/ |
| HD | zdump.c | 160 static time_t hunt(char * name, time_t lot, time_t hit); 482 hunt(char *name, time_t lot, time_t hit) in hunt() argument 498 diff = (long) (hit - lot); in hunt() 505 else if (t >= hit) in hunt() 517 } else hit = t; in hunt() 520 show(name, hit, TRUE); in hunt() 521 return hit; in hunt()
|
| /NextBSD/contrib/wpa/src/utils/ |
| HD | radiotap.c | 238 int hit = 0; in ieee80211_radiotap_iterator_next() local 363 hit = 1; in ieee80211_radiotap_iterator_next() 386 hit = 1; in ieee80211_radiotap_iterator_next() 393 if (hit) in ieee80211_radiotap_iterator_next()
|
| /NextBSD/contrib/ldns/ |
| HD | str2host.c | 1482 const char *hit = strchr(str, ' ') + 1; in ldns_str2rdf_hip() local 1483 const char *pk = hit == NULL ? NULL : strchr(hit, ' ') + 1; in ldns_str2rdf_hip() 1484 size_t hit_size = hit == NULL ? 0 in ldns_str2rdf_hip() 1485 : pk == NULL ? strlen(hit) : (size_t) (pk - hit) - 1; in ldns_str2rdf_hip() 1539 for (dp = data + 4; *hit && *hit != ' '; dp++) { in ldns_str2rdf_hip() 1541 if ((hi = ldns_hexdigit_to_int(*hit++)) == -1 || in ldns_str2rdf_hip() 1542 (lo = ldns_hexdigit_to_int(*hit++)) == -1) { in ldns_str2rdf_hip()
|
| HD | rdata.c | 523 uint8_t *hit_size, uint8_t** hit, in ldns_rdf_hip_get_alg_hit_pk() argument 529 if (! rdf || ! alg || ! hit || ! hit_size || ! pk || ! pk_size) { in ldns_rdf_hip_get_alg_hit_pk() 540 *hit = data + 4; in ldns_rdf_hip_get_alg_hit_pk() 551 uint8_t hit_size, uint8_t *hit, in ldns_rdf_hip_new_frm_alg_hit_pk() argument 569 memcpy(data + 4, hit, hit_size); in ldns_rdf_hip_new_frm_alg_hit_pk()
|
| /NextBSD/usr.sbin/rpcbind/ |
| HD | pmap_svc.c | 154 register struct pmaplist *hit = NULL; in find_service_pmap() local 161 hit = pml; in find_service_pmap() 165 return (hit); in find_service_pmap()
|
| /NextBSD/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/ |
| HD | pmap_svc.c | 153 register struct pmaplist *hit = NULL; in find_service_pmap() local 160 hit = pml; in find_service_pmap() 164 return (hit); in find_service_pmap()
|
| /NextBSD/contrib/ldns/ldns/ |
| HD | rdata.h | 423 uint8_t *hit_size, uint8_t** hit, 437 uint8_t hit_size, uint8_t *hit, uint16_t pk_size, uint8_t *pk);
|
| /NextBSD/crypto/openssl/doc/ssl/ |
| HD | SSL_CTX_sess_number.pod | 49 successfully reused is counted as a hit. In server mode a session successfully 50 retrieved from internal or external cache is counted as a hit.
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdcache.c | 608 int hit, ret = 0; in nfsrc_gettcp() local 616 hit = 1; in nfsrc_gettcp() 648 hit = 0; in nfsrc_gettcp() 658 hit = 0; in nfsrc_gettcp() 669 if (hit) { in nfsrc_gettcp()
|
| /NextBSD/contrib/gdb/gdb/mi/ |
| HD | mi-cmds.c | 191 int hit; member 221 stats.hit++; in lookup_table()
|