Lines Matching refs:dev_t
46 static int tcli_open(dev_t *, int, int, cred_t *);
47 static int tcli_close(dev_t, int, int, cred_t *);
48 static int tcli_read(dev_t, struct uio *, cred_t *);
49 static int tcli_write(dev_t, struct uio *, cred_t *);
50 static int tcli_ioctl(dev_t, int, intptr_t, int, cred_t *, int *);
201 dev_t dev; in tcli_info()
207 dev = (dev_t)arg; in tcli_info()
216 tcli_open(dev_t *devp, int flag, int otyp, cred_t *cred) in tcli_open()
236 tcli_close(dev_t dev, int flag, int otyp, cred_t *cred) in tcli_close()
256 tcli_ioctl(dev_t dev, int cmd, intptr_t arg, int mode, cred_t *credp, in tcli_ioctl()
273 tcli_read(dev_t dev, struct uio *uiop, cred_t *credp) in tcli_read()
280 tcli_write(dev_t dev, struct uio *uiop, cred_t *credp) in tcli_write()