Searched refs:maxdhp (Results 1 – 1 of 1) sorted by relevance
2500 devmap_handle_t *rdhp, *maxdhp; in devmap_device() local2519 rdhp = maxdhp = dhp; in devmap_device()2521 maxdhp = (maxdhp->dh_len > rdhp->dh_len) ? in devmap_device()2522 maxdhp : rdhp; in devmap_device()2526 offset = maxdhp->dh_uoff - dhp->dh_uoff; in devmap_device()2536 if (maxdhp->dh_flags & DEVMAP_MAPPING_INVALID) { in devmap_device()2538 } else if (dhp_is_devmem(maxdhp)) { in devmap_device()2539 aligned_off = (offset_t)ptob(maxdhp->dh_pfn) - offset; in devmap_device()2540 } else if (dhp_is_pmem(maxdhp)) { in devmap_device()2541 pcp = (struct devmap_pmem_cookie *)maxdhp->dh_pcookie; in devmap_device()[all …]