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, caddr_t data,
108 typedef int psize_fcn_t(dev_t dev);
109 typedef int read_write_fcn_t(dev_t dev, struct uio *uio, int ioflag);
112 typedef int select_fcn_t(dev_t dev, int which, void * wql, struct proc *p);
170 extern int (*bootcache_contains_block)(dev_t device, u_int64_t blkno);
228 typedef int l_open_t (dev_t dev, struct tty *tp);
267 dev_t sw_dev;
296 extern void devsw_lock(dev_t, int);
297 extern void devsw_unlock(dev_t, int);
307 int isdisk(dev_t, int);