Searched refs:devmap_ctx (Results 1 – 2 of 2) sorted by relevance
138 struct devmap_ctx { struct141 struct devmap_ctx *next; argument202 struct devmap_ctx *dh_ctx;
110 static struct devmap_ctx *devmapctx_list = NULL;235 static struct devmap_ctx *devmap_ctxinit(dev_t, ulong_t);296 static struct devmap_ctx *299 struct devmap_ctx *devctx; in devmap_ctxinit()300 struct devmap_ctx *tmp; in devmap_ctxinit()303 tmp = kmem_zalloc(sizeof (struct devmap_ctx), KM_SLEEP); in devmap_ctxinit()324 kmem_free(tmp, sizeof (struct devmap_ctx)); in devmap_ctxinit()341 struct devmap_ctx *devctx = data; in devmap_ctxto()2594 struct devmap_ctx *devctx; in devmap_do_ctxmgt()2995 struct devmap_ctx *devctx = dhp->dh_ctx; in devmap_ctx_rele()[all …]