Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.h52 struct segdev_crargs { struct
53 offset_t offset; /* starting offset */
54 int (*mapfunc)(dev_t dev, off_t off, int prot); /* map function */
55 dev_t dev; /* device number */
56 uchar_t type; /* type of sharing done */
57 uchar_t prot; /* protection */
58 uchar_t maxprot; /* maximum protection */
59 uint_t hat_attr; /* hat attr */
60 uint_t hat_flags; /* currently, hat_flags is used ONLY for */
64 void *devmap_data; /* devmap_handle private data */