copy the unwind data to caller's buffer NAME getunwind - copy the unwind data to caller's buffer LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/unwind.h> #inclu…retrieve exported kernel and module symbols NAME get_kernel_syms - retrieve exported kernel and module symbols SYNOPSIS #include <linux/module.h> [[deprecated]] int get_kernel_syms…ioctls for console terminal and virtual consoles NAME ioctl_kd - ioctls for console terminal and virtual consoles SYNOPSIS #include <linux/kd.h> /* Definition of op constants */ #i…close all file descriptors in a given range NAME close_range - close all file descriptors in a given range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #define _GNU_SOURCE /*…indirect system call NAME syscall - indirect system call LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/syscall.h> /* Definition of SYS_* constants */ #include <u…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…load a kernel module NAME init_module, finit_module - load a kernel module LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/module.h> /* Definition of MODULE_* co…enable or disable kernel management of Memory Protection eXtensions (MPX) NAME PR_MPX_ENABLE_MANAGEMENT, PR_MPX_DISABLE_MANAGEMENT - enable or disable kernel management of Memory P…define a subpage protection for an address range NAME subpage_prot - define a subpage protection for an address range LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <s…perform a command on an extended BPF map or program NAME bpf - perform a command on an extended BPF map or program SYNOPSIS #include <linux/bpf.h> int bpf(int cmd , union bpf_attr …mount filesystem NAME mount - mount filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/mount.h> int mount(const char * source , const char * target , const…manipulate disk quotas NAME quotactl - manipulate disk quotas LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/quota.h> #include <xfs/xqm.h> /* Definition of Q_X* a…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…read from or write to a file descriptor at a given offset NAME pread, pwrite - read from or write to a file descriptor at a given offset LIBRARY Standard C library ( libc , -lc ) S…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…create a child process NAME clone, __clone2, clone3 - create a child process LIBRARY Standard C library ( libc , -lc ) SYNOPSIS /* Prototype for the glibc wrapper function */ #defi…execute program NAME execve - execute program LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <unistd.h> int execve(const char * pathname , char *const _Nullable argv […