Lines Matching refs:dev_t
69 dev_t dev;
82 static int mdesc_open(dev_t *, int, int, cred_t *);
83 static int mdesc_close(dev_t, int, int, cred_t *);
84 static int mdesc_read(dev_t, struct uio *, cred_t *);
85 static int mdesc_write(dev_t, struct uio *, cred_t *);
86 static int mdesc_rw(dev_t, struct uio *, enum uio_rw);
87 static int mdesc_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
192 getminor((dev_t)arg)); in mdesc_getinfo()
200 *resultp = (void *)(uintptr_t)getminor((dev_t)arg); in mdesc_getinfo()
275 mdesc_create_state(dev_t *devp) in mdesc_create_state()
332 mdesc_open(dev_t *devp, int flag, int otyp, cred_t *credp) in mdesc_open()
364 mdesc_close(dev_t dev, int flag, int otyp, cred_t *credp) in mdesc_close()
397 mdesc_read(dev_t dev, struct uio *uiop, cred_t *credp) in mdesc_read()
407 mdesc_write(dev_t dev, struct uio *uiop, cred_t *credp) in mdesc_write()
416 mdesc_rw(dev_t dev, struct uio *uiop, enum uio_rw rw) in mdesc_rw()
480 mdesc_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in mdesc_ioctl()