Home
last modified time | relevance | path

Searched refs:INVALID_FD (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-power/tools/i2c/
H A Di2c.hpp38 static constexpr int INVALID_FD = -1; member in i2c::I2CDevice
53 int fd = INVALID_FD;
133 return (fd != INVALID_FD); in isOpen()
H A Di2c.cpp182 fd = INVALID_FD; in close()