Searched refs:invalid_fd (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/readdir/ |
H A D | readdir21.c | 29 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 D | fsmount02.c | 10 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 D | move_mount02.c | 12 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 D | fsconfig02.c | 10 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 D | writev01.c | 22 static int invalid_fd = -1; variable 62 .pfd = &invalid_fd,
|
Completed in 2 milliseconds