NAME ioctl - control device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/ioctl.h> int ioctl ... unsigned long op , ...); /* glibc, BSD */ int ioctl(int fd , int…flags , void * args ); #include <sys/ioctl.h> int ioctl(int fd , SECCOMP_IOCTL_NOTIF_RECV, struct seccomp ... notif * req ); int ioctl(int fd , SECCOMP_IOCTL_NOTIF_SEND, struct sec…NAME ioctl_eventpoll, EPIOCSPARAMS, EPIOCGPARAMS - ioctl() operations for epoll file descriptors LIBRARY Standard C library ... Definition of EPIOC* constants */ #include <sys/ioct…NAME ioctl_console - ioctls for console terminal and virtual consoles SYNOPSIS #include <sys/ioctl.h> int ioctl ... long op , ...); DESCRIPTION The following Linux-specific ioctl (…NAME ioctl_fat - manipulating the FAT filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include ... sys/ioctl.h> int ioctl(int fd , unsigned long op , ...); DESCRIPTIO…NAME ioctl_tty - ioctls for terminals and serial lines LIBRARY Standard C library ( libc ... asm/termbits.h> /* Definition of constants */ #include <sys/ioctl.h> int ioctl(int fd ,…NAME ioctl_pipe - ioctl() operations for General notification mechanism SYNOPSIS #include <linux/watch_queue.h> /* Definition ... WATCH_QUEUE_ * */ #include <sys/ioctl.h> int ioctl…NAME ioctl_nsfs - ioctl() operations for Linux namespaces SYNOPSIS #include <linux/nsfs.h> /* Definition of NS_* constants ... include <sys/ioctl.h> int ioctl(int fd , unsigned lon…NAME ioctl_userfaultfd - create a file descriptor for handling page faults in user space LIBRARY ... Definition of UFFD* constants */ #include <sys/ioctl.h> int ioctl(int fd , int …NAME ioctl_vt - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/vt.h> /* Definition ... constants */ #include <sys/ioctl.h> int ioctl(int fd , unsigned lo…NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition ... constants */ #include <sys/ioctl.h> int ioctl(int fd , unsigned lo…NAME ioctl_fsmap, FS_IOC_GETFSMAP - retrieve the physical layout of the filesystem LIBRARY Standard ... constants */ #include <sys/ioctl.h> int ioctl(int fd , FS_IOC_GETFSMAP, stru…NAME ioctl_fs - filesystem operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fs.h> /* Definition ... constants */ #include <sys/ioctl.h> int ioctl(int f…userfaultfd object is configured using ioctl (2). Once the userfaultfd object is configured, the application ... UFFDIO_COPY or an UFFDIO_ZEROPAGE ioctl. UFFDIO_REGISTER_MODE_MINOR…enabled and disabled in two ways: via ioctl (2) and via prctl (2). When ... event can later be enabled by ioctl (2), prctl (2), or enable_on_exec . Whenfchmod (2), fchown (2), fgetxattr (2), ioctl (2), mmap (2)) fail with the error EBADF ... file descriptor for use with ioctl (2). Note that open () can open device special filesfchmod (2), fchown (2), fgetxattr (2), ioctl (2), mmap (2)) fail with the error EBADF ... file descriptor for use with ioctl (2). Note that open () can open device special filesfchmod (2), fchown (2), fgetxattr (2), ioctl (2), mmap (2)) fail with the error EBADF ... file descriptor for use with ioctl (2). Note that open () can open device special filesUsing F_SETOWN is equivalent to an ioctl (2) call with the FIOSETOWN or SIOCSPGRP ... getpeername (2), getsockname (2), getsockopt (2), ioctl (2), listen (2), read (2), recv (2), s…ALSO epoll_create (2), epoll_wait (2), ioctl_eventpoll (2), poll (2), epoll