Home
last modified time | relevance | path

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

/Linux-v6.1/include/uapi/misc/
Dfastrpc.h84 __s32 filefd; /* fd for the file */ member
/Linux-v6.1/tools/testing/selftests/net/
Dtls.c343 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
346 EXPECT_GE(filefd, 0); in TEST_F()
347 fstat(filefd, &st); in TEST_F()
348 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
353 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local
360 EXPECT_GE(filefd, 0); in TEST_F()
361 fstat(filefd, &st); in TEST_F()
368 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
/Linux-v6.1/drivers/misc/
Dfastrpc.c1210 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1211 err = fastrpc_map_create(fl, init.filefd, init.filelen, 0, &map); in fastrpc_init_create_process()
1234 args[2].fd = init.filefd; in fastrpc_init_create_process()