| /openbmc/phosphor-networkd/src/ |
| H A D | dns_updater.cpp | 25 if (!outStream.is_open()) in updateDNSEntries() 32 if (!inStream.is_open()) in updateDNSEntries()
|
| /openbmc/u-boot/drivers/tpm/ |
| H A D | tpm_tis_st33zp24_i2c.c | 436 chip->is_open = 1; in st33zp24_i2c_init() 460 if (chip->is_open) in st33zp24_i2c_open() 465 chip->is_open = 0; in st33zp24_i2c_open() 474 if (chip->is_open) { in st33zp24_i2c_close() 476 chip->is_open = 0; in st33zp24_i2c_close() 491 chip->is_open ? "open" : "closed", in st33zp24_i2c_get_desc()
|
| H A D | tpm2_tis_core.c | 26 (chip->is_open ? "open" : "closed")); in tpm_tis_get_desc() 399 if (chip->is_open) in tpm_tis_open() 404 chip->is_open = 1; in tpm_tis_open() 464 if (chip->is_open) { in tpm_tis_close() 466 chip->is_open = 0; in tpm_tis_close()
|
| H A D | tpm_tis_infineon.c | 513 chip->is_open = 1; in tpm_tis_i2c_init() 562 if (chip->is_open) in tpm_tis_i2c_open() 566 chip->is_open = 0; in tpm_tis_i2c_open() 575 if (chip->is_open) { in tpm_tis_i2c_close() 577 chip->is_open = 0; in tpm_tis_i2c_close() 592 chip->is_open ? "open" : "closed", in tpm_tis_get_desc()
|
| H A D | tpm_tis_st33zp24_spi.c | 565 chip->is_open = 1; in st33zp24_spi_init() 593 if (chip->is_open) in st33zp24_spi_open() 598 chip->is_open = 0; in st33zp24_spi_open() 607 if (chip->is_open) { in st33zp24_spi_close() 609 chip->is_open = 0; in st33zp24_spi_close() 624 chip->is_open ? "open" : "closed", in st33zp24_spi_get_desc()
|
| H A D | tpm2_tis_spi.c | 515 if (chip->is_open) in tpm_tis_spi_open() 518 chip->is_open = 1; in tpm_tis_spi_open() 527 if (chip->is_open) { in tpm_tis_spi_close() 529 chip->is_open = 0; in tpm_tis_spi_close() 546 (chip->is_open ? "open" : "closed")); in tpm_tis_get_desc()
|
| /openbmc/phosphor-bmc-code-mgmt/bmc/test/ |
| H A D | utest.cpp | 55 ASSERT_TRUE(file.is_open()); in TEST_F() 72 ASSERT_TRUE(file.is_open()); in TEST_F() 92 ASSERT_TRUE(file.is_open()); in TEST_F() 109 ASSERT_TRUE(file.is_open()); in TEST_F() 124 ASSERT_TRUE(file.is_open()); in TEST_F() 163 ASSERT_TRUE(file.is_open()); in TEST_F() 360 if (!f.is_open()) in readFile()
|
| /openbmc/bios-settings-mgr/src/ |
| H A D | manager_serialize.cpp | 62 if (!os.is_open()) in serialize() 85 if (!is.is_open()) in deserialize()
|
| H A D | password.cpp | 93 if (ifs.is_open()) in getParam() 206 if (fs.is_open()) in changePassword()
|
| /openbmc/google-ipmi-sys/ |
| H A D | util.cpp | 43 if (!jsonFile.is_open()) in parseConfig() 64 if (!ifs.is_open()) in readPropertyFile()
|
| /openbmc/libbej/test/include/ |
| H A D | bej_common_test.hpp | 42 if (!inputStream.is_open()) in readBinaryFile() 62 if (!jsonInput.is_open()) in loadInputs()
|
| /openbmc/sdeventplus/src/sdeventplus/utility/ |
| H A D | sdbus.hpp | 24 if (bus.is_open()) in loopWithBus()
|
| /openbmc/phosphor-user-manager/ |
| H A D | json_serializer.hpp | 95 if (file.is_open()) in store() 112 if (file.is_open()) in load()
|
| /openbmc/phosphor-hwmon/ |
| H A D | hwmonio.cpp | 36 if (!ifs.is_open()) in read() 52 if (!ofs.is_open()) in write()
|
| /openbmc/phosphor-debug-collector/ |
| H A D | dump_entry.cpp | 82 if (!os.is_open()) in serialize() 126 if (!is.is_open()) in deserialize()
|
| /openbmc/phosphor-pid-control/buildjson/ |
| H A D | buildjson.cpp | 50 if (!jsonFile.is_open()) in parseValidateJson()
|
| /openbmc/sdbusplus/test/async/ |
| H A D | mutex.cpp | 52 EXPECT_TRUE(outfile.is_open()) in writeToFile() 64 EXPECT_TRUE(infile.is_open()) in readFromFile()
|
| /openbmc/openpower-vpd-parser/vpd-manager/include/ |
| H A D | logger.hpp | 133 if (m_fileStream.is_open()) in ~ILogFileHandler() 260 if (m_fileStream.is_open()) in ~AsyncFileLogger()
|
| /openbmc/dbus-sensors/src/cable-monitor/ |
| H A D | CableConfig.cpp | 22 if (!jsonFile.is_open()) in parseConfigFile()
|
| /openbmc/google-ipmi-sys/bifurcation/ |
| H A D | bifurcation_static.cpp | 50 if (!jsonFile.is_open()) in getBifurcation()
|
| /openbmc/bmcweb/http/ |
| H A D | http_body.hpp | 103 if (!fileHandle.fileHandle.is_open()) in payloadSize() 238 if (!body.file().is_open()) in getWithMaxSize() 335 if (!value.file().is_open()) in init()
|
| /openbmc/phosphor-health-monitor/ |
| H A D | health_metric_collection.cpp | 37 if (!fileStat.is_open()) in readCPU() 114 if (!memInfo.is_open()) in readMemory()
|
| /openbmc/openpower-proc-control/procedures/common/ |
| H A D | cfam_overrides.cpp | 42 if (overrides.is_open()) in CFAMOverride()
|
| /openbmc/phosphor-ipmi-flash/bmc/ |
| H A D | file_handler.cpp | 34 if (file.is_open()) in open()
|
| H A D | buildjson.hpp | 73 if (!jsonFile.is_open()) in buildHandlerConfigs()
|