Lines Matching defs:hm
1307 hment_t *hm;
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;
2256 hm = hment_remove(pp, ht, entry);
2258 if (hm != NULL)
2259 hment_free(hm);
3186 hment_t *hm = NULL;
3199 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) {
3333 hment_t *hm;
3369 hm = hment_remove(pp, ht, entry);
3377 return (hm);
3393 hment_t *hm;
3425 for (prev = NULL; ; prev = hm) {
3426 hm = hment_walk(cur_pp, &ht, &entry, prev);
3427 if (hm == NULL) {
3464 hm = hati_page_unmap(cur_pp, ht, entry);
3465 if (hm != NULL)
3466 hment_free(hm);
3665 hment_t *hm = NULL;
3702 while ((hm = hment_walk(pp, &ht, &entry, hm)) != NULL) {