Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dtty.h227 int pts_alloc(int fflags, struct thread *td, struct file *fp);
/f-stack/freebsd/kern/
H A Dtty_pts.c739 pts_alloc(int fflags, struct thread *td, struct file *fp) in pts_alloc() function
856 error = pts_alloc(FFLAGS(uap->flags & O_ACCMODE), td, fp); in sys_posix_openpt()