Searched refs:hm (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhment.c151 hment_put_reserve(hment_t *hm) argument
155 hm->hm_next = hment_reserve_pool;
156 hment_reserve_pool = hm;
167 hment_t *hm = NULL; local
179 hm = hment_reserve_pool;
180 hment_reserve_pool = hm->hm_next;
184 return (hm);
194 hment_t *hm = NULL; local
205 hm = kmem_cache_alloc(hment_cache, km_flag);
206 if (hm
258 hment_free(hment_t *hm) argument
310 hment_insert(hment_t *hm, page_t *pp) argument
355 hment_t *hm = NULL; local
451 hment_assign(htable_t *htable, uint_t entry, page_t *pp, hment_t *hm) argument
493 hment_t *hm; local
533 hment_t *hm; local
593 hment_t *hm; local
611 hment_t *hm; local
675 hment_t *hm; local
725 hment_t *hm = NULL; local
[all...]
H A Dhat_i86.c1307 hment_t *hm; local
1331 hm = hment_prepare(ht, entry, pp);
1360 hment_assign(ht, entry, pp, hm);
1409 if (hm != NULL)
1410 hment_free(hm);
2182 hment_t *hm = NULL; local
2256 hm = hment_remove(pp, ht, entry);
2258 if (hm != NULL)
2259 hment_free(hm);
3186 hment_t *hm local
3333 hment_t *hm; local
3393 hment_t *hm; local
3665 hment_t *hm = NULL; 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
287 hostmap_t *hm; local
554 hostmap_t *hm; local
744 hostmap_t *hm = NULL; local
[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
476 struct hostmap *hm; local
2097 hostmap_t *hm; local
2346 hostmap_t *hm; local
2527 hostmap_t *hm = NULL; local
5490 hostmap_t *hm, *nexthm = NULL, zerohm; local
[all...]
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c371 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;
/illumos-gate/usr/src/cmd/fm/schemes/mem/
H A Dmem.c544 mem_grp_t *gm, *hm; local
558 for (gm = mem.mem_group; gm != NULL; gm = hm) {
559 hm = gm->mg_next;
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h89 or %o0, %hm(.L_/**/x/**/1), %o0; \
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.c484 mem_grp_t *gm, *hm; local
502 for (gm = mem->mem_group; gm != NULL; gm = hm) {
503 hm = gm->mg_next;
/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm.h115 or %o0, %hm(.L_/**/x/**/1), %o0; \
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.s72 * or %g1, %hm(entry_pt), %g1
167 * or %l0, %hm(bindfunc), %l0
228 srlx %i1, 32, %o2 ! get %hm(function address)
294 * or %g1, %hm(function address), %g1
530 srlx %o1, 32, %o2 ! get %hm(function address)
/illumos-gate/usr/src/common/crypto/des/sun4u/
H A Ddes_crypt_asm.s2281 or %o1,%hm(des_enc_const),%o1
/illumos-gate/usr/src/uts/sfmmu/ml/
H A Dsfmmu_asm.s466 or tmp, %hm(RUNTIME_PATCH), tmp ;\
1043 * or tmp, %hm(RUNTIME_PATCH), tmp

Completed in 93 milliseconds