Searched refs:ioctl (Results 1 – 13 of 13) sorted by relevance
/bionic/libc/include/ |
D | termios.h | 51 return ioctl(fd, TCGETS, s); in tcgetattr() 56 return ioctl(fd, __opt, (void *)s); in tcsetattr() 61 return ioctl(fd, TCXONC, (void *)(intptr_t)action); in tcflow() 66 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue); in tcflush() 71 return ioctl(fd, TCSBRK, (void *)(intptr_t)1); in tcdrain() 77 return ioctl(fd, TIOCGSID, &_pid) ? (pid_t)-1 : _pid; in tcgetsid() 82 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration); in tcsendbreak()
|
D | unistd.h | 143 extern int ioctl(int, int, ...);
|
/bionic/libc/include/sys/ |
D | ioctl.h | 39 extern int ioctl(int, int, ...);
|
/bionic/libc/bionic/ |
D | unlockpt.c | 35 return ioctl( fd, TIOCSPTLCK, &unlock ); in unlockpt()
|
D | tcsetpgrp.c | 32 return ioctl(fd, TIOCSPGRP, &_pid); in tcsetpgrp()
|
D | tcgetpgrp.c | 33 return ioctl(fd, TIOCGPGRP, &_pid) ? (pid_t)-1 : _pid; in tcgetpgrp()
|
D | ptsname.c | 39 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 ) in ptsname()
|
D | ioctl.c | 32 int ioctl(int fd, int request, ...) in ioctl() function
|
D | ptsname_r.c | 46 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 ) { in ptsname_r()
|
D | if_nametoindex.c | 52 if (ioctl(ctl_sock, SIOCGIFINDEX, &ifr) >= 0) { in if_nametoindex()
|
D | if_indextoname.c | 53 if (ioctl(ctl_sock, SIOCGIFNAME, &ifr) >= 0) { in if_indextoname()
|
/bionic/libc/ |
D | SYSCALLS.TXT | 135 int __ioctl:ioctl(int, int, void *) 1
|
D | Android.mk | 148 bionic/ioctl.c \
|