Home
last modified time | relevance | path

Searched refs:filefd (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/vmsplice/
Dvmsplice02.c38 static int filefd; variable
49 { &filefd, &ivc, 1, EBADF },
60 filefd = SAFE_OPEN(TESTFILE, O_WRONLY | O_CREAT, 0644); in setup()
93 if (filefd > 0) in cleanup()
94 SAFE_CLOSE(filefd); in cleanup()
/external/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c79 static int filefd; variable
99 { &filefd, TESTFILE, &filefd, NEW_TESTFILE, ENOTDIR },
172 filefd = SAFE_OPEN(cleanup, TESTFILE4, in setup()
243 if (filefd > 0 && close(filefd) < 0) in cleanup()
/external/kernel-headers/original/uapi/misc/
Dfastrpc.h31 __s32 filefd; /* fd for the file */ member
/external/linux-kselftest/tools/testing/selftests/net/
Dtls.c172 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
175 EXPECT_GE(filefd, 0); in TEST_F()
176 fstat(filefd, &st); in TEST_F()
177 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
182 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
189 EXPECT_GE(filefd, 0); in TEST_F()
190 fstat(filefd, &st); in TEST_F()
197 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/external/fastrpc/inc/
Dfastrpc_internal.h98 __s32 filefd; /* fd for the file */ member
/external/fastrpc/src/
Dfastrpc_apps_user.c1671 uproc.filefd = rpcmem_to_fd_internal((void *)uproc.file); in apps_dev_init()
1673 VERIFYC(uproc.filefd != -1, AEE_EINVALIDFD); in apps_dev_init()