Searched defs:segdev_crargs (Results 1 – 1 of 1) sorted by relevance
51 struct segdev_crargs { struct52 offset_t offset; /* starting offset */53 int (*mapfunc)(dev_t dev, off_t off, int prot); /* map function */54 dev_t dev; /* device number */55 uchar_t type; /* type of sharing done */56 uchar_t prot; /* protection */57 uchar_t maxprot; /* maximum protection */58 uint_t hat_attr; /* hat attr */59 uint_t hat_flags; /* currently, hat_flags is used ONLY for */63 void *devmap_data; /* devmap_handle private data */