Home
last modified time | relevance | path

Searched refs:ioctl (Results 1 – 13 of 13) sorted by relevance

/bionic/libc/include/
Dtermios.h51 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()
Dunistd.h143 extern int ioctl(int, int, ...);
/bionic/libc/include/sys/
Dioctl.h39 extern int ioctl(int, int, ...);
/bionic/libc/bionic/
Dunlockpt.c35 return ioctl( fd, TIOCSPTLCK, &unlock ); in unlockpt()
Dtcsetpgrp.c32 return ioctl(fd, TIOCSPGRP, &_pid); in tcsetpgrp()
Dtcgetpgrp.c33 return ioctl(fd, TIOCGPGRP, &_pid) ? (pid_t)-1 : _pid; in tcgetpgrp()
Dptsname.c39 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 ) in ptsname()
Dioctl.c32 int ioctl(int fd, int request, ...) in ioctl() function
Dptsname_r.c46 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 ) { in ptsname_r()
Dif_nametoindex.c52 if (ioctl(ctl_sock, SIOCGIFINDEX, &ifr) >= 0) { in if_nametoindex()
Dif_indextoname.c53 if (ioctl(ctl_sock, SIOCGIFNAME, &ifr) >= 0) { in if_indextoname()
/bionic/libc/
DSYSCALLS.TXT135 int __ioctl:ioctl(int, int, void *) 1
DAndroid.mk148 bionic/ioctl.c \