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.c147 hment_put_reserve(hment_t *hm) in hment_put_reserve() argument
151 hm->hm_next = hment_reserve_pool; in hment_put_reserve()
152 hment_reserve_pool = hm; in hment_put_reserve()
163 hment_t *hm = NULL; in hment_get_reserve() local
175 hm = hment_reserve_pool; in hment_get_reserve()
176 hment_reserve_pool = hm->hm_next; in hment_get_reserve()
180 return (hm); in hment_get_reserve()
190 hment_t *hm = NULL; in hment_alloc() local
201 hm = kmem_cache_alloc(hment_cache, km_flag); in hment_alloc()
202 if (hm == NULL || in hment_alloc()
[all …]
H A Dhat_i86.c1816 hment_t *hm; in hati_pte_map() local
1840 hm = hment_prepare(ht, entry, pp); in hati_pte_map()
1869 hment_assign(ht, entry, pp, hm); in hati_pte_map()
1915 if (hm != NULL) in hati_pte_map()
1916 hment_free(hm); in hati_pte_map()
2678 hment_t *hm = NULL; in hat_pte_unmap() local
2752 hm = hment_remove(pp, ht, entry); in hat_pte_unmap()
2754 if (hm != NULL) in hat_pte_unmap()
2755 hment_free(hm); in hat_pte_unmap()
3671 hment_t *hm = NULL; in hati_page_clrwrt() local
[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)
231 if (IP6_EQ(&hm->hm_srcip6, src) &&
232 IP6_EQ(&hm->hm_dstip6, dst) &&
233 ((np == NULL) || (np == hm->hm_ipnat)) &&
234 ((port == 0) || (port == hm->hm_port))) {
235 hm->hm_ref++;
236 return hm;
242 KMALLOC(hm, hostmap_t *);
243 if (hm) {
[all …]
H A Dip_nat.c420 hostmap_t *hm; local
427 for (hm = ifs->ifs_maptable[hv]; hm; hm = hm->hm_next)
428 if ((hm->hm_srcip.s_addr == src.s_addr) &&
429 (hm->hm_dstip.s_addr == dst.s_addr) &&
430 ((np == NULL) || (np == hm->hm_ipnat)) &&
431 ((port == 0) || (port == hm->hm_port))) {
432 hm->hm_ref++;
433 return hm;
439 KMALLOC(hm, hostmap_t *);
440 if (hm) {
[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.in120 116 hm 10
H A Dt.nameval116 hm 10
H A Dt.8.y117 hm hm
H A Dt.printf2117 %: hm ... 10 10 hm 0 0 0
H A Dt.vf3117 hm hm
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.makef117 10 hm 20
H A Dt.mod59 10 hm
H A Dt.split2117 hm 10
H A Dt.vf233 hm
H A Dt.array233 10 hm
234 hm 10
H A Dt.ofs1 … %% spm## 25 spm##22 %% rob## 22 rob##15 %% egb## 15 egb##10 %% hm## 10 hm##10 %% mhb## …
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h87 or %o0, %hm(.L_##x##1), %o0; \

1234