Searched refs:filefd (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/uapi/misc/ |
| D | fastrpc.h | 32 __s32 filefd; /* fd for the file */ member
|
| /Linux-v5.15/tools/testing/selftests/net/ |
| D | tls.c | 242 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 245 EXPECT_GE(filefd, 0); in TEST_F() 246 fstat(filefd, &st); in TEST_F() 247 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 252 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 259 EXPECT_GE(filefd, 0); in TEST_F() 260 fstat(filefd, &st); in TEST_F() 267 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
|
| /Linux-v5.15/drivers/misc/ |
| D | fastrpc.c | 1057 if (init.filelen && init.filefd) { in fastrpc_init_create_process() 1058 err = fastrpc_map_create(fl, init.filefd, init.filelen, &map); in fastrpc_init_create_process() 1081 args[2].fd = init.filefd; in fastrpc_init_create_process()
|