Lines Matching refs:dev_t
89 static dev_t pty_getfree(void);
90 static int pty_alloc_master(struct lwp *, int *, dev_t *, struct mount *, int);
91 static int pty_alloc_slave(struct lwp *, int *, dev_t, struct mount *);
103 dev_t
110 static dev_t
159 pty_alloc_master(struct lwp *l, int *fd, dev_t *dev, struct mount *mp, in pty_alloc_master()
219 pty_grant_slave(struct lwp *l, dev_t dev, struct mount *mp) in pty_grant_slave()
260 pty_alloc_slave(struct lwp *l, int *fd, dev_t dev, struct mount *mp) in pty_alloc_slave()
303 pty_fill_ptmget(struct lwp *l, dev_t dev, int cfd, int sfd, void *data, struct mount *mp) in pty_fill_ptmget()
338 ptmopen(dev_t dev, int flag, int mode, struct lwp *l) in ptmopen()
342 dev_t ttydev; in ptmopen()
377 ptmclose(dev_t dev, int flag, int mode, struct lwp *l) in ptmclose()
385 ptmioctl(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) in ptmioctl()
388 dev_t newdev; in ptmioctl()