Searched refs:dhpp (Results 1 – 1 of 1) sorted by relevance
630 devmap_handle_t *dhpp; in segdev_unmap() local675 dhpp = tdhp = devmap_find_handle(dhp, addr); in segdev_unmap()687 soff = (ulong_t)(addr - dhpp->dh_uvaddr); in segdev_unmap()689 mlen = MIN(slen, (dhpp->dh_len - soff)); in segdev_unmap()690 hat_unload(seg->s_as->a_hat, dhpp->dh_uvaddr, in segdev_unmap()691 dhpp->dh_len, HAT_UNLOAD_UNMAP); in segdev_unmap()692 dhpp = dhpp->dh_next; in segdev_unmap()867 dhpp = dhp->dh_next; in segdev_unmap()869 dhp = dhpp; in segdev_unmap()905 dhpp = dhp->dh_next; in segdev_unmap()[all …]