/openbmc/telemetry/tests/src/helpers/ |
H A D | report_params_helpers.hpp | 13 inline void PrintTo(const ReadingData& data, std::ostream* os) in PrintTo() 20 inline void PrintTo(const Readings& readings, std::ostream* os) in PrintTo() 28 inline void PrintTo(const ReportAction& action, std::ostream* os) in PrintTo()
|
H A D | trigger_helpers.hpp | 9 inline void PrintTo(const TriggerAction& action, std::ostream* os) in PrintTo()
|
H A D | metric_value_helpers.hpp | 7 inline void PrintTo(const MetricValue& o, std::ostream* os) in PrintTo()
|
H A D | labeled_tuple_helpers.hpp | 13 std::ostream* os) in PrintTo()
|
/openbmc/linux/tools/perf/util/ |
H A D | stat-display.c | 363 struct outstate *os = ctx; in new_line_std() local 369 struct outstate *os) in __new_line_std_csv() 377 static inline void __new_line_std(struct outstate *os) in __new_line_std() 383 struct outstate *os) in do_new_line_std() 395 struct outstate *os = ctx; in print_metric_std() local 420 struct outstate *os = ctx; in new_line_csv() local 433 struct outstate *os = ctx; in print_metric_csv() local 455 struct outstate *os = ctx; in print_metric_json() local 466 struct outstate *os = ctx; in new_line_json() local 489 struct outstate *os = ctx; in print_metricgroup_header_csv() local [all …]
|
H A D | parse-regs-options.c | 17 char *s, *os = NULL, *p; in __parse_regs() local
|
H A D | parse-branch-options.c | 51 char *os = NULL; in parse_branch_str() local
|
/openbmc/linux/drivers/block/drbd/ |
H A D | drbd_state.c | 25 union drbd_state os; member 468 union drbd_state os, union drbd_state ns) in cl_wide_st_chg() 481 apply_mask_val(union drbd_state os, union drbd_state mask, union drbd_state val) in apply_mask_val() 520 union drbd_state os, ns; in _req_st_cond() local 568 union drbd_state os, ns; in drbd_req_state() local 733 void print_st_err(struct drbd_device *device, union drbd_state os, in print_st_err() 743 static long print_state_change(char *pb, union drbd_state os, union drbd_state ns, in print_state_change() 774 static void drbd_pr_state_change(struct drbd_device *device, union drbd_state os, union drbd_state … in drbd_pr_state_change() 799 static void conn_pr_state_change(struct drbd_connection *connection, union drbd_state os, union drb… in conn_pr_state_change() 912 is_valid_soft_transition(union drbd_state os, union drbd_state ns, struct drbd_connection *connecti… in is_valid_soft_transition() [all …]
|
/openbmc/telemetry/tests/src/helpers/interfaces/ |
H A D | json_storage_helpers.hpp | 10 inline void PrintTo(const JsonStorage::FilePath& o, std::ostream* os) in PrintTo() 14 inline void PrintTo(const JsonStorage::DirectoryPath& o, std::ostream* os) in PrintTo()
|
H A D | sensor_id_helpers.hpp | 10 inline void PrintTo(const Sensor::Id& o, std::ostream* os) in PrintTo()
|
/openbmc/phosphor-inventory-manager/ |
H A D | serialize.hpp | 44 std::ofstream os(p, std::ios::binary); in serialize() local 59 std::ofstream os(p, std::ios::binary); in serialize() local
|
/openbmc/phosphor-bmc-code-mgmt/bmc/ |
H A D | serialize.cpp | 42 std::ofstream os(path.c_str()); in storePriority() local 63 std::ofstream os(path.c_str()); in storePurpose() local
|
/openbmc/telemetry/tests/src/helpers/types/ |
H A D | duration_types_helpers.hpp | 9 std::ostream* os) in PrintTo()
|
H A D | container_types_helpers.hpp | 9 void PrintTo(const std::vector<Param>& vec, std::ostream* os) in PrintTo()
|
H A D | object_path_helpers.hpp | 8 inline void PrintTo(const string_path_wrapper& path, std::ostream* os) in PrintTo()
|
/openbmc/linux/arch/mips/generic/ |
H A D | vmlinux.its.S | 14 os = "linux"; define
|
/openbmc/phosphor-debug-collector/ |
H A D | dump_serialize.cpp | 18 std::ofstream os(dir.c_str(), std::ios::binary); in serialize() local
|
H A D | dump_entry.cpp | 81 std::ofstream os(serializePath, std::ios::binary); in serialize() local
|
/openbmc/phosphor-led-manager/manager/ |
H A D | serialize.cpp | 51 std::ofstream os(path.c_str(), std::ios::binary); in storeGroups() local
|
/openbmc/linux/fs/ceph/ |
H A D | util.c | 15 __u32 os = layout->object_size; in ceph_file_layout_is_valid() local
|
/openbmc/linux/lib/ |
H A D | ref_tracker.c | 127 struct ostream os = {}; in ref_tracker_dir_print_locked() local 146 struct ostream os = { .buf = buf, .size = size }; in ref_tracker_dir_snprint() local
|
/openbmc/phosphor-user-manager/phosphor-ldap-config/ |
H A D | ldap_mapper_serialize.cpp | 62 std::ofstream os(path.c_str(), std::ios::binary | std::ios::out); in serialize() local
|
/openbmc/qemu/hw/misc/macio/ |
H A D | macio.c | 142 OldWorldMacIOState *os = OLDWORLD_MACIO(d); in macio_oldworld_realize() local 210 OldWorldMacIOState *os = OLDWORLD_MACIO(obj); in macio_oldworld_init() local
|
/openbmc/libbej/test/ |
H A D | bej_decoder_test.cpp | 20 void PrintTo(const BejDecoderTestParams& params, std::ostream* os) in PrintTo()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | endpoint.hpp | 47 inline std::ostream& operator<<(std::ostream& os, const dbus::endpoint& e) { in operator <<()
|