Home
last modified time | relevance | path

Searched refs:__ioctl (Results 1 – 25 of 55) sorted by relevance

123

/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/
Dioctl.S26 ENTRY (__ioctl)
34 SETUP_GP64_REG (a0, __ioctl)
39 PSEUDO_END (__ioctl)
41 libc_hidden_def (__ioctl)
42 weak_alias (__ioctl, ioctl)
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/
Dioctl.S22 ENTRY(__ioctl)
29 PSEUDO_END (__ioctl)
31 libc_hidden_def (__ioctl)
32 weak_alias (__ioctl, ioctl)
/glibc-2.36/sysdeps/unix/sysv/linux/
Dioctl.c25 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function
44 libc_hidden_def (__ioctl)
45 weak_alias (__ioctl, ioctl)
48 strong_alias (__ioctl, __ioctl_time64)
Dtcsendbrk.c32 return __ioctl (fd, TCSBRK, 0); in tcsendbreak()
37 return __ioctl (fd, TCSBRKP, (duration + 99) / 100); in tcsendbreak()
Difreq.c45 if (__ioctl (fd, SIOCGIFCONF, &ifc) < 0 || ifc.ifc_len == 0) in __ifreq()
54 || (ifc.ifc_buf = newp, __ioctl (fd, SIOCGIFCONF, &ifc)) < 0) in __ifreq()
Dif_index.c54 if (__ioctl (fd, SIOCGIFINDEX, &ifr) < 0) in __if_nametoindex()
232 status = __ioctl (fd, SIOCGIFNAME, &ifr); in weak_alias()
Dtcflow.c27 return __ioctl (fd, TCXONC, action); in tcflow()
Dtcflush.c27 return __ioctl (fd, TCFLSH, queue_selector); in tcflush()
Dgrantpt.c35 int ret = __ioctl (fd, TIOCGPTN, &ptyno); in grantpt()
/glibc-2.36/misc/
Dioctl.c24 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function
31 libc_hidden_def (__ioctl)
32 weak_alias (__ioctl, ioctl)
/glibc-2.36/sysdeps/unix/bsd/
Dtcsetattr.c50 return __ioctl (fd, TIOCSETA, termios_p); in tcsetattr()
53 return __ioctl (fd, TIOCSETAW, termios_p); in tcsetattr()
56 return __ioctl (fd, TIOCSETAF, termios_p); in tcsetattr()
Dtcsendbrk.c44 if (__ioctl (fd, TIOCSBRK, (void *) NULL) < 0) in tcsendbreak()
52 return __ioctl (fd, TIOCCBRK, (void *) NULL); in tcsendbreak()
Dtcflow.c32 return __ioctl (fd, TIOCSTOP, (void *) NULL); in tcflow()
34 return __ioctl (fd, TIOCSTART, (void *) NULL); in tcflow()
Dgtty.c25 return __ioctl (fd, TIOCGETP, (void *) params); in gtty()
Dstty.c25 return __ioctl (fd, TIOCSETP, (void *) params); in stty()
Dtcdrain.c25 return __ioctl (fd, TIOCDRAIN); in __libc_tcdrain()
Dtcgetpgrp.c29 if (__ioctl (fd, TIOCGPGRP, &pgrp) < 0) in tcgetpgrp()
Dtcsetpgrp.c27 return __ioctl (fd, TIOCSPGRP, &pgrp_id); in __tcsetpgrp()
/glibc-2.36/sysdeps/gnu/
Difaddrs.c93 if (__ioctl (fd, SIOCGIFFLAGS, ifr) < 0) in __getifaddrs()
99 if (__ioctl (fd, SIOCGIFNETMASK, ifr) < 0) in __getifaddrs()
110 if (__ioctl (fd, SIOCGIFBRDADDR, ifr) < 0) in __getifaddrs()
120 if (__ioctl (fd, SIOCGIFDSTADDR, ifr) < 0) in __getifaddrs()
/glibc-2.36/include/sys/
Dioctl.h7 extern int __ioctl (int __fd, unsigned long int __request, ...);
8 libc_hidden_proto (__ioctl)
/glibc-2.36/sysdeps/mach/hurd/
Dif_index.c47 if (__ioctl (fd, SIOCGIFINDEX, &ifr) < 0) in __if_nametoindex()
132 || __ioctl (fd, SIOCGIFINDEX, ifr) < 0) in weak_alias()
178 if (__ioctl (fd, SIOCGIFNAME, &ifr) < 0) in weak_alias()
Dioctl.c40 __ioctl (int fd, unsigned long int request, ...) in __ioctl() function
341 libc_hidden_def (__ioctl)
342 weak_alias (__ioctl, ioctl)
/glibc-2.36/login/
Dopenpty.c110 terminal = __ioctl (ptmx, TIOCGPTPEER, O_RDWR | O_NOCTTY); in __openpty()
130 __ioctl (terminal, TIOCSWINSZ, winp); in __openpty()
/glibc-2.36/sysdeps/unix/
Dsockatmark.c27 return __ioctl (fd, SIOCATMARK, &answ) == -1 ? -1 : answ; in sockatmark()
/glibc-2.36/nscd/
Dres_hconf.c5 #define __ioctl ioctl macro

123