HomeSort by: relevance | last modified time | path
    Searched defs:hn (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/dtc/dist/tests/
references.c 69 uint32_t h1, h2, h4, h5, h6, hn; local
120 err = fdt_generate_phandle(fdt, &hn);
122 FAIL("generated invalid phandle 0x%x\n", hn);
  /src/external/lgpl3/gmp/dist/mpn/generic/
set_str.c 144 mp_size_t ln, hn, n, sn; local
160 hn = mpn_bc_set_str (tp, str, len_hi, powtab->base);
162 hn = mpn_dc_set_str (tp, str, len_hi, powtab - 1, rp);
166 if (hn == 0)
174 if (powtab->n > hn)
175 mpn_mul (rp + sn, powtab->p, powtab->n, tp, hn);
177 mpn_mul (rp + sn, tp, hn, powtab->p, powtab->n);
192 n = hn + powtab->n + sn;
  /src/usr.sbin/ypserv/ypserv/
ypserv_db.c 557 int host_lookup, hn; local
582 if ((hn = strcmp(map, YP_HOSTNAME)) != 0 &&
588 res.status = lookup_host((hn == 0) ? TRUE : FALSE,
  /src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd-corosync.c 442 struct dm_hash_node *hn; local
446 dm_hash_iterate(hn, node_hash)
450 ninfo = dm_hash_get_data(node_hash, hn);
451 memcpy(csid, dm_hash_get_key(node_hash, hn), COROSYNC_CSID_LEN);
clvmd-openais.c 467 struct dm_hash_node *hn; local
471 dm_hash_iterate(hn, node_hash)
475 ninfo = dm_hash_get_data(node_hash, hn);
476 memcpy(csid, dm_hash_get_key(node_hash, hn), OPENAIS_CSID_LEN);
clvmd-gulm.c 610 struct dm_hash_node *hn; local
613 dm_hash_iterate(hn, node_hash)
615 ninfo = dm_hash_get_data(node_hash, hn);
618 memcpy(csid, dm_hash_get_key(node_hash, hn), GULM_MAX_CSID_LEN);
673 struct dm_hash_node *hn; local
677 dm_hash_iterate(hn, node_hash)
682 ninfo = dm_hash_get_data(node_hash, hn);
683 memcpy(csid, dm_hash_get_key(node_hash, hn), GULM_MAX_CSID_LEN);
  /src/usr.sbin/bootp/common/
readfile.c 170 {"hn", SYM_NAME_SWITCH},
406 char *hn = hp->hostname->string;
409 if (lookup_ipa(hn, &value)) {
410 report(LOG_ERR, "can not get IP addr for %s", hn);
420 report(LOG_ERR, "can not get netmask for %s", hn);
403 char *hn = hp->hostname->string; local
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
cert.c 2503 heim_printable_string hn; local
2504 hn.data = rk_UNCONST(hostname);
2505 hn.length = strlen(hostname);
2507 if (der_printable_string_cmp(&san.val[j].u.dNSName, &hn) == 0) {
2532 heim_printable_string hn; local
2533 hn.data = rk_UNCONST(hostname);
2534 hn.length = strlen(hostname);
2536 if (der_printable_string_cmp(&ds->u.printableString, &hn) == 0)
2541 heim_ia5_string hn; local
2542 hn.data = rk_UNCONST(hostname)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 1896 char *hn = NULL; local
1909 return hn;
1920 return hn;
1929 hn = ch_strdup( static_hn );
1931 return hn;
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 229 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local
231 p->ack = !SSL_session_reused(s) && hn != NULL;
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 252 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local
254 p->ack = !SSL_session_reused(s) && hn != NULL;
  /src/external/gpl2/xcvs/dist/src/
server.c 7424 char *hn;
7435 hn = canon_host (server_hostname);
7436 if (!hn)
7440 sprintf (buf, "cvs@%s", hn);
7441 free (hn);
7423 char *hn; local
  /src/sys/net/
zlib.c 4524 uInt *hn, /* hufts used in space */
4656 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */
4658 u[h] = q = hp + *hn;
4659 *hn += z;
4726 uInt hn = 0; /* hufts used in space */ local
4732 tb, bb, hp, &hn, v);
4756 uInt hn = 0; /* hufts used in space */ local
4764 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
4779 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn, v);
  /src/crypto/external/apache2/openssl/dist/apps/
s_client.c 275 const char *hn = SSL_get_servername(s, TLSEXT_NAMETYPE_host_name); local
277 p->ack = !SSL_session_reused(s) && hn != NULL;
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 12728 uint64_t hn;
12848 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
12849 if (filedata->gnubuckets[hn] != 0)
12851 uint64_t si = filedata->gnubuckets[hn];
15378 uint64_t hn;
15402 for (hn = 0; hn < filedata->nbuckets; ++hn)
12725 uint64_t hn; local
15375 uint64_t hn; local
15455 uint64_t hn; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 12220 uint64_t hn;
12340 for (hn = 0; hn < filedata->ngnubuckets; ++hn)
12341 if (filedata->gnubuckets[hn] != 0)
12343 uint64_t si = filedata->gnubuckets[hn];
14834 uint64_t hn;
14858 for (hn = 0; hn < filedata->nbuckets; ++hn)
12217 uint64_t hn; local
14831 uint64_t hn; local
14911 uint64_t hn; local
    [all...]

Completed in 99 milliseconds