Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/misc/
H A Dfastrpc.h85 __s32 filefd; /* fd for the file */ member
/openbmc/linux/tools/testing/selftests/net/
H A Dtls.c403 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()
/openbmc/linux/drivers/misc/
H A Dfastrpc.c1404 if (init.filelen && init.filefd) { in fastrpc_init_create_process()
1405 err = fastrpc_map_create(fl, init.filefd, init.filelen, 0, &map); in fastrpc_init_create_process()
1428 args[2].fd = init.filefd; in fastrpc_init_create_process()