Home
last modified time | relevance | path

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

12

/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/liteos_m_iccarm/kernel/include/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/generic/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/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/powerpc/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/powerpc64/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/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs150 pub const TIOCGPTN: ::Ioctl = 0x40047486; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs148 pub const TIOCGPTN: ::Ioctl = 0x40045430; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs158 pub const TIOCGPTN: ::Ioctl = 0x40045430; constant
/third_party/libuv/docs/src/
Dtty.rst82 ioctl TIOCGPTN or TIOCPTYGNAME, for instance OpenBSD and Solaris.
/third_party/libuv/src/unix/
Dtty.c87 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
/third_party/node/deps/uv/src/unix/
Dtty.c87 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs173 pub const TIOCGPTN: ::Ioctl = 0x80045430; constant
/third_party/rust/crates/linux-raw-sys/gen/modules/
Dioctl.h58 #define TIOCGPTN 0x80045430ul macro
1614 #define TIOCGPTN 0x80045430ul macro
3174 #define TIOCGPTN 0x80045430ul macro
4730 #define TIOCGPTN 0x80045430ul macro
6182 #define TIOCGPTN 0x40045430ul macro
7628 #define TIOCGPTN 0x40045430ul macro
9178 #define TIOCGPTN 0x40045430ul macro
10729 #define TIOCGPTN 0x80045430ul macro
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
Dgenerated.txt56 TIOCGPTN

12