Home
last modified time | relevance | path

Searched refs:TIOCGPTN (Results 1 – 18 of 18) sorted by relevance

/third_party/musl/src/misc/
Dpty.c30 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
Dopenpty.c20 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
/third_party/musl/porting/liteos_a/user/src/misc/
Dpty.c33 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
Dopenpty.c22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/generic/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/mips64/bits/
Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/mips/bits/
Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/mipsn32/bits/
Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/powerpc64/bits/
Dioctl.h91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dioctl.h71 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/powerpc/bits/
Dioctl.h91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dioctl.h71 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/sh/bits/
Dioctl.h82 #define TIOCGPTN _IOR('T', 48, unsigned int) macro
/third_party/libuv/src/unix/
Dtty.c74 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
/third_party/libuv/docs/src/
Dtty.rst82 ioctl TIOCGPTN or TIOCPTYGNAME, for instance OpenBSD and Solaris.