Searched refs:filefd (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/uapi/misc/ |
D | fastrpc.h | 85 __s32 filefd; /* fd for the file */ member
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | tls.c | 403 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 406 EXPECT_GE(filefd, 0); in TEST_F() 407 fstat(filefd, &st); in TEST_F() 408 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F() 413 int filefd = open("/proc/self/exe", O_RDONLY); in TEST_F() local 420 EXPECT_GE(filefd, 0); in TEST_F() 421 fstat(filefd, &st); in TEST_F() 428 EXPECT_GE(sendfile(self->fd, filefd, 0, st.st_size), 0); in TEST_F()
|
/linux-6.12.1/drivers/misc/ |
D | fastrpc.c | 1406 if (init.filelen && init.filefd) { in fastrpc_init_create_process() 1407 err = fastrpc_map_create(fl, init.filefd, init.filelen, 0, &map); in fastrpc_init_create_process() 1430 args[2].fd = init.filefd; in fastrpc_init_create_process()
|