Home
last modified time | relevance | path

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

/freebsd/sys/dev/pty/
H A Dpty.c72 error = pts_alloc_external(fflags & (FREAD|FWRITE), td, fp, dev, name); in ptydev_fdopen()
/freebsd/sys/sys/
H A Dtty.h226 int pts_alloc_external(int fd, struct thread *td, struct file *fp,
/freebsd/sys/kern/
H A Dtty_pts.c785 pts_alloc_external(int fflags, struct thread *td, struct file *fp, in pts_alloc_external() function