Home
last modified time | relevance | path

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

/openbmc/phosphor-power/test/
H A Dfile_descriptor_tests.cpp98 int fd1 = createOpenFileDescriptor(); in TEST() local
258 int fd1 = createOpenFileDescriptor(); in TEST() local
/openbmc/phosphor-modbus/tests/
H A Dtest_events.cpp51 get_entry_t::return_type fd1 = 0; in method_call() local
52 co_return fd1; in method_call() local
/openbmc/qemu/hw/vfio/
H A Dcpr-legacy.c259 static bool same_device(int fd1, int fd2) in same_device()