Searched refs:ptmget (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/sys/kern/ptmget/
H A DMakefile3 PROG= ptmget
H A Dptmget.c1 /* $OpenBSD: ptmget.c,v 1.4 2021/10/24 21:24:20 deraadt Exp $ */
24 struct ptmget ptm;
/openbsd-current/lib/libc/stdlib/
H A Dposix_pty.c34 struct ptmget ptm;
109 static char slave[sizeof(((struct ptmget *)NULL)->sn)];
/openbsd-current/regress/sys/kern/
H A DMakefile15 SUBDIR+= pipe pledge poll pread preadv ptmget ptrace ptrace2 pty pwrite pwritev
/openbsd-current/lib/libutil/
H A Dpty.c73 struct ptmget ptm;
/openbsd-current/sys/sys/
H A Dtty.h65 /* ptmget, for /dev/ptm pty getting ioctl PTMGET */
67 struct ptmget { struct
73 #define PTMGET _IOR('t', 1, struct ptmget) /* get ptys */
/openbsd-current/sys/kern/
H A Dtty_pty.c1089 struct ptmget *ptm = (struct ptmget *)data;
1186 /* now, put the indexen and names into struct ptmget */
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp938 unsigned struct_ptmget_sz = sizeof(ptmget);

Completed in 139 milliseconds