Home
last modified time | relevance | path

Searched refs:filefd (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/misc/
H A Dfastrpc.h32 __s32 filefd; /* fd for the file */ member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/misc/
H A Dfastrpc.h43 __s32 filefd; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/misc/
H A Dfastrpc.h43 __s32 filefd; member
/kernel/linux/linux-6.6/include/uapi/misc/
H A Dfastrpc.h85 __s32 filefd; /* fd for the file */ member
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dtls.c187 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
190 EXPECT_GE(filefd, 0); in TEST_F()
191 fstat(filefd, &st); in TEST_F()
192 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
197 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
204 EXPECT_GE(filefd, 0); in TEST_F()
205 fstat(filefd, &st); in TEST_F()
212 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtls.c403 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
406 EXPECT_GE(filefd, 0); in TEST_F()
407 fstat(filefd, &st); in TEST_F()
408 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
413 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
420 EXPECT_GE(filefd, 0); in TEST_F()
421 fstat(filefd, &st); in TEST_F()
428 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/kernel/linux/linux-5.10/drivers/misc/
H A Dfastrpc.c1066 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1067 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process()
1090 args[2].fd = init.filefd; in fastrpc_init_create_process()
/kernel/linux/linux-6.6/drivers/misc/
H A Dfastrpc.c1403 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1404 err = fastrpc_map_create(fl, init.filefd, init.filelen, 0, &map); in fastrpc_init_create_process()
1427 args[2].fd = init.filefd; in fastrpc_init_create_process()

Completed in 13 milliseconds