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

  /src/sys/arch/hppa/hppa/
autoconf.c 487 struct hppa_pdcmodule nhm, *hm; local in function:hppa_walkbus
519 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) {
520 if (nhm.hm_hpa == hm->hm_hpa) {
527 if (hm)
544 struct hppa_pdcmodule *hm; local in function:pdc_scanbus
551 TAILQ_FOREACH(hm, &hppa_pdcmodule_list, hm_link) {
555 if (hm->hm_registered)
558 if (!(hm->hm_dp.dp_bc[0] == ca->ca_dp.dp_bc[1] &&
559 hm->hm_dp.dp_bc[1] == ca->ca_dp.dp_bc[2] &&
560 hm->hm_dp.dp_bc[2] == ca->ca_dp.dp_bc[3] &
776 struct hppa_pdcmodule *hm; local in function:hppa_pdc_snake_scan
810 struct hppa_pdcmodule hm; local in function:hppa_pdc_system_map_scan
856 struct hppa_pdcmodule *hm, *nhm; local in function:hppa_modules_done
    [all...]
  /src/sys/external/bsd/ipf/netinet/
ip_nat6.c 370 hostmap_t *hm; local in function:ipf_nat6_hostmap
386 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_next)
387 if (IP6_EQ(&hm->hm_osrc6, src) &&
388 IP6_EQ(&hm->hm_odst6, dst) &&
389 ((np == NULL) || (np == hm->hm_ipnat)) &&
390 ((port == 0) || (port == hm->hm_port))) {
392 hm->hm_ref++
454 hostmap_t *hm; local in function:ipf_nat6_newmap
732 hostmap_t *hm; local in function:ipf_nat6_newrdr
943 hostmap_t *hm = NULL; local in function:ipf_nat6_add
    [all...]
ip_nat.c 769 hostmap_t *hm; local in function:ipf_nat_hostmap
777 for (hm = softn->ipf_hm_maptable[hv]; hm; hm = hm->hm_hnext)
778 if ((hm->hm_osrcip.s_addr == src.s_addr) &&
779 (hm->hm_odstip.s_addr == dst.s_addr) &&
780 ((np == NULL) || (np == hm->hm_ipnat)) &&
781 ((port == 0) || (port == hm->hm_port))) {
783 hm->hm_ref++
834 struct hostmap *hm; local in function:ipf_nat_hostmapdel
2595 hostmap_t *hm; local in function:ipf_nat_newmap
2857 hostmap_t *hm; local in function:ipf_nat_newrdr
3064 hostmap_t *hm = NULL; local in function:ipf_nat_add
6520 hostmap_t *hm, *nexthm = NULL, zerohm; local in function:ipf_nat_getnext
8158 hostmap_t *hm, **newtab; local in function:ipf_nat_hostmap_rehash
    [all...]

Completed in 15 milliseconds