Home
last modified time | relevance | path

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

/titanic_44/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;
/titanic_44/usr/src/uts/common/vm/
H A Dseg_dev.c110 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 …]