enter virtual 8086 mode NAME vm86old, vm86 - enter virtual 8086 mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vm86.h> int vm86old(struct vm86_struct * info …enter virtual 8086 mode NAME vm86old, vm86 - enter virtual 8086 mode LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/vm86.h> int vm86old(struct vm86_struct * info …create an endpoint for communication NAME socket - create an endpoint for communication LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/socket.h> int socket(int do…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…System V message queue operations NAME msgrcv, msgsnd - System V message queue operations LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/msg.h> int msgsnd(int msq…ioctl() operations for General notification mechanism NAME ioctl_pipe - ioctl() operations for General notification mechanism SYNOPSIS #include <linux/watch_queue.h> /* Definition …start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…start/stop swapping to file/device NAME swapon, swapoff - start/stop swapping to file/device LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/swap.h> int swapon(con…synchronize a file's in-core state with storage device NAME fsync, fdatasync - synchronize a file's in-core state with storage device LIBRARY Standard C library ( libc , -lc ) SYNO…synchronize a file's in-core state with storage device NAME fsync, fdatasync - synchronize a file's in-core state with storage device LIBRARY Standard C library ( libc , -lc ) SYNO…read and/or clear kernel message ring buffer; set console_loglevel NAME syslog, klogctl - read and/or clear kernel message ring buffer; set console_loglevel LIBRARY Standard C libr…ioctls for console terminal and virtual consoles NAME ioctl_console - ioctls for console terminal and virtual consoles SYNOPSIS #include <sys/ioctl.h> int ioctl(int fd , unsigned l…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…create a file descriptor for event notification NAME eventfd - create a file descriptor for event notification LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/even…set port input/output permissions NAME ioperm - set port input/output permissions LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/io.h> int ioperm(unsigned long fr…unload a kernel module NAME delete_module - unload a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <fcntl.h> /* Definition of O_* constants */ #include …commit filesystem caches to disk NAME sync, syncfs - commit filesystem caches to disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> void sync(void); int sy…commit filesystem caches to disk NAME sync, syncfs - commit filesystem caches to disk LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> void sync(void); int sy…reassociate thread with a namespace NAME setns - reassociate thread with a namespace LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /* See feature_test_macr…