Home
last modified time | relevance | path

Searched refs:hm (Results 1 – 25 of 86) sorted by relevance

1234

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c180 return (hm); in hment_get_reserve()
244 return (hm); in hment_alloc()
260 bzero(hm, sizeof (*hm)); in hment_free()
325 idx = HMENT_HASH(hm->hm_htable->ht_pfn, hm->hm_entry); in hment_insert()
434 hm = NULL; in hment_prepare()
438 return (hm); in hment_prepare()
569 hm->hm_next->hm_prev = hm->hm_prev; in hment_remove()
571 hm->hm_prev->hm_next = hm->hm_next; in hment_remove()
696 for (hm = larger->p_mapping; hm; in hment_mapcnt()
697 hm = hm->hm_next) { in hment_mapcnt()
[all …]
H A Dhat_i86.c1816 hment_t *hm; in hati_pte_map() local
1915 if (hm != NULL) in hati_pte_map()
1916 hment_free(hm); in hati_pte_map()
2754 if (hm != NULL) in hat_pte_unmap()
2755 hment_free(hm); in hat_pte_unmap()
3684 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) { in hati_page_clrwrt()
3818 hment_t *hm; in hati_page_unmap() local
3862 return (hm); in hati_page_unmap()
3878 hment_t *hm; in hati_pageunload() local
3948 if (hm != NULL) in hati_pageunload()
[all …]
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c214 hostmap_t *hm; local
230 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)
235 hm->hm_ref++;
236 return hm;
243 if (hm) {
261 hm->hm_v = 6;
263 return hm;
287 hostmap_t *hm; local
299 hm = NULL;
562 hm = NULL;
[all …]
H A Dip_nat.c427 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)
440 if (hm) {
460 return hm;
478 hm = *hmp;
484 hm->hm_next->hm_pnext = hm->hm_pnext;
485 *hm->hm_pnext = hm->hm_next;
487 hm->hm_hnext->hm_phnext = hm->hm_phnext;
488 *hm->hm_phnext = hm->hm_hnext;
489 KFREE(hm);
2110 hm = NULL;
[all …]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c358 hostmap_t hm, *hmp, **maptable; in showhostmap() local
379 if (kmemcpy((char *)&hm, (ulong_t)hmp, sizeof (hm))) { in showhostmap()
384 printhostmap(&hm, hv); in showhostmap()
385 hmp = hm.hm_next; in showhostmap()
477 hostmap_t hm, *hmp; in showhostmap_live() local
489 iter.igi_data = &hm; in showhostmap_live()
496 printhostmap(&hm, 0); in showhostmap_live()
497 nsp->ns_maplist = hm.hm_next; in showhostmap_live()
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c544 mem_grp_t *gm, *hm; in fmd_fmri_fini() local
558 for (gm = mem.mem_group; gm != NULL; gm = hm) { in fmd_fmri_fini()
559 hm = gm->mg_next; in fmd_fmri_fini()
/illumos-gate/usr/src/test/util-tests/tests/awk/examples/out/
H A Dt.set0a349 hm
350 1 hm
351 hm
H A Dt.set0b349 hm
350 hm
351 hm
H A Dt.printf117 %: hm ... 10 10 hm
H A Dt.cond233 hm
H A Dt.nameval116 hm 10
H A Dt.in120 116 hm 10
H A Dt.8.y117 hm hm
H A Dt.vf3117 hm hm
H A Dt.printf2117 %: hm ... 10 10 hm 0 0 0
H A Dt.cat465 hm 10
466 10 is hm
467 hm is 10
H A Dt.NF583 10|hm
585 10|hm|||five
H A Dt.split3117 7 hm
H A Dt.mod59 10 hm
H A Dt.makef117 10 hm 20
H A Dt.split2117 hm 10
H A Dt.vf233 hm
H A Dt.ofs1 … %% spm## 25 spm##22 %% rob## 22 rob##15 %% egb## 15 egb##10 %% hm## 10 hm##10 %% mhb## …
H A Dt.array233 10 hm
234 hm 10
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h87 or %o0, %hm(.L_##x##1), %o0; \

1234