Searched refs:filefd (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/uapi/misc/ | 
| D | fastrpc.h | 85 	__s32 filefd;	/* fd for the file */  member
  | 
| /Linux-v6.6/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-v6.6/drivers/misc/ | 
| D | fastrpc.c | 1403 	if (init.filelen && init.filefd) {  in fastrpc_init_create_process() 1404 		err = fastrpc_map_create(fl, init.filefd, init.filelen, 0, &map);  in fastrpc_init_create_process() 1427 	args[2].fd = init.filefd;  in fastrpc_init_create_process()
  |