Home
last modified time | relevance | path

Searched refs:invalid_fd (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/readdir/
H A Dreaddir21.c29 static unsigned int invalid_fd = 999; variable
42 {&invalid_fd, &dirp, sizeof(struct old_linux_dirent), EBADF, "invalid fd"},
/third_party/ltp/testcases/kernel/syscalls/fsmount/
H A Dfsmount02.c10 int fd = -1, invalid_fd = -1; variable
21 {"invalid-fd", &invalid_fd, FSMOUNT_CLOEXEC, 0, EBADF},
/third_party/ltp/testcases/kernel/syscalls/move_mount/
H A Dmove_mount02.c12 int invalid_fd = -1, fsmfd; variable
23 {"invalid-from-fd", &invalid_fd, "", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH, EBADF},
/third_party/ltp/testcases/kernel/syscalls/fsconfig/
H A Dfsconfig02.c10 static int fd = -1, temp_fd = -1, invalid_fd = -1; variable
22 {"invalid-fd", &invalid_fd, FSCONFIG_SET_FLAG, "user_xattr", NULL, &aux_0, EINVAL},
/third_party/ltp/testcases/kernel/syscalls/writev/
H A Dwritev01.c22 static int invalid_fd = -1; variable
62 .pfd = &invalid_fd,

Completed in 2 milliseconds