Home
last modified time | relevance | path

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

/freebsd/sys/dev/pty/
H A Dpty.c132 return (pts_alloc(fflags & (FREAD|FWRITE), td, fp)); in ptmx_fdopen()
/freebsd/sys/sys/
H A Dtty.h225 int pts_alloc(int fflags, struct thread *td, struct file *fp);
/freebsd/sys/kern/
H A Dtty_pts.c731 pts_alloc(int fflags, struct thread *td, struct file *fp) in pts_alloc() function
848 error = pts_alloc(FFLAGS(uap->flags & O_ACCMODE), td, fp); in sys_posix_openpt()