Searched refs:pts_alloc (Results 1 – 3 of 3) sorted by relevance
132 return (pts_alloc(fflags & (FREAD|FWRITE), td, fp)); in ptmx_fdopen()
225 int pts_alloc(int fflags, struct thread *td, struct file *fp);
731 pts_alloc(int fflags, struct thread *td, struct file *fp) in pts_alloc() function848 error = pts_alloc(FFLAGS(uap->flags & O_ACCMODE), td, fp); in sys_posix_openpt()