Searched refs:ioctl (Results 1 – 25 of 131) sorted by relevance
123456
/glibc-2.36/hurd/hurd/ |
D | ioctl.h | 68 #define _HURD_HANDLE_IOCTL(handler, ioctl) \ argument 69 _HURD_HANDLE_IOCTLS_1 (handler, ioctl, ioctl, ioctl##_only)
|
/glibc-2.36/misc/sys/ |
D | ioctl.h | 42 extern int ioctl (int __fd, unsigned long int __request, ...) __THROW; 45 extern int __REDIRECT_NTH (ioctl, (int __fd, unsigned long int __request, ...), 49 # define ioctl __ioctl_time64
|
/glibc-2.36/misc/ |
D | ioctl.c | 29 stub_warning (ioctl) 32 weak_alias (__ioctl, ioctl)
|
D | tst-ioctl.c | 32 TEST_COMPARE (ioctl (pair[1], FIONREAD, &value), 0); in do_test() 34 TEST_COMPARE (ioctl (pair[0], FIONREAD, &value), 0); in do_test()
|
D | Makefile | 27 sys/ioctl.h bits/ioctls.h bits/ioctl-types.h \ 43 routines := brk sbrk sstk ioctl \ 93 tst-ioctl 98 tst-ioctl-time64 \
|
D | Versions | 50 insque; ioctl;
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ioctl.c | 35 r = INTERNAL_SYSCALL_CALL (ioctl, fd, request, arg); in __ioctl() 45 weak_alias (__ioctl, ioctl)
|
D | tcdrain.c | 28 return SYSCALL_CANCEL (ioctl, fd, TCSBRK, 1); in __libc_tcdrain()
|
D | tcsetattr.c | 78 return INLINE_SYSCALL (ioctl, 3, fd, cmd, &k_termios); in __tcsetattr()
|
D | tcgetattr.c | 38 retval = INLINE_SYSCALL (ioctl, 3, fd, TCGETS, &k_termios); in __tcgetattr()
|
D | syscall-names.list | 216 ioctl
|
/glibc-2.36/support/ |
D | support_enter_network_namespace.c | 50 TEST_VERIFY_EXIT (ioctl (fd, SIOCGIFFLAGS, &req) == 0); in support_enter_network_namespace() 60 TEST_VERIFY_EXIT (ioctl (fd, SIOCSIFFLAGS, &req) == 0); in support_enter_network_namespace()
|
D | support_openpty.c | 74 inner = ioctl (outer, TIOCGPTPEER, O_RDWR | O_NOCTTY); in support_openpty() 94 if (ioctl (inner, TIOCSWINSZ, winp)) in support_openpty()
|
/glibc-2.36/sysdeps/unix/ |
D | syscalls.list | 35 ioctl - ioctl i:iiI __ioctl ioctl __ioctl_time64
|
/glibc-2.36/nscd/ |
D | res_hconf.c | 5 #define __ioctl ioctl
|
D | gai.c | 22 #define __ioctl ioctl
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/ |
D | ioctl.S | 32 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/sysdeps/unix/sysv/linux/sys/ |
D | prctl.h | 48 # define ioctl __prctl_time64
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips64/n64/ |
D | ioctl.S | 42 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/hurd/ |
D | Makefile | 23 $(addprefix hurd/,fd.h id.h port.h signal.h sigpreempt.h ioctl.h\
|
/glibc-2.36/posix/ |
D | test-errno.c | 136 fails |= test_wrp (EBADF, ioctl, -1, TIOCNOTTY); in do_test()
|
D | tst-spawn6.c | 222 TEST_VERIFY_EXIT (ioctl (ptmx, TIOCSCTTY, NULL) == 0); in do_test()
|
/glibc-2.36/nis/ |
D | nis_findserv.c | 155 ioctl (sock, FIONBIO, &dontblock); in __nis_findfastest_with_timeout()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | ioctl.c | 342 weak_alias (__ioctl, ioctl)
|
/glibc-2.36/manual/ |
D | terminal.texi | 1650 @c Direct ioctl, BSD only. 1660 @c Direct ioctl, BSD only. 1717 @c Direct ioctl. 1752 @c Direct ioctl. 1800 @c Direct ioctl on Linux. On BSD, the TCO* actions are a single ioctl, 2046 @c ioctl dup ok 2096 @c ioctl dup ok 2177 @c ioctl dup ok
|
123456