Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/pty/
Dpty.c75 error = pts_alloc_external(fflags & (FREAD|FWRITE), td, fp, dev, name); in ptydev_fdopen()
/freebsd-12-stable/sys/sys/
Dtty.h224 int pts_alloc_external(int fd, struct thread *td, struct file *fp,
/freebsd-12-stable/sys/kern/
Dtty_pts.c788 pts_alloc_external(int fflags, struct thread *td, struct file *fp, in pts_alloc_external() function