Searched refs:hit (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dhip_55.h27 unsigned char * hit; member in struct:dns_rdata_hip
H A Dhip_55.c209 isc_region_consume(&region, 2); /* hit length + algorithm */
267 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
278 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
314 hip->hit = hip->key = hip->servers = NULL;
316 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
317 if (hip->hit == NULL)
338 if (hip->hit != NULL)
339 isc_mem_free(mctx, hip->hit);
357 isc_mem_free(hip->mctx, hip->hit);
476 isc_region_consume(&r1, 2); /* hit lengt
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_hints.c55 int n = 0, hit, i = 0; local
127 hit = 1;
130 hit = 0;
134 if (hit && n != 4) {
139 hit = 0;
141 if (hit && startln && *startln >= 0 && *line < *startln)
142 hit = 0;
143 if (hit && name && strcmp(name, r_name) != 0)
144 hit = 0;
145 if (hit
[all...]
H A Dvfs_cache.c70 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, hit, "struct vnode *",
75 SDT_PROBE_DEFINE3(vfs, namecache, lookup, hit, "struct vnode *", "char *",
500 SDT_PROBE(vfs, namecache, lookup, hit, dvp, ".",
534 SDT_PROBE(vfs, namecache, lookup, hit, dvp, "..",
585 SDT_PROBE(vfs, namecache, lookup, hit, dvp, nc_get_name(ncp),
1237 SDT_PROBE(vfs, namecache, fullpath, hit, ncp->nc_dvp,
/freebsd-9.3-release/contrib/wpa/src/utils/
H A Dradiotap.c208 int hit = 0; local
248 hit = 1;
281 if (hit)
/freebsd-9.3-release/usr.sbin/rpcbind/
H A Dpmap_svc.c155 register struct pmaplist *hit = NULL; local
162 hit = pml;
166 return (hit);
H A Drpcb_svc_com.c157 * find_service returns a hit even if
1358 register rpcblist_ptr hit = NULL; local
1366 hit = rbl;
1370 return (hit);
/freebsd-9.3-release/crypto/openssl/ssl/
H A Ds2_srvr.c223 if (!s->hit) {
258 if (s->hit) {
655 s->hit = 1;
673 if (!s->hit) {
740 int n, hit; local
746 hit = s->hit;
747 *(p++) = (unsigned char)hit;
749 if (!hit) {
763 * If 'hit' i
[all...]
H A Dd1_clnt.c224 s->hit = 0;
260 if (s->hit)
289 s->hit = 1;
410 if (!s->hit)
446 if (!s->hit)
461 if (s->hit) {
513 if (s->hit)
553 if (s->hit)
H A Ds2_clnt.c217 if (!s->hit) { /* new session */
300 if (s->hit)
363 s->hit = (i = *(p++)) ? 1 : 0;
365 s->hit = (*(p++)) ? 1 : 0;
402 if (s->hit) {
965 if (!s->hit) { /* new session */
H A Dd1_srvr.c325 if (s->hit) {
332 if (s->hit)
532 if (s->hit)
604 if (s->hit)
H A Ds3_srvr.c306 if (s->hit) {
313 if (s->hit)
534 if (s->hit)
605 if (s->hit)
846 s->hit = 0;
863 s->hit = 1;
956 /* If it is a hit, check that the cipher is in the list */
957 if ((s->hit) && (i > 0)) {
1097 if (!s->hit) {
1155 * s->hit
[all...]
H A Ds3_clnt.c267 if (s->hit) {
287 s->hit = 1;
457 if (s->hit) {
508 if (s->hit)
546 if (s->hit)
774 s->hit = 1;
781 s->hit = 0;
817 if (s->hit && (s->session->cipher_id != c->id)) {
2721 * of checking to see if a cache hit has occurred. In the case of session
H A Ds2_lib.c333 ret = s->hit;
H A Dt1_lib.c293 if (!s->hit && s->servername_done == 1
518 if (!s->hit) {
760 if (!s->hit && tlsext_servername == 1) {
H A Dssl_lib.c176 s->hit = 0;
2069 if ((i & mode) && (!s->hit)
2363 ret->hit = s->hit;
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzdump.c160 static time_t hunt(char * name, time_t lot, time_t hit);
473 hunt(char *name, time_t lot, time_t hit) argument
489 diff = (long) (hit - lot);
496 else if (t >= hit)
508 } else hit = t;
511 show(name, hit, TRUE);
512 return hit;
/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-cmds.c191 int hit; member in struct:mi_cmd_stats
221 stats.hit++;
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdcache.c40 * - I think a false hit is more serious than a false miss
41 * - A false hit for an RPC that has Op(s) that order via seqid# must be
43 * - A valid hit will probably happen a long time after the original reply
75 * - a hit (reply from cache)
155 * hit. For V4, the non-idempotent Op will return NFSERR_RESOURCE in
608 int hit, ret = 0; local
616 hit = 1;
648 hit = 0;
653 * Can be a hit only if one entry left.
654 * Note possible hit entr
[all...]
/freebsd-9.3-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c256 int hit = 0; local
287 hit++;
294 if (hit > 1) {
/freebsd-9.3-release/contrib/tzcode/stdtime/
H A Dlocaltime.c1626 int hit; local
1630 hit = 0;
1641 hit = ((i == 0 && lp->ls_corr > 0) ||
1643 if (hit)
1649 ++hit;
1734 tmp->tm_sec = (int) (rem % SECSPERMIN) + hit;
2252 ** For a positive leap second hit, the result
2254 ** hit, the corresponding time doesn't exist,
/freebsd-9.3-release/contrib/ipfilter/ipsd/
H A Dipsdr.c187 sdhit_t hit, *hp; local
/freebsd-9.3-release/lib/libpmc/
H A Dlibpmc.c688 PMCMASK(hit, (1 << 9)),
1115 __K8MASK(page-hit, 0),
1153 __K8MASK(probe-hit, 1),
1154 __K8MASK(probe-hit-dirty-no-memory-cancel, 2),
1155 __K8MASK(probe-hit-dirty-with-memory-cancel, 3),
1384 __P4MASK(hit, 0),
1386 __P4MASK(hit-uc, 2),
/freebsd-9.3-release/lib/bind/dns/dns/
H A Drdatastruct.h1928 unsigned char * hit; member in struct:dns_rdata_hip
/freebsd-9.3-release/crypto/openssl/apps/
H A Ds_server.c1963 if (con->hit)
2192 BIO_printf(io, ((con->hit)

Completed in 179 milliseconds

12