/titanic_44/usr/src/uts/i86pc/vm/ |
H A D | hment.c | 151 hment_put_reserve(hment_t *hm) in hment_put_reserve() argument 155 hm->hm_next = hment_reserve_pool; in hment_put_reserve() 156 hment_reserve_pool = hm; in hment_put_reserve() 167 hment_t *hm = NULL; in hment_get_reserve() local 179 hm = hment_reserve_pool; in hment_get_reserve() 180 hment_reserve_pool = hm->hm_next; in hment_get_reserve() 184 return (hm); in hment_get_reserve() 194 hment_t *hm = NULL; in hment_alloc() local 205 hm = kmem_cache_alloc(hment_cache, km_flag); in hment_alloc() 206 if (hm == NULL || in hment_alloc() [all …]
|
H A D | hat_i86.c | 1307 hment_t *hm; in hati_pte_map() local 1331 hm = hment_prepare(ht, entry, pp); in hati_pte_map() 1360 hment_assign(ht, entry, pp, hm); in hati_pte_map() 1409 if (hm != NULL) in hati_pte_map() 1410 hment_free(hm); in hati_pte_map() 2182 hment_t *hm = NULL; in hat_pte_unmap() local 2256 hm = hment_remove(pp, ht, entry); in hat_pte_unmap() 2258 if (hm != NULL) in hat_pte_unmap() 2259 hment_free(hm); in hat_pte_unmap() 3186 hment_t *hm = NULL; in hati_page_clrwrt() local [all …]
|
/titanic_44/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 …]
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 371 hostmap_t hm, *hmp, **maptable; local 392 if (kmemcpy((char *)&hm, (u_long)hmp, sizeof(hm))) { 397 printhostmap(&hm, hv); 398 hmp = hm.hm_next; 492 hostmap_t hm, *hmp; local 504 iter.igi_data = &hm; 511 printhostmap(&hm, 0); 512 nsp->ns_maplist = hm.hm_next;
|
/titanic_44/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()
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/platform-mem/ |
H A D | mem_mdesc.c | 484 mem_grp_t *gm, *hm; in mem_mdesc_fini() local 502 for (gm = mem->mem_group; gm != NULL; gm = hm) { in mem_mdesc_fini() 503 hm = gm->mg_next; in mem_mdesc_fini()
|
/titanic_44/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 89 or %o0, %hm(.L_/**/x/**/1), %o0; \
|
/titanic_44/usr/src/lib/libm/common/C/ |
H A D | libm.h | 115 or %o0, %hm(.L_/**/x/**/1), %o0; \
|
/titanic_44/usr/src/cmd/sgs/rtld/sparcv9/ |
H A D | boot_elf.s | 228 srlx %i1, 32, %o2 ! get %hm(function address) 530 srlx %o1, 32, %o2 ! get %hm(function address)
|
/titanic_44/usr/src/common/crypto/des/sun4u/ |
H A D | des_crypt_asm.s | 2281 or %o1,%hm(des_enc_const),%o1
|
/titanic_44/usr/src/uts/sfmmu/ml/ |
H A D | sfmmu_asm.s | 466 or tmp, %hm(RUNTIME_PATCH), tmp ;\
|