Lines Matching refs:devmap_ctx
110 static struct devmap_ctx *devmapctx_list = NULL;
234 static struct devmap_ctx *devmap_ctxinit(dev_t, ulong_t);
295 static struct devmap_ctx *
298 struct devmap_ctx *devctx; in devmap_ctxinit()
299 struct devmap_ctx *tmp; in devmap_ctxinit()
302 tmp = kmem_zalloc(sizeof (struct devmap_ctx), KM_SLEEP); in devmap_ctxinit()
323 kmem_free(tmp, sizeof (struct devmap_ctx)); in devmap_ctxinit()
340 struct devmap_ctx *devctx = data; in devmap_ctxto()
2593 struct devmap_ctx *devctx; in devmap_do_ctxmgt()
2994 struct devmap_ctx *devctx = dhp->dh_ctx; in devmap_ctx_rele()
2995 struct devmap_ctx *tmp; in devmap_ctx_rele()
2996 struct devmap_ctx *parent; in devmap_ctx_rele()
3046 kmem_free(devctx, sizeof (struct devmap_ctx)); in devmap_ctx_rele()