Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dddidevmap.h138 struct devmap_ctx { struct
141 struct devmap_ctx *next; argument
202 struct devmap_ctx *dh_ctx;
/onnv-gate/usr/src/uts/common/vm/
H A Dseg_dev.c110 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()
[all …]