Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/misc/
Dfastrpc.h29 __s32 filefd; /* fd for the file */ member
/Linux-v5.4/tools/testing/selftests/net/
Dtls.c176 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
179 EXPECT_GE(filefd, 0); in TEST_F()
180 fstat(filefd, &st); in TEST_F()
181 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
186 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
193 EXPECT_GE(filefd, 0); in TEST_F()
194 fstat(filefd, &st); in TEST_F()
201 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/Linux-v5.4/drivers/misc/
Dfastrpc.c1011 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1012 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process()
1035 args[2].fd = init.filefd; in fastrpc_init_create_process()