Home
last modified time | relevance | path

Searched refs:bad_fd (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/lseek/
H A Dlseek02.c26 static int bad_fd = -1; variable
35 {&bad_fd, SEEK_SET, EBADF},
36 {&bad_fd, SEEK_CUR, EBADF},
37 {&bad_fd, SEEK_END, EBADF},
/third_party/ltp/testcases/kernel/syscalls/faccessat2/
H A Dfaccessat201.c27 static int dir_fd, bad_fd = -1; variable
40 {&bad_fd, &abs_path, 0},
43 {&bad_fd, &abs_path, AT_EACCESS},
H A Dfaccessat202.c36 static int bad_fd = -1; variable
54 {&bad_fd, &rel_path, R_OK, 0, EBADF, "invalid fd"},
/third_party/ltp/testcases/kernel/syscalls/fchdir/
H A Dfchdir02.c15 const int bad_fd = -5; in verify_fchdir() local
17 TST_EXP_FAIL(fchdir(bad_fd), EBADF); in verify_fchdir()
/third_party/ltp/testcases/kernel/syscalls/faccessat/
H A Dfaccessat02.c26 static int bad_fd = -1; variable
33 {&bad_fd, EBADF},
/third_party/ltp/testcases/kernel/syscalls/fsync/
H A Dfsync03.c25 static int sock_fd, bad_fd = -1; variable
38 {&bad_fd, EBADF},
/third_party/ltp/testcases/kernel/syscalls/fstatfs/
H A Dfstatfs02.c23 static int bad_fd = -1; variable
30 {&bad_fd, &buf, EBADF},
/third_party/ltp/testcases/kernel/syscalls/sendmmsg/
H A Dsendmmsg02.c19 static int bad_fd = -1; variable
31 .fd = &bad_fd,
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
H A Dftruncate03.c33 static int bad_fd = -1; variable
43 {&bad_fd, 4, EBADF},
/third_party/ltp/testcases/kernel/syscalls/execveat/
H A Dexecveat02.c34 static int bad_fd = -1, fd; variable
43 {&bad_fd, "", AT_EMPTY_PATH, EBADF},
/third_party/ltp/testcases/kernel/syscalls/recvmmsg/
H A Drecvmmsg01.c25 static int bad_fd = -1; variable
42 .fd = &bad_fd,

Completed in 3 milliseconds