Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtermios.cpp69 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()
Dioctl.c32 int ioctl(int fd, int request, ...) in ioctl() function
Dpty.cpp61 if (ioctl(fd, TIOCGPTN, &pty_num) != 0) { in ptsname_r()
106 return ioctl(fd, TIOCSPTLCK, &unlock); in unlockpt()
Dif_nametoindex.c52 if (ioctl(ctl_sock, SIOCGIFINDEX, &ifr) >= 0) { in if_nametoindex()
Dif_indextoname.c52 if (ioctl(ctl_sock, SIOCGIFNAME, &ifr) >= 0) { in if_indextoname()
Dgetentropy_linux.c259 if (ioctl(fd, RNDGETENTCNT, &cnt) == -1) { in getentropy_urandom()
/bionic/libc/include/sys/
Dioctl.h45 extern int ioctl(int, int, ...);
/bionic/libc/include/
Dunistd.h150 extern int ioctl(int, int, ...);
/bionic/libc/
DSYSCALLS.TXT110 int __ioctl:ioctl(int, int, void*) all
DAndroid.mk51 bionic/ioctl.c \