/bionic/libc/include/bits/ |
D | termios_inlines.h | 91 return ioctl(fd, TCSBRK, __BIONIC_CAST(static_cast, unsigned long, 1)); in tcdrain() 95 return ioctl(fd, TCXONC, __BIONIC_CAST(static_cast, unsigned long, action)); in tcflow() 99 return ioctl(fd, TCFLSH, __BIONIC_CAST(static_cast, unsigned long, queue)); in tcflush() 103 return ioctl(fd, TCGETS, s); in tcgetattr() 108 return (ioctl(fd, TIOCGSID, &sid) == -1) ? -1 : sid; in tcgetsid() 112 return ioctl(fd, TCSBRKP, __BIONIC_CAST(static_cast, unsigned long, duration)); in tcsendbreak() 123 return ioctl(fd, cmd, s); in tcsetattr()
|
D | ioctl.h | 43 int ioctl(int __fd, int __request, ...); 60 int ioctl(int __fd, unsigned __request, ...) __overloadable __enable_if(1, "") __RENAME(ioctl);
|
/bionic/tests/ |
D | sys_ioctl_diag_test.cpp | 30 ioctl(i, i); in check_no_signedness_warnings() 31 ioctl(i, x); in check_no_signedness_warnings() 33 ioctl(i, i, nullptr); in check_no_signedness_warnings() 34 ioctl(i, x, nullptr); in check_no_signedness_warnings()
|
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()
|
D | pty_test.cpp | 44 ASSERT_EQ(0, ioctl(slave, TIOCGWINSZ, &w_actual)); in TEST()
|
/bionic/libc/bionic/ |
D | pty.cpp | 68 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r() 112 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt() 145 ioctl(*slave, TIOCSWINSZ, ws); in openpty() 184 if (ioctl(fd, TIOCSCTTY, nullptr) == -1) { in login_tty()
|
D | termios.cpp | 40 return (ioctl(fd, TIOCGPGRP, &pid) == -1) ? -1 : pid; in tcgetpgrp() 45 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
|
D | net_if.cpp | 52 return (ioctl(s.get(), SIOCGIFNAME, &ifr) == -1) ? nullptr in if_indextoname() 63 return (ioctl(s.get(), SIOCGIFINDEX, &ifr) == -1) ? 0 : ifr.ifr_ifindex; in if_nametoindex()
|
D | ioctl.cpp | 34 int ioctl(int fd, int request, ...) { in ioctl() function
|
D | ifaddrs.cpp | 293 if (ioctl(s.get(), SIOCGIFFLAGS, &ifr) != -1) { in get_interface_flags_via_ioctl()
|
/bionic/libc/ |
D | SECCOMP_PRIORITY.TXT | 10 ioctl
|
D | SYSCALLS.TXT | 122 int __ioctl:ioctl(int, int, void*) all
|
D | libc.map.txt | 524 ioctl;
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_121.S | 59 CALL(ioctl)
|
D | liblinker_reloc_bench_023.S | 233 CALL(ioctl)
|
D | liblinker_reloc_bench_027.S | 310 CALL(ioctl)
|
D | liblinker_reloc_bench_024.S | 324 CALL(ioctl)
|
D | liblinker_reloc_bench_144.S | 220 CALL(ioctl)
|
D | liblinker_reloc_bench_033.S | 607 CALL(ioctl)
|
D | liblinker_reloc_bench_006.S | 705 CALL(ioctl)
|
D | liblinker_reloc_bench_070.S | 2354 DATA_WORD(ioctl)
|
D | liblinker_reloc_bench_012.S | 1870 CALL(ioctl)
|
D | liblinker_reloc_bench_123.S | 2731 CALL(ioctl)
|
/bionic/libc/tools/ |
D | posix-2013.txt | 416 ioctl
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 524 ioctl;
|