/openbmc/phosphor-pid-control/ |
H A D | util.cpp | 37 std::cout << "sensor config:\n"; in debugPrint() 38 std::cout << "{\n"; in debugPrint() 41 std::cout << "\t{" << pair.first << ",\n\t\t{"; in debugPrint() 42 std::cout << pair.second.type << ", "; in debugPrint() 43 std::cout << pair.second.readPath << ", "; in debugPrint() 44 std::cout << pair.second.writePath << ", "; in debugPrint() 45 std::cout << pair.second.min << ", "; in debugPrint() 46 std::cout << pair.second.max << ", "; in debugPrint() 47 std::cout << pair.second.timeout << ", "; in debugPrint() 48 std::cout << pair.second.unavailableAsFailed << "},\n\t},\n"; in debugPrint() [all …]
|
/openbmc/phosphor-objmgr/src/test/util/ |
H A D | debug_output.hpp | 10 cout << "##### AssociationOwnersType #####" << endl; in dumpAssociationOwnersType() 13 cout << "------------------------------------" << endl; in dumpAssociationOwnersType() 14 cout << setw(15) << left << "OBJ PATH:" << i.first << endl; in dumpAssociationOwnersType() 18 cout << setw(16) << left << "DBUS SERVICE:" << j.first << endl; in dumpAssociationOwnersType() 22 cout << setw(17) << left << "ASSOC PATH:" << k.first << endl; in dumpAssociationOwnersType() 26 cout << setw(18) << left << "ENDPOINT:" << l << endl; in dumpAssociationOwnersType() 30 cout << "------------------------------------" << endl; in dumpAssociationOwnersType() 37 cout << "##### AssociationInterfaces #####" << endl; in dumpAssociationInterfaces() 40 cout << "------------------------------------" << endl; in dumpAssociationInterfaces() 41 cout << setw(15) << left << "OBJ PATH:" << i.first << endl; in dumpAssociationInterfaces() [all …]
|
/openbmc/sdbusplus/example/ |
H A D | asio-example.cpp | 21 std::cout << "foo(" << test << ") -> " << (test + 1) << "\n"; in foo() 31 std::cout << "fooYield(yield, " << test << ")...\n"; in fooYield() 37 std::cout << "call to foo failed: ec = " << ec << '\n'; in fooYield() 40 std::cout << "yielding call to foo OK! (-> " << testCount << ")\n"; in fooYield() 46 std::cout << "methodWithMessage(m, " << test << ") -> " << (test + 1) in methodWithMessage() 53 std::cout << "voidBar() -> 42\n"; in voidBar() 73 std::cout << "async call to Properties.Get serialized via yield OK!\n"; in do_start_async_method_call_one() 77 std::cout << "ec = " << ec << ": " << std::get<int>(testValue) << "\n"; in do_start_async_method_call_one() 89 std::cout << "async call to Properties.Get serialized via yield OK!\n"; in do_start_async_method_call_one() 93 std::cout << "ec = " << ec << ": " << std::get<int>(testValue) << "\n"; in do_start_async_method_call_one() [all …]
|
H A D | calculator-client.cpp | 25 std::cout << "Should be 42: " << _ << std::endl; in startup() 31 std::cout << "Should be 42: " << _ << std::endl; in startup() 42 std::cout << "Should be 0: " << _ << std::endl; in startup() 50 std::cout << "Should be 1234: " << _ << std::endl; in startup() 59 std::cout << "Should be 'client': " << _ << std::endl; in startup() 65 std::cout << "Should be 1234: " << _.last_result << std::endl; in startup() 66 std::cout << "Should be 'client': " << _.owner << std::endl; in startup()
|
H A D | register-property.cpp | 62 std::cout in asyncReadPropertyWithIncorrectType() 85 std::cout << "Greetings value is: " << value << "\n"; in asyncReadProperties() 97 std::cout << "Goodbyes value is: " << value << "\n"; in asyncReadProperties() 109 std::cout in asyncChangeProperty() 115 std::cout in asyncChangeProperty() 126 std::cout in asyncChangeProperty() 133 std::cout << "Changed goodbyes property as expected\n"; in asyncChangeProperty() 181 std::cout << "Fatal errors count: " << app.fatalErrors() << "\n"; in main()
|
H A D | coroutine-example.cpp | 21 std::cout << file << " " << status << std::endl; in startup() 25 std::cout << co_await systemd.get_property<std::string>(ctx, "Architecture") in startup() 35 std::cout in startup() 68 std::cout << "Caught exception because you cannot set Architecture: " in startup() 84 std::cout << new_name << " owns " << service << std::endl; in startup() 88 std::cout << service << " released" << std::endl; in startup()
|
H A D | get-all-properties.cpp | 75 std::cout << "As expected " << error.what() << "\n"; in logExpectedException() 104 std::cout in asyncGetAllPropertiesStringTypeOnly() 106 std::cout << "value of goodbyes: " << *goodbyes << "\n"; in asyncGetAllPropertiesStringTypeOnly() 155 std::cout << "value of greetings: " << greetings << "\n"; in asyncGetAllProperties() 156 std::cout << "value of goodbyes: " << goodbyes << "\n"; in asyncGetAllProperties() 157 std::cout << "value of value: " << value << "\n"; in asyncGetAllProperties() 229 std::cout << "Fatal errors count: " << app.fatalErrors() << "\n"; in main()
|
/openbmc/phosphor-state-manager/ |
H A D | systemd_target_monitor.cpp | 18 std::cout << "## Data Structure of Json ##" << std::endl; in dump_targets() 21 std::cout << target << " " << value.errorToLog << std::endl; in dump_targets() 22 std::cout << " "; in dump_targets() 25 std::cout << eToMonitor << ", "; in dump_targets() 27 std::cout << std::endl; in dump_targets() 29 std::cout << std::endl; in dump_targets() 34 std::cout << "[-f <file1> -f <file2> ...] : Full path to json file(s) with " in print_usage() 37 std::cout << "[-s <file1> -s <file2> ...] : Full path to json file(s) with " in print_usage()
|
/openbmc/phosphor-fan-presence/control/ |
H A D | fanctl.cpp | 225 std::cout << "No units found for systemd service: " << services[0] in getStates() 267 using std::cout; in status() 280 cout << "Fan Control Service State : " << states[0] << ", " << states[1] in status() 282 cout << endl; in status() 283 cout << "CurrentBMCState : " << states[3] << endl; in status() 284 cout << "CurrentPowerState : " << states[4] << endl; in status() 285 cout << "CurrentHostState : " << states[5] << endl; in status() 286 cout << endl; in status() 287 cout << "FAN " in status() 290 cout << "===============================================================" in status() [all …]
|
/openbmc/openpower-vpd-parser/vpd-tool/src/ |
H A D | vpd_tool.cpp | 57 std::cout in readKeyword() 77 std::cout << "Invalid data type or empty data received." in readKeyword() 109 std::cout << "FRU [" << i_fruPath in dumpObject() 327 std::cout << "Invalid data type received." << std::endl; in getInventoryPropertyJson() 363 std::cout << std::endl << std::string(191, '=') << std::endl; in fixSystemVpd() 383 std::cout << "Exit successfully" << std::endl; in fixSystemVpd() 388 std::cout << "Provide a valid option. Retry." << std::endl; in fixSystemVpd() 425 std::cout << "Data updated successfully " << std::endl; in writeKeyword() 581 std::cout << "The critical keywords from system backplane VPD has " in cleanSystemVpd() 653 std::cout << "Record or keyword not found in the JSON." in fetchKeywordInfo() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/ |
H A D | 0001-include-iostream-for-cout.patch | 4 Subject: [PATCH] include iostream for cout 6 End cout with endl 9 plugins/dynamic_simulator/thread.cpp:241:3: error: 'cout' was not declared in this scope 10 cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined" 37 - cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined" 38 + std::cout<<"PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP is Defined"<<std::endl;
|
/openbmc/phosphor-logging/extensions/openpower-pels/tools/ |
H A D | peltool.cpp | 91 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 101 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 111 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 121 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 131 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 141 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 151 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 161 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToTimestamp() 181 std::cout << "Conversion failure: " << err.what() << std::endl; in fileNameToPELId() 361 std::cout in genPELJSON() [all …]
|
/openbmc/openbmc-tools/dbus_sensor_tester/ |
H A D | main.cpp | 32 std::cout << "Can't set property for sensor\n"; in on_loop() 40 std::cout << sensorInterfaces.size() << " updates took " in on_loop() 48 std::cout << "Read " << reads << " sensor updates\n"; in on_loop() 68 std::cout << "Nothing to do\n"; in main() 96 std::cout << "Done initializing\n"; in main()
|
/openbmc/dbus-sensors/src/intel-cpu/ |
H A D | IntelCPUSensorMain.cpp | 243 std::cout << "Checking: " << hwmonNamePath << ": " << hwmonName in createSensors() 345 std::cout << "Skipped: " << inputPath << ": " << sensorName in createSensors() 403 std::cout << "Mapped: " << inputPath << " to " << sensorName in createSensors() 411 std::cout << "Sensor" << (createdSensors.size() == 1 ? " is" : "s are") in createSensors() 446 std::cout << parameters << " on bus " << busStr in exportDevice() 478 std::cout << parameters << " on bus " << busStr << " is exported\n"; in exportDevice() 610 std::cout << config.name << " is detected\n"; in detectCpu() 629 std::cout in detectCpu() 644 std::cout << config.name << ", state: " << config.state << "\n"; in detectCpu() 778 std::cout << "bus: " << bus << "\n"; in getCpuConfig() [all …]
|
/openbmc/boost-dbus/test/ |
H A D | dbusPropertiesServer.cpp | 197 std::cout << r; in TEST() 213 std::cout << "method called.\n"; in test_method() 220 std::cout << "method called.\n"; in test_method() 243 std::cout << "method called. Got:" << x << "\n"; in TEST() 251 std::cout << "method called. Got:" << x << "\n"; in TEST() 270 std::cout << "method called.\n"; in TEST() 276 std::cout << "method called.\n"; in TEST() 284 std::cout << "method called. Got:" << x << "\n"; in TEST()
|
/openbmc/phosphor-logging/ |
H A D | log_create_main.cpp | 15 std::cout << "Known events:" << std::endl; in list_all() 18 std::cout << " " << e << std::endl; in list_all() 39 std::cout << path.str << std::endl; in generate_event()
|
H A D | logging_test.cpp | 50 std::cout << journ_entry << "\n"; in validate_journal() 53 std::cout << "We found it!\n"; in validate_journal() 111 std::cout << "elog exception caught: " << e.what() << std::endl; in elog_test() 158 std::cout << "elog exception caught: " << e.what() << std::endl; in elog_test() 219 std::cout << "elog exception caught: " << e.what() << std::endl; in commitError()
|
/openbmc/google-misc/subprojects/acpi-power-state-daemon/ |
H A D | acpi_power_state.cpp | 62 std::cout << "State change " in sysACPIStatus() 69 std::cout << "Entered S5" << std::endl; in sysACPIStatus() 73 std::cout << "Entered S0" << std::endl; in sysACPIStatus()
|
/openbmc/phosphor-event/ |
H A D | event_messaged.cpp | 56 cout << "[-s <x>] : Maximum bytes to use for event logger" << endl; in print_usage() 57 cout << "[-t <x>] : Limit total number of logs (will ignore newer)" << endl; in print_usage() 82 cout << maxsize <<endl; in main()
|
/openbmc/dbus-sensors/src/intrusion/ |
H A D | IntrusionSensorMain.cpp | 138 std::cout in createSensorsFromConfig() 204 std::cout in createSensorsFromConfig() 276 std::cout << "find name of eth" << *pEthIndex in getNicNameInfo() 359 std::cout << "ethNum = " << ethNum << ", state = " << *pState in processLanStatusChange() 405 std::cout << "Reading " << fileName << "\n"; in initializeLanStatus() 436 std::cout << "ethNum = " << std::to_string(ethNum) << ", ifindex = " in initializeLanStatus() 462 std::cout << "ethNum = " << std::to_string(ethNum) in initializeLanStatus() 510 std::cout << "rescan due to configuration change \n"; in main()
|
H A D | ChassisIntrusionSensor.cpp | 87 std::cout << "Update value from " << mValue << " to " << newValue in updateValue() 132 std::cout << "Pch type: raw value is " << value << "\n"; in readSensor() 146 std::cout << "Pch type: masked raw value is " << value << "\n"; in readSensor() 195 std::cout << "Gpio type: raw value is " << value << "\n"; in readSensor() 251 std::cout << "Hwmon type: raw value is " << value << "\n"; in readSensor() 469 std::cout << "Found " << paths.size() in ChassisIntrusionHwmonSensor()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/oprofile/oprofile/ |
H A D | 0004-Use-BUILD_DATE-to-improve-reproducibility.patch | 39 - cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on " << __DATE__ 41 + cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on " 54 - cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on " << __DATE__ 56 + cout << argv[0] << ": " << PACKAGE << " " << VERSION << " compiled on "
|
/openbmc/openpower-proc-control/test/ |
H A D | utest.cpp | 113 std::cout << "Hello\n"; in func1() 118 std::cout << "World\n"; in func2() 129 std::cout << p.first << std::endl; in TEST()
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
H A D | cpp-example.cpp | 14 std::cout << "C++ example linking " << cpp_example.get_string() << std::endl; in main() 15 std::cout << "Linking json-c version " << cpp_example.get_json_c_version() << std::endl; in main()
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/gnome-commander/gnome-commander/ |
H A D | 0001-Build-fix-needed-with-taglib-2.0.patch | 11 | 154 | cout << "Audio.FLAC.SampleWidth " << flacProperties->sampleWidth()<< endl; 29 - cout << "Audio.FLAC.SampleWidth " << flacProperties->sampleWidth()<< endl; 31 + cout << "Audio.FLAC.BitsPerSample " << flacProperties->bitsPerSample()<< endl;
|