Searched defs:devctx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c299 struct devmap_ctx *devctx; local
311 for (devctx = devmapctx_list; devctx != NULL; devctx = devctx->next)
312 if ((devctx->dip == dip) && (devctx->id == id))
315 if (devctx == NULL) {
316 devctx = tmp;
317 devctx
341 struct devmap_ctx *devctx = data; local
2594 struct devmap_ctx *devctx; local
2995 struct devmap_ctx *devctx = dhp->dh_ctx; local
[all...]

Completed in 322 milliseconds