Lines Matching refs:dev_t
99 typedef int open_close_fcn_t(dev_t dev, int flags, int devtype,
102 typedef struct tty *d_devtotty_t(dev_t dev);
105 typedef int ioctl_fcn_t(dev_t dev, u_long cmd,
109 typedef int psize_fcn_t(dev_t dev);
110 typedef int read_write_fcn_t(dev_t dev, struct uio *uio, int ioflag);
113 typedef int select_fcn_t(dev_t dev, int which, void * wql, struct proc *p);
174 extern int (*bootcache_contains_block)(dev_t device, u_int64_t blkno);
233 typedef int l_open_t (dev_t dev, struct tty *tp);
272 dev_t sw_dev;
301 extern void devsw_lock(dev_t, int);
302 extern void devsw_unlock(dev_t, int);
312 int isdisk(dev_t, int);