Home
last modified time | relevance | path

Searched refs:pts_unit (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dtty_pts.c91 int pts_unit; /* (c) Device unit number. */ member
335 if (psc->pts_unit < 0) in ptsdev_ioctl()
337 *(unsigned int *)data = psc->pts_unit; in ptsdev_ioctl()
704 if (psc->pts_unit >= 0) in ptsdrv_free()
705 free_unr(pts_pool, psc->pts_unit); in ptsdrv_free()
775 psc->pts_unit = unit; in pts_alloc()
783 tty_makedev(tp, td->td_ucred, "pts/%u", psc->pts_unit); in pts_alloc()
821 psc->pts_unit = -1; in pts_alloc_external()