Searched refs:ioctl (Results 1 – 19 of 19) sorted by relevance
/bionic/libc/include/bits/ |
D | termios_inlines.h | 82 return ioctl(fd, TCSBRK, __BIONIC_CAST(static_cast, unsigned long, 1)); in tcdrain() 86 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); in tcflow() 90 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue)); in tcflush() 94 return ioctl(fd, TCGETS, s); in tcgetattr() 99 return (ioctl(fd, TIOCGSID, &sid) == -1) ? -1 : sid; in tcgetsid() 103 return ioctl(fd, TCSBRKP, __BIONIC_CAST(static_cast, unsigned long, duration)); in tcsendbreak() 114 return ioctl(fd, cmd, s); in tcsetattr()
|
D | ioctl.h | 36 int ioctl(int, int, ...);
|
/bionic/libc/bionic/ |
D | termios.cpp | 40 return (ioctl(fd, TIOCGPGRP, &pid) == -1) ? -1 : pid; in tcgetpgrp() 45 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
|
D | pty.cpp | 67 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r() 114 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt() 147 ioctl(*slave, TIOCSWINSZ, ws); in openpty() 186 if (ioctl(fd, TIOCSCTTY, NULL) == -1) { in login_tty()
|
D | ioctl.cpp | 34 int ioctl(int fd, int request, ...) { in ioctl() function
|
D | net_if.cpp | 55 int rc = ioctl(s, SIOCGIFNAME, &ifr); in if_indextoname() 70 int rc = ioctl(s, SIOCGIFINDEX, &ifr); in if_nametoindex()
|
D | getentropy_linux.c | 248 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) { in getentropy_urandom()
|
/bionic/tests/ |
D | pty_test.cpp | 44 ASSERT_EQ(0, ioctl(slave, TIOCGWINSZ, &w_actual)); in TEST()
|
D | ifaddrs_test.cpp | 125 ASSERT_EQ(0, ioctl(fd, SIOCGIFFLAGS, &ifr)) << if_name << ' ' << strerror(errno); in CheckAddressIsInSet() 129 ASSERT_EQ(0, ioctl(fd, request, &ifr)) << if_name << ' ' << strerror(errno); in CheckAddressIsInSet()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 416 ioctl
|
/bionic/libc/ |
D | SYSCALLS.TXT | 119 int __ioctl:ioctl(int, int, void*) all
|
D | libc.mips64.map | 449 ioctl;
|
D | libc.x86_64.map | 449 ioctl;
|
D | libc.arm64.map | 449 ioctl;
|
D | libc.mips.map | 519 ioctl;
|
D | libc.x86.map | 517 ioctl;
|
D | libc.arm.map | 521 ioctl;
|
D | libc.map.txt | 523 ioctl;
|
D | Android.bp | 1399 "bionic/ioctl.cpp",
|