Searched refs:hm (Results 1 – 25 of 86) sorted by relevance
1234
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | hment.c | 147 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 D | hat_i86.c | 1816 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 D | ip_nat6.c | 214 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 D | ip_nat.c | 420 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 D | ipnat.c | 358 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 D | mem.c | 544 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 D | t.set0a | 349 hm 350 1 hm 351 hm
|
H A D | t.set0b | 349 hm 350 hm 351 hm
|
H A D | t.printf | 117 %: hm ... 10 10 hm
|
H A D | t.cond | 233 hm
|
H A D | t.in1 | 20 116 hm 10
|
H A D | t.nameval | 116 hm 10
|
H A D | t.8.y | 117 hm hm
|
H A D | t.printf2 | 117 %: hm ... 10 10 hm 0 0 0
|
H A D | t.vf3 | 117 hm hm
|
H A D | t.cat | 465 hm 10 466 10 is hm 467 hm is 10
|
H A D | t.NF | 583 10|hm 585 10|hm|||five
|
H A D | t.split3 | 117 7 hm
|
H A D | t.makef | 117 10 hm 20
|
H A D | t.mod | 59 10 hm
|
H A D | t.split2 | 117 hm 10
|
H A D | t.vf | 233 hm
|
H A D | t.array | 233 10 hm 234 hm 10
|
H A D | t.ofs | 1 … %% 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 D | asm_linkage.h | 87 or %o0, %hm(.L_##x##1), %o0; \
|
1234