Home
last modified time | relevance | path

Searched defs:os (Results 1 – 25 of 88) sorted by relevance

1234

/openbmc/linux/tools/perf/util/
H A Dstat-display.c363 struct outstate *os = ctx; in new_line_std() local
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
1116 struct outstate *os) in print_no_aggr_metric()
1185 struct outstate os = { in print_metric_headers() local
1511 struct outstate *os) in print_cgroup_counter()
[all …]
H A Dparse-regs-options.c17 char *s, *os = NULL, *p; in __parse_regs() local
H A Dparse-branch-options.c51 char *os = NULL; in parse_branch_str() local
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_state.c25 union drbd_state os; member
468 union drbd_state os, union drbd_state ns) in cl_wide_st_chg()
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()
1014 is_valid_transition(union drbd_state os, union drbd_state ns) in is_valid_transition()
1268 union drbd_state os; in _drbd_set_state() local
2114 union drbd_dev_state os, cs = { in conn_old_common_state() local
2160 union drbd_state ns, os; in conn_is_valid_transition() local
2202 union drbd_state ns, os, ns_max = { }; in conn_set_state() local
[all …]
/openbmc/telemetry/tests/src/helpers/interfaces/
H A Djson_storage_helpers.hpp10 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 Dsensor_id_helpers.hpp10 inline void PrintTo(const Sensor::Id& o, std::ostream* os) in PrintTo()
/openbmc/phosphor-inventory-manager/
H A Dserialize.hpp44 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/
H A Dserialize.cpp42 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 Dduration_types_helpers.hpp9 std::ostream* os) in PrintTo()
H A Dobject_path_helpers.hpp8 inline void PrintTo(const string_path_wrapper& path, std::ostream* os) in PrintTo()
/openbmc/telemetry/tests/src/helpers/
H A Dlabeled_tuple_helpers.hpp13 std::ostream* os) in PrintTo()
H A Dmetric_value_helpers.hpp7 inline void PrintTo(const MetricValue& o, std::ostream* os) in PrintTo()
/openbmc/linux/arch/mips/generic/
H A Dvmlinux.its.S14 os = "linux"; define
/openbmc/phosphor-debug-collector/
H A Ddump_serialize.cpp18 std::ofstream os(dir.c_str(), std::ios::binary); in serialize() local
H A Ddump_entry.cpp81 std::ofstream os(serializePath, std::ios::binary); in serialize() local
/openbmc/phosphor-led-manager/manager/
H A Dserialize.cpp51 std::ofstream os(path.c_str(), std::ios::binary); in storeGroups() local
/openbmc/linux/fs/ceph/
H A Dutil.c15 __u32 os = layout->object_size; in ceph_file_layout_is_valid() local
/openbmc/linux/lib/
H A Dref_tracker.c127 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/bios-settings-mgr/src/
H A Dmanager_serialize.cpp58 std::ofstream os(path.c_str(), std::ios::out | std::ios::binary); in serialize() local
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_mapper_serialize.cpp62 std::ofstream os(path.c_str(), std::ios::binary | std::ios::out); in serialize() local
/openbmc/boost-dbus/include/dbus/
H A Dendpoint.hpp47 inline std::ostream& operator<<(std::ostream& os, const dbus::endpoint& e) { in operator <<()
/openbmc/qemu/hw/misc/macio/
H A Dmacio.c139 OldWorldMacIOState *os = OLDWORLD_MACIO(d); in macio_oldworld_realize() local
207 OldWorldMacIOState *os = OLDWORLD_MACIO(obj); in macio_oldworld_init() local
/openbmc/phosphor-snmp/
H A Dsnmp_serialize.cpp65 std::ofstream os(fileName.string(), std::ios::binary); in serialize() local
/openbmc/phosphor-dbus-monitor/src/
H A Devent_serialize.cpp65 std::ofstream os(path.string(), std::ios::binary); in serialize() local
/openbmc/telemetry/tests/src/params/
H A Dmetric_params.hpp92 inline std::ostream& operator<<(std::ostream& os, const MetricParams& mp) in operator <<()

1234