Searched refs:TIOCSPTLCK (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/src/misc/ |
D | pty.c | 23 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
|
D | openpty.c | 20 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | pty.c | 26 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
|
D | openpty.c | 22 if (ioctl(m, TIOCSPTLCK, &n) || ioctl (m, TIOCGPTN, &n)) in openpty()
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/generic/bits/ |
D | ioctl.h | 55 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/mips64/bits/ |
D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/arch/mips/bits/ |
D | ioctl.h | 64 #define TIOCSPTLCK _IOW('T', 0x31, int) macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | ioctl.h | 72 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | ioctl.h | 92 #define TIOCSPTLCK _IOW('T',0x31, int) macro
|
/third_party/musl/arch/powerpc/bits/ |
D | ioctl.h | 92 #define TIOCSPTLCK _IOW('T',0x31, int) macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
D | ioctl.h | 72 #define TIOCSPTLCK 0x40045431 macro
|
/third_party/musl/arch/sh/bits/ |
D | ioctl.h | 83 #define TIOCSPTLCK _IOW('T', 49, int) macro
|