Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 152) sorted by relevance

1234567

/NextBSD/sys/kern/
HDsubr_hints.c136 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/
HDdnlcstat_example.txt7 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%.
HDdnlcps_example.txt4 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.
HDpgpginbypid_example.txt4 Here we run it for a few seconds then hit Ctrl-C,
HDinttimes_example.txt4 Here we run it for a few seconds then hit Ctrl-C,
HDreadbytes_example.txt4 Here the readbytes.d script is run for a few seconds, then Ctrl-C is hit,
HDminfbypid_example.txt4 Here we run it for a few seconds then hit Ctrl-C,
HDrwbypid_example.txt4 Here we run it for a few seconds then hit Ctrl-C,
HDwritebytes_example.txt4 Here the writebytes.d script is run for a few seconds, then Ctrl-C is hit,
HDwritedist_example.txt4 Here the writedist.d script is run for a few seconds, then Ctrl-C is hit,
HDreaddist_example.txt4 Here the readdist.d script is run for a few seconds, then Ctrl-C is hit,
HDrwbbypid_example.txt4 Here we run it for a few seconds then hit Ctrl-C,
/NextBSD/crypto/openssl/ssl/
HDd1_clnt.c276 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()
HDs2_srvr.c226 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 …]
HDs2_clnt.c217 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/
HDzdump.c160 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/
HDradiotap.c238 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/
HDstr2host.c1482 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()
HDrdata.c523 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/
HDpmap_svc.c154 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/
HDpmap_svc.c153 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/
HDrdata.h423 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/
HDSSL_CTX_sess_number.pod49 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/
HDnfs_nfsdcache.c608 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/
HDmi-cmds.c191 int hit; member
221 stats.hit++; in lookup_table()

1234567