Home
last modified time | relevance | path

Searched defs:devmap_handle (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/sys/
H A Dddidevmap.h172 typedef struct devmap_handle { struct
200 struct devmap_handle *dh_next; argument
201 struct devmap_softlock *dh_softlock;
202 struct devmap_ctx *dh_ctx;
203 ddi_umem_cookie_t dh_cookie; /* kmem cookie */
204 devmap_pmem_cookie_t dh_pcookie; /* pmem cookie */
209 uint_t dh_prot;
236 } devmap_handle_t; argument