Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/kern/
HDtty_pts.c88 int pts_unit; /* (c) Device unit number. */ member
328 if (psc->pts_unit < 0) in ptsdev_ioctl()
330 *(unsigned int *)data = psc->pts_unit; in ptsdev_ioctl()
695 if (psc->pts_unit >= 0) in ptsdrv_free()
696 free_unr(pts_pool, psc->pts_unit); in ptsdrv_free()
766 psc->pts_unit = unit; in pts_alloc()
774 tty_makedev(tp, td->td_ucred, "pts/%u", psc->pts_unit); in pts_alloc()
812 psc->pts_unit = -1; in pts_alloc_external()