Home
last modified time | relevance | path

Searched defs:fd2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/gpioplus/test/internal/
H A Dfd.cpp129 Fd fd2(fd); in TEST_F() local
152 Fd fd2(expected_fd2, std::false_type(), &mock2); in TEST_F() local
171 Fd fd2(std::move(fd)); in TEST_F() local
194 Fd fd2(expected_fd2, std::false_type(), &mock2); in TEST_F() local
/openbmc/phosphor-power/test/
H A Dfile_descriptor_tests.cpp104 int fd2 = createOpenFileDescriptor(); in TEST() local
267 int fd2 = createOpenFileDescriptor(); in TEST() local
/openbmc/qemu/hw/vfio/
H A Dcpr-legacy.c259 static bool same_device(int fd1, int fd2) in same_device()