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…encryption and decryption purposes. The following ioctl (2) operations are provided by the loop block ... file descriptor is passed as the (third) ioctl (2) argument. LOOP_CLR_FD D…encryption and decryption purposes. The following ioctl (2) operations are provided by the loop block ... file descriptor is passed as the (third) ioctl (2) argument. LOOP_CLR_FD D…Definition of TC* constants */ #include <sys/ioctl.h> int ioctl(int fd , TCGETS, struct termios * argp ... ioctl(int fd , TCSETS, const struct termios * argp ); int ioctl(int fd , …Definition of TC* constants */ #include <sys/ioctl.h> int ioctl(int fd , TCGETS, struct termios * argp ... ioctl(int fd , TCSETS, const struct termios * argp ); int ioctl(int fd , …Definition of TC* constants */ #include <sys/ioctl.h> int ioctl(int fd , TCGETS, struct termios * argp ... ioctl(int fd , TCSETS, const struct termios * argp ); int ioctl(int fd , …Definition of TC* constants */ #include <sys/ioctl.h> int ioctl(int fd , TCGETS, struct termios * argp ... ioctl(int fd , TCSETS, const struct termios * argp ); int ioctl(int fd , …