Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/misc/
Dfastrpc.h32 __s32 filefd; /* fd for the file */ member
/Linux-v5.10/tools/testing/selftests/net/
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()
/Linux-v5.10/drivers/misc/
Dfastrpc.c1047 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1048 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process()
1071 args[2].fd = init.filefd; in fastrpc_init_create_process()