Searched refs:ioctl (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | termios.cpp | 69 return ioctl(fd, TCSBRK, static_cast<unsigned long>(1)); in tcdrain() 73 return ioctl(fd, TCXONC, static_cast<unsigned long>(action)); in tcflow() 77 return ioctl(fd, TCFLSH, static_cast<unsigned long>(queue)); in tcflush() 81 return ioctl(fd, TCGETS, s); in tcgetattr() 86 if (ioctl(fd, TIOCGSID, &sid) == -1) { in tcgetsid() 93 return ioctl(fd, TCSBRKP, static_cast<unsigned long>(duration)); in tcsendbreak() 104 return ioctl(fd, cmd, s); in tcsetattr() 109 if (ioctl(fd, TIOCGPGRP, &pid) == -1) { in tcgetpgrp() 116 return ioctl(fd, TIOCSPGRP, &pid); in tcsetpgrp()
|
D | ioctl.c | 32 int ioctl(int fd, int request, ...) in ioctl() function
|
D | pty.cpp | 61 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r() 106 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
|
D | if_nametoindex.c | 52 if (ioctl(ctl_sock, SIOCGIFINDEX, &ifr) >= 0) { in if_nametoindex()
|
D | if_indextoname.c | 52 if (ioctl(ctl_sock, SIOCGIFNAME, &ifr) >= 0) { in if_indextoname()
|
D | getentropy_linux.c | 259 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) { in getentropy_urandom()
|
/bionic/libc/include/sys/ |
D | ioctl.h | 45 extern int ioctl(int, int, ...);
|
/bionic/libc/include/ |
D | unistd.h | 150 extern int ioctl(int, int, ...);
|
/bionic/libc/ |
D | SYSCALLS.TXT | 110 int __ioctl:ioctl(int, int, void*) all
|
D | Android.mk | 51 bionic/ioctl.c \
|