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

  /src/usr.bin/m4/lib/
ohash_qlookupi.c 25 u_int32_t hv; local in function:ohash_qlookupi
27 hv = ohash_interval(s, e);
28 return ohash_lookup_interval(h, s, *e, hv);
ohash_int.h 14 u_int32_t hv; member in struct:_ohash_record
  /src/sys/arch/alpha/stand/netboot/
if_prom.c 159 int hv, lv; local in function:prom_init
166 hv = dval(*enet_addr); enet_addr++;
170 if (hv == -1 || lv == -1) {
175 desc->myea[i] = (hv << 4) | lv;
  /src/usr.bin/config/
hash.c 166 hv(u_int h, char c) function in typeref:typename:u_int
179 h = hv(h, *str++);
190 h = hv(h, HASH2DELIM);
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 142 const struct hvec hv[] = {
147 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
182 const struct hvec hv[] = {
187 hash_df(D->C, sizeof D->C, hv, arraycount(hv));
140 const struct hvec hv[] = { local in function:nist_hash_drbg_instantiate
179 const struct hvec hv[] = { local in function:nist_hash_drbg_reseed
  /src/sys/external/bsd/ipf/netinet/
ip_htable.c 867 u_int hv; local in function:ipf_htent_insert
884 hv = IPE_V4_HASH_FN(ipe->ipe_addr.in4_addr,
894 hv = IPE_V6_HASH_FN(ipe->ipe_addr.i6,
905 ipe->ipe_hnext = iph->iph_table[hv];
906 ipe->ipe_phnext = iph->iph_table + hv;
908 if (iph->iph_table[hv] != NULL)
909 iph->iph_table[hv]->ipe_phnext = &ipe->ipe_hnext;
910 iph->iph_table[hv] = ipe;
998 u_int hv; local in function:ipf_htent_find
1012 hv = IPE_V4_HASH_FN(ipe.ipe_addr.in4_addr
1132 u_int hv; local in function:ipf_iphmfind
1330 u_int hv; local in function:ipf_iphmfind6
    [all...]
ip_sync.c 689 u_int hv; local in function:ipf_sync_state
692 hv = sp->sm_num & (softs->ipf_sync_state_tab_sz - 1);
746 sl->sl_pnext = softs->syncstatetab + hv;
747 sl->sl_next = softs->syncstatetab[hv];
748 if (softs->syncstatetab[hv] != NULL)
749 softs->syncstatetab[hv]->sl_pnext = &sl->sl_next;
750 softs->syncstatetab[hv] = sl;
772 for (sl = softs->syncstatetab[hv]; (sl != NULL);
916 u_int hv = 0; local in function:ipf_sync_nat
952 sl->sl_pnext = softs->syncnattab + hv;
1015 u_int hv, sz; local in function:ipf_sync_new
    [all...]
ip_nat6.c 218 u_int hv; local in function:ipf_nat6_addrdr
225 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz);
231 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_rdrrules_sz);
234 hv = 0;
239 np = softn->ipf_nat_rdr_rules + hv;
244 n->in_hv[0] = hv;
265 u_int hv; local in function:ipf_nat6_addmap
272 hv = NAT_HASH_FN6(&j, 0, softn->ipf_nat_maprules_sz);
275 hv = 0;
280 np = softn->ipf_nat_map_rules + hv;
371 u_int hv; local in function:ipf_nat6_hostmap
1882 u_int hv; local in function:ipf_nat6_inlookup
2193 u_int hv; local in function:ipf_nat6_outlookup
2642 u_32_t hv, nmsk = 0; local in function:ipf_nat6_checkout
3042 u_32_t hv, rmsk = 0; local in function:ipf_nat6_checkin
    [all...]
ip_state.c 1054 u_int hv; local in function:ipf_state_insert
1071 hv = is->is_hv % softs->ipf_state_size;
1072 /* TRACE is, hv */
1073 is->is_hv = hv;
1117 if (softs->ipf_state_table[hv] != NULL)
1118 softs->ipf_state_table[hv]->is_phnext = &is->is_hnext;
1121 is->is_phnext = softs->ipf_state_table + hv;
1122 is->is_hnext = softs->ipf_state_table[hv];
1123 softs->ipf_state_table[hv] = is;
1124 softs->ipf_state_stats.iss_bucketlen[hv]++
1354 u_int pass, hv; local in function:ipf_state_add
2637 u_int hv; local in function:ipf_checkicmpmatchingstate
2972 u_int hv, hvm, pr, v, tryagain; local in function:ipf_state_lookup
4378 u_int hv; local in function:ipf_checkicmp6matchingstate
5154 u_int hv; local in function:ipf_state_rehash
    [all...]
ip_nat.c 639 u_int hv; local in function:ipf_nat_addrdr
653 hv = rhv % softn->ipf_nat_rdrrules_sz;
654 np = softn->ipf_nat_rdr_rules + hv;
659 n->in_hv[0] = hv;
679 u_int hv; local in function:ipf_nat_addmap
693 hv = rhv % softn->ipf_nat_maprules_sz;
694 np = softn->ipf_nat_map_rules + hv;
770 u_int hv, rhv; local in function:ipf_nat_hostmap
772 hv = (src.s_addr ^ dst.s_addr);
773 hv += src.s_addr
4033 u_int hv, rhv; local in function:ipf_nat_inlookup
4360 u_int hv; local in function:ipf_nat_outlookup
4857 u_32_t hv, msk, nmsk = 0; local in function:ipf_nat_checkout
5346 u_32_t hv, msk, rmsk = 0; local in function:ipf_nat_checkin
7912 u_int hv; local in function:ipf_nat_rehash
8076 u_int hv; local in function:ipf_nat_rehash_rules
8160 u_int hv; local in function:ipf_nat_hostmap_rehash
    [all...]
  /src/sys/arch/dreamcast/dev/maple/
mlcd.c 54 hv : 1, /* 0: horizontal, 1: vertical */ member in struct:mlcd_funcdef
245 funcdef.s.hv ? "vert" : "horiz",
  /src/sys/dev/pci/
if_txp.c 627 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_intr
652 if (hv->hv_rx_buf_write_idx == hv->hv_rx_buf_read_idx)
829 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_rxbuf_reclaim
834 end = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_read_idx));
835 i = TXP_OFFSET2IDX(le32toh(hv->hv_rx_buf_write_idx));
885 hv->hv_rx_buf_write_idx = htole32(TXP_IDX2OFFSET(i));
1645 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_command2
1695 idx = le32toh(hv->hv_resp_read_idx);
1696 if (idx != le32toh(hv->hv_resp_write_idx))
1719 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_response
1768 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_rsp_fixup
1792 struct txp_hostvar *hv = sc->sc_hostvar; local in function:txp_cmd_desc_numfree
    [all...]
  /src/sys/arch/hppa/include/
pdc.h 352 u_int hv : 4; member in struct:pdc_model
499 u_int hv[9]; /* 0x00: HV dependent */ member in struct:pdc_nvm

Completed in 24 milliseconds