Home
last modified time | relevance | path

Searched refs:TIOCGPTN (Results 1 - 25 of 35) sorted by relevance

12

/third_party/musl/porting/liteos_a/user/src/misc/
H A Dpty.c33 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
H A Dopenpty.c22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
/third_party/musl/src/misc/
H A Dpty.c33 if ((err = __syscall(SYS_ioctl, fd, TIOCGPTN, &pty))) return -err; in __ptsname_r()
H A Dopenpty.c22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/generic/bits/
H A Dioctl.h54 #define TIOCGPTN 0x80045430 macro
/third_party/musl/arch/mips64/bits/
H A Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
/third_party/musl/arch/mips/bits/
H A Dioctl.h63 #define TIOCGPTN _IOR('T', 0x30, unsigned int) macro
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h91 #define TIOCGPTN _IOR('T',0x30, unsigned int) macro
/third_party/musl/arch/sh/bits/
H A Dioctl.h82 #define TIOCGPTN _IOR('T', 48, unsigned int) macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dioctl.h71 #define TIOCGPTN 0x80045430 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dioctl.h71 #define TIOCGPTN 0x80045430 macro
/third_party/libuv/src/unix/
H A Dtty.c87 result = ioctl(fd, TIOCGPTN, &dummy) != 0; in uv__tty_is_slave()
/third_party/node/deps/uv/src/unix/
H A 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/
H A Dmod.rs173 pub const TIOCGPTN: ::Ioctl = 0x80045430; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs158 pub const TIOCGPTN: ::Ioctl = 0x40045430; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs150 pub const TIOCGPTN: ::Ioctl = 0x40047486; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
H A Dmod.rs148 pub const TIOCGPTN: ::Ioctl = 0x40045430; consts
/third_party/rust/crates/linux-raw-sys/gen/modules/
H A 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/src/aarch64/
H A Dioctl.rs58 pub const TIOCGPTN: u32 = 2147767344; consts
/third_party/rust/crates/linux-raw-sys/gen/ioctl/
H A Dlist.c247 IOCTL_REQUEST(TIOCGPTN); in list()

Completed in 57 milliseconds

12