Lines Matching defs:g_provider
205 struct g_provider { struct
207 LIST_ENTRY(g_provider) provider; argument
212 TAILQ_ENTRY(g_provider) orphan; argument
213 off_t mediasize;
214 u_int sectorsize;
215 off_t stripesize;
216 off_t stripeoffset;
217 struct devstat *stat;
218 u_int spare1;
219 u_int spare2;
243 struct g_provider *g_dev_getprovider(struct cdev *dev); argument