Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dddidevmap.h202 struct devmap_ctx *dh_ctx; member
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c570 if (dhp->dh_ctx != NULL) in devmap_handle_dup()
571 newdhp->dh_ctx = devmap_ctxinit(newdhp->dh_dev, in devmap_handle_dup()
891 if (dhp->dh_ctx != NULL) in segdev_unmap()
892 newdhp->dh_ctx = devmap_ctxinit(newdhp->dh_dev, in segdev_unmap()
1035 if (dhp->dh_ctx != NULL) in devmap_handle_unmap()
1170 if (dhp->dh_ctx != NULL) in free_devmap_handle()
2613 devctx = dhp->dh_ctx; in devmap_do_ctxmgt()
2999 struct devmap_ctx *devctx = dhp->dh_ctx; in devmap_ctx_rele()
3233 dhp->dh_ctx = devmap_ctxinit(dev, in devmap_setup()