Searched refs:filefd (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/misc/ |
A D | fastrpc.h | 32 __s32 filefd; /* fd for the file */ member
|
/linux/tools/testing/selftests/net/ |
A D | tls.c | 328 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 331 EXPECT_GE(filefd, 0); in TEST_F() 332 fstat(filefd, &st); in TEST_F() 333 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 338 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 345 EXPECT_GE(filefd, 0); in TEST_F() 346 fstat(filefd, &st); in TEST_F() 353 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
|
/linux/drivers/misc/ |
A D | fastrpc.c | 1061 if (init.filelen && init.filefd) { in fastrpc_init_create_process() 1062 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process() 1085 args[2].fd = init.filefd; in fastrpc_init_create_process()
|
Completed in 14 milliseconds