Home
last modified time | relevance | path

Searched refs:maxdhp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c2502 devmap_handle_t *rdhp, *maxdhp; in devmap_device() local
2521 rdhp = maxdhp = dhp; in devmap_device()
2523 maxdhp = (maxdhp->dh_len > rdhp->dh_len) ? in devmap_device()
2524 maxdhp : rdhp; in devmap_device()
2528 offset = maxdhp->dh_uoff - dhp->dh_uoff; in devmap_device()
2538 if (maxdhp->dh_flags & DEVMAP_MAPPING_INVALID) { in devmap_device()
2540 } else if (dhp_is_devmem(maxdhp)) { in devmap_device()
2541 aligned_off = (offset_t)ptob(maxdhp->dh_pfn) - offset; in devmap_device()
2542 } else if (dhp_is_pmem(maxdhp)) { in devmap_device()
2543 pcp = (struct devmap_pmem_cookie *)maxdhp->dh_pcookie; in devmap_device()
[all …]