Lines Matching refs:cdevsw
53 struct cdevsw;
84 struct cdevsw *si_devsw;
197 struct cdevsw { struct
222 struct cdevsw *gianttrick; argument
223 SLIST_ENTRY(cdevsw) postfree_list;
252 int clone_create(struct clonedevs **, struct cdevsw *, int *unit, struct cdev **dev, int extra);
263 struct cdevsw *mda_devsw;
280 void destroy_dev_drain(struct cdevsw *csw);
282 struct cdevsw *dev_refthread(struct cdev *_dev, int *_ref);
283 struct cdevsw *devvn_refthread(struct vnode *vp, struct cdev **devp, int *_ref);
289 struct cdev *make_dev(struct cdevsw *_devsw, int _unit, uid_t _uid, gid_t _gid,
291 struct cdev *make_dev_cred(struct cdevsw *_devsw, int _unit,
295 struct cdevsw *_devsw, int _unit,
298 int make_dev_p(int _flags, struct cdev **_cdev, struct cdevsw *_devsw,