| LOW | test/linux/unit_tests/lxtlog.c | 61 | // |
| LOW | test/linux/unit_tests/lxtfs.c | 21 | #include <sys/inotify.h> |
| LOW | test/linux/unit_tests/lxtfs.c | 41 | #define FS_SECONDS_PER_DAY (86400) |
| LOW | test/linux/unit_tests/lxtfs.c | 61 | // |
| LOW | test/linux/unit_tests/lxtfs.c | 1921 | // Renaming a symlink with a trailing slash should fail with ENOTDIR. |
| LOW | test/linux/unit_tests/lxtfs.c | 3421 | { |
| LOW | test/linux/unit_tests/dev_pt_2.c | 8241 | // Ubuntu16 asynchronous pty processing needs some time to process stop. |
| LOW | test/linux/unit_tests/lxtutil.c | 21 | #include <sched.h> |
| LOW | test/linux/unit_tests/splice.c | 21 | #include <sys/wait.h> |
| LOW | test/linux/unit_tests/ioprio.c | 21 | |
| LOW | test/linux/unit_tests/ioprio.c | 41 | |
| LOW | test/linux/unit_tests/timer.c | 21 | #include <sys/wait.h> |
| LOW | test/linux/unit_tests/auxv.c | 21 | #include <unistd.h> |
| LOW | test/linux/unit_tests/get_set_id.c | 21 | #include <sys/syscall.h> |
| LOW | test/linux/unit_tests/inotify.c | 21 | #include <sys/time.h> |
| LOW | test/linux/unit_tests/xattr.c | 21 | #include <sys/wait.h> |
| LOW | test/linux/unit_tests/xattr.c | 41 | #include <sys/capability.h> |
| LOW | test/linux/unit_tests/pipe.c | 21 | #include <sys/ioctl.h> |
| LOW | test/linux/unit_tests/pipe.c | 41 | #define _4KB (4 * 1024) |
| LOW | test/linux/unit_tests/fork.c | 21 | #include <sys/time.h> |
| LOW | test/linux/unit_tests/fork.c | 41 | #endif |
| LOW | test/linux/unit_tests/shm.c | 21 | #include <sys/xattr.h> |
| LOW | test/linux/unit_tests/shm.c | 41 | |
| LOW | test/linux/unit_tests/shm.c | 1821 | } |
| LOW | test/linux/unit_tests/shm.c | 1841 | // succeed with only IPC_EXCL. |
| LOW | test/linux/unit_tests/timerfd.c | 21 | #include <sys/stat.h> |
| LOW | test/linux/unit_tests/lxtcommon.h | 21 | |
| LOW | test/linux/unit_tests/unittests.h | 21 | #define AUXV_TESTNAME "auxv" |
| LOW | test/linux/unit_tests/unittests.h | 41 | #define IOPRIO_TESTNAME "ioprio" |
| LOW | test/linux/unit_tests/unittests.h | 61 | #define SYSFS_TESTNAME "sysfs" |
| LOW | test/linux/unit_tests/socket_nonblock.c | 21 | #include <stdio.h> |
| LOW | test/linux/unit_tests/select.c | 21 | #include <sys/types.h> |
| LOW | test/linux/unit_tests/dev_pt_common.h | 21 | #include <sys/wait.h> |
| LOW | test/linux/unit_tests/random.c | 21 | #include <sys/stat.h> |
| LOW | test/linux/unit_tests/socket.c | 21 | #include <sys/un.h> |
| LOW | test/linux/unit_tests/sem.c | 21 | #include <sys/stat.h> |
| LOW | test/linux/unit_tests/sem.c | 41 | |
| LOW | test/linux/unit_tests/sem.c | 441 | // Wait for the child to exit. |
| LOW | test/linux/unit_tests/vnet.c | 21 | #include <sys/stat.h> |
| LOW | test/linux/unit_tests/vnet.c | 41 | #include <linux/rtnetlink.h> |
| LOW | test/linux/unit_tests/vnet.c | 1001 | // Open file descriptor of default network namespace. |
| LOW | test/linux/unit_tests/vnet.c | 2361 | // |
| LOW | test/linux/unit_tests/vnet.c | 2601 | // Open file descriptor of the new network namespace. |
| LOW | test/linux/unit_tests/vnet.c | 2921 | // Open file descriptor of default network namespace. |
| LOW | test/linux/unit_tests/lxtutil.h | 21 | |
| LOW | test/linux/unit_tests/lxtutil.h | 121 | void* LxtAlloc(size_t Size); |
| LOW | test/linux/unit_tests/lxtutil.h | 141 | #define LxtCapSet(_header, _data) (syscall(SYS_capset, _header, _data)) |
| LOW | test/linux/unit_tests/lxtutil.h | 161 | #define LxtShmDt(_address) syscall(SYS_shmdt, (_address)) |
| LOW | test/linux/unit_tests/lxtutil.h | 181 | (syscall(SYS_lsetxattr, (_path), (_name), (_buffer), (_size), (_flags))) |
| LOW | test/linux/unit_tests/lxtutil.h | 201 | #elif !defined(__amd64__) |
| LOW | test/linux/unit_tests/lxtfs.h | 21 | #define FS_9P_NAME "9p" |
| LOW | test/linux/unit_tests/lxtfs.h | 41 | // |
| LOW | test/linux/unit_tests/drvfs.c | 21 | |
| LOW | test/linux/unit_tests/drvfs.c | 41 | #include "lxtmount.h" |
| LOW | test/linux/unit_tests/drvfs.c | 61 | #define DRVFS_REPARSE_PREFIX DRVFS_PREFIX "/reparsetest" |
| LOW | test/linux/unit_tests/drvfs.c | 81 | #define DRVFS_HARDLINK_TEST_DIR DRVFS_PREFIX "/hardlink_test" |
| LOW | test/linux/unit_tests/drvfs.c | 101 | #define DRVFS_INOTIFY_FILE_1 DRVFS_INOTIFY_DIR_3 DRVFS_INOTIFY_FILE_1_NAME_ONLY |
| LOW | test/linux/unit_tests/drvfs.c | 821 | |
| LOW | test/linux/unit_tests/drvfs.c | 1701 | // |
| LOW | test/linux/unit_tests/drvfs.c | 1721 | // |
| 261 more matches not shown… |