/third_party/musl/porting/liteos_a/user/src/misc/ |
H A D | pty.c | 26 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
|
H A D | openpty.c | 22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/src/misc/ |
H A D | pty.c | 26 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
|
H A D | openpty.c | 22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 92 #define TIOCSPTLCK _IOW('T',0x31, int) macro
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 92 #define TIOCSPTLCK _IOW('T',0x31, int) macro
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 83 #define TIOCSPTLCK _IOW('T', 49, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | ioctl.h | 72 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | ioctl.h | 72 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 174 pub const TIOCSPTLCK: ::Ioctl = 0x40045431; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 159 pub const TIOCSPTLCK: ::Ioctl = 0x80045431; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
H A D | mod.rs | 151 pub const TIOCSPTLCK: ::Ioctl = 0x80047487; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 149 pub const TIOCSPTLCK: ::Ioctl = 0x80045431; consts
|
/third_party/rust/crates/linux-raw-sys/gen/modules/ |
H A D | ioctl.h | 30 #define TIOCSPTLCK 0x40045431ul macro 1586 #define TIOCSPTLCK 0x40045431ul macro 3146 #define TIOCSPTLCK 0x40045431ul macro 4702 #define TIOCSPTLCK 0x40045431ul macro 6154 #define TIOCSPTLCK 0x80045431ul macro 7600 #define TIOCSPTLCK 0x80045431ul macro 9150 #define TIOCSPTLCK 0x80045431ul macro 10701 #define TIOCSPTLCK 0x40045431ul macro
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | ioctl.rs | 30 pub const TIOCSPTLCK: u32 = 1074025521; consts
|
/third_party/rust/crates/linux-raw-sys/gen/ioctl/ |
H A D | list.c | 219 IOCTL_REQUEST(TIOCSPTLCK); in list()
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | ioctl.rs | 30 pub const TIOCSPTLCK: u32 = 2147767345; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | ioctl.rs | 29 pub const TIOCSPTLCK: u32 = 2147767345; consts
|