Searched refs:ioctl (Results 1 - 25 of 80) sorted by relevance

1234

/bionic/libc/kernel/arch-arm/asm/
H A Dioctl.h19 #include <asm-generic/ioctl.h>
/bionic/libc/kernel/arch-x86/asm/
H A Dioctl.h19 #include <asm-generic/ioctl.h>
/bionic/libc/kernel/common/linux/
H A Dioctl.h21 #include <asm/ioctl.h>
H A Domap_csmi.h21 #include <asm/ioctl.h>
H A Dcapella_cm3602.h22 #include <linux/ioctl.h>
H A Dl3g4200d.h21 #include <linux/ioctl.h>
H A Dlightsensor.h22 #include <linux/ioctl.h>
H A Dnvram.h21 #include <linux/ioctl.h>
H A Dsfh7743.h21 #include <linux/ioctl.h>
H A Dblkpg.h22 #include <linux/ioctl.h>
H A Dbmp085.h21 #include <linux/ioctl.h>
H A Dlis331dlh.h21 #include <linux/ioctl.h>
H A Dmsm_dsps.h21 #include <linux/ioctl.h>
/bionic/libc/unistd/
H A Dunlockpt.c29 #include <sys/ioctl.h>
35 return ioctl( fd, TIOCSPTLCK, &unlock );
H A Dtcsetpgrp.c32 return ioctl(fd, TIOCSPGRP, &_pid);
H A Dptsname.c31 #include <sys/ioctl.h>
39 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 )
H A Dtcgetpgrp.c33 return ioctl(fd, TIOCGPGRP, &_pid) ? (pid_t)-1 : _pid;
H A Dptsname_r.c31 #include <sys/ioctl.h>
46 if ( ioctl( fd, TIOCGPTN, &pty_num ) != 0 ) {
/bionic/libc/include/sys/
H A Dioctl.h32 #include <linux/ioctl.h>
39 extern int ioctl(int, int, ...);
/bionic/libc/include/
H A Dsgtty.h40 #include <sys/ioctl.h>
H A Dtermios.h32 #include <sys/ioctl.h>
39 /* Redefine these to match their ioctl number */
51 return ioctl(fd, TCGETS, s);
56 return ioctl(fd, __opt, (void *)s);
61 return ioctl(fd, TCXONC, (void *)(intptr_t)action);
66 return ioctl(fd, TCFLSH, (void *)(intptr_t)__queue);
71 return ioctl(fd, TCSBRK, (void *)(intptr_t)1);
77 return ioctl(fd, TIOCGSID, &_pid) ? (pid_t)-1 : _pid;
82 return ioctl(fd, TCSBRKP, (void *)(uintptr_t)__duration);
/bionic/libc/kernel/arch-mips/asm/
H A Dsockios.h21 #include <asm/ioctl.h>
/bionic/libc/bionic/
H A Dif_indextoname.c34 #include <sys/ioctl.h>
53 if (ioctl(ctl_sock, SIOCGIFNAME, &ifr) >= 0) {
H A Dif_nametoindex.c34 #include <sys/ioctl.h>
52 if (ioctl(ctl_sock, SIOCGIFINDEX, &ifr) >= 0) {
H A Dioctl.c32 int ioctl(int fd, int request, ...) function

Completed in 247 milliseconds

1234