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 /*…setup devices and filesystems, mount root filesystem NAME setup - setup devices and filesystems, mount root filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <…create an asynchronous I/O context NAME io_setup - create an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchronous I/O library ( libaio , -…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…clock and time functions NAME clock_getres, clock_gettime, clock_settime - clock and time functions LIBRARY Standard C library ( libc , -lc ), since glibc 2.17 Before glibc 2.17, R…get filesystem statistics NAME ustat - get filesystem statistics LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/types.h> #include <unistd.h> /* libc[45] */ #inclu…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…create a special or ordinary file NAME mknod, mknodat - create a special or ordinary file LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/stat.h> int mknod(const c…high-resolution sleep NAME nanosleep - high-resolution sleep LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <time.h> int nanosleep(const struct timespec * duration , s…change properties of a mount or mount tree NAME mount_setattr - change properties of a mount or mount tree LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/fcntl.…destroy an asynchronous I/O context NAME io_destroy - destroy an asynchronous I/O context LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <linux/aio_abi.h> /* Definitio…obtain a series of random bytes NAME getrandom - obtain a series of random bytes LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include <sys/random.h> ssize_t getrandom(void b…cancel an outstanding asynchronous I/O operation NAME io_cancel - cancel an outstanding asynchronous I/O operation LIBRARY Standard C library ( libc , -lc ) Alternatively, Asynchro…pci device information handling NAME pciconfig_read, pciconfig_write, pciconfig_iobase - pci device information handling LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…pci device information handling NAME pciconfig_read, pciconfig_write, pciconfig_iobase - pci device information handling LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…pci device information handling NAME pciconfig_read, pciconfig_write, pciconfig_iobase - pci device information handling LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #include…read asynchronous I/O events from the completion queue NAME io_getevents - read asynchronous I/O events from the completion queue LIBRARY Standard C library ( libc , -lc ) Alternat…retrieve the physical layout of the filesystem NAME ioctl_fsmap, FS_IOC_GETFSMAP - retrieve the physical layout of the filesystem LIBRARY Standard C library ( libc , -lc ) SYNOPSIS…execute program relative to a directory file descriptor NAME execveat - execute program relative to a directory file descriptor LIBRARY Standard C library ( libc , -lc ) SYNOPSIS #…