Home
last modified time | relevance | path

Searched refs:vector (Results 201 – 225 of 2167) sorted by relevance

12345678910>>...87

/openbmc/phosphor-power/phosphor-power-sequencer/src/
H A Dstandard_device.cpp40 std::vector<int> gpioValues = getGPIOValuesIfPossible(services); in findPgoodFault()
75 std::vector<int> StandardDevice::getGPIOValuesIfPossible(Services& services) in getGPIOValuesIfPossible()
77 std::vector<int> values{}; in getGPIOValuesIfPossible()
88 Services& services, const std::vector<int>& gpioValues, in findRailWithPgoodFault()
125 Services& services, const std::vector<int>& gpioValues, in storePgoodFaultDebugData()
138 Services& services, const std::vector<int>& values, in storeGPIOValues()
/openbmc/telemetry/src/
H A Dreport_manager.cpp38 "SupportedOperationTypes", std::vector<std::string>{}, in ReportManager()
40 [](const auto&) -> std::vector<std::string> { in ReportManager()
41 return utils::transform<std::vector>( in ReportManager()
98 const std::vector<LabeledMetricParameters>& readingParams) in verifyAddReport()
146 const std::vector<ReportAction>& reportActions, Milliseconds interval, in addReport()
161 const std::vector<ReportAction>& reportActions, Milliseconds interval, in addReport()
163 std::vector<LabeledMetricParameters> labeledMetricParams, in addReport()
184 std::vector<interfaces::JsonStorage::FilePath> paths = in loadFromPersistent()
202 std::vector<ReportAction> reportActions = utils::transform( in loadFromPersistent()
203 data->at("ReportActions").get<std::vector<uint32_t>>(), in loadFromPersistent()
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dhandlers.S69 .set vector, 0 define
79 mov x1, #vector
88 .set vector, vector + 1 define
95 mov x0, #vector
101 .set vector, vector + 1 define
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/
H A D0001-Use-long-long-instead-of-int64_t.patch22 @@ -261,7 +261,7 @@ Status parseProcStat(const std::vector<StringData>& keys,
31 @@ -273,7 +273,7 @@ Status parseProcStat(const std::vector<StringData>& keys,
40 @@ -366,7 +366,7 @@ Status parseProcMemInfo(const std::vector<StringData>& keys,
49 @@ -522,7 +522,7 @@ Status parseProcDiskStats(const std::vector<StringData>& disks,
53 - std::vector<uint64_t> stats;
54 + std::vector<long long> stats;
58 @@ -597,7 +597,7 @@ Status parseProcDiskStats(const std::vector<StringData>& disks,
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp479 inline void removeSignal(std::vector<SignalEvent>::iterator& seIter) in removeSignal()
507 std::vector<TimerEvent>::iterator
509 const std::vector<Action>& eventActions,
510 std::vector<TimerEvent>& eventTimers);
531 const std::vector<Action>& eventActions);
676 const std::vector<std::string> _ifaces;
766 std::vector<std::unique_ptr<Fan>> _fans;
785 std::map<std::string, std::vector<std::string>> _persisted;
805 std::map<const Group, std::vector<Service>> _services;
817 std::map<std::string, std::vector<SignalEvent>> _signalEvents;
[all …]
/openbmc/telemetry/tests/src/mocks/
H A Dthreshold_mock.hpp23 static std::vector<std::shared_ptr<interfaces::Threshold>>
27 std::vector<std::shared_ptr<NiceMock<ThresholdMock>>> result; in makeThresholds()
28 if (std::holds_alternative<std::vector<numeric::LabeledThresholdParam>>( in makeThresholds()
32 std::get<std::vector<numeric::LabeledThresholdParam>>(params); in makeThresholds()
44 std::get<std::vector<discrete::LabeledThresholdParam>>(params); in makeThresholds()
/openbmc/phosphor-user-manager/
H A Dusers.hpp59 std::vector<std::string> groups, std::string priv, bool enabled,
76 void setUserGroups(const std::vector<std::string>& groups);
87 std::vector<std::string>
88 userGroups(std::vector<std::string> value) override;
93 std::vector<std::string> userGroups(void) const override;
/openbmc/pldm/fw-update/
H A Dpackage_parser.hpp62 virtual void parse(const std::vector<uint8_t>& pkgHdr,
103 const std::vector<uint8_t>& pkgHdr,
117 const std::vector<uint8_t>& pkgHdr,
174 virtual void parse(const std::vector<uint8_t>& pkgHdr, uintmax_t pkgSize);
184 std::unique_ptr<PackageParser> parsePkgHeader(std::vector<uint8_t>& pkgHdrInfo);
/openbmc/u-boot/arch/x86/lib/
H A Dacpi_s3.c15 static void asmlinkage (*acpi_do_wakeup)(void *vector) = (void *)WAKEUP_BASE;
17 static void acpi_jump_to_wakeup(void *vector) in acpi_jump_to_wakeup() argument
22 printf("Jumping to OS waking vector %p\n", vector); in acpi_jump_to_wakeup()
23 acpi_do_wakeup(vector); in acpi_jump_to_wakeup()
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp70 static std::vector<LabeledSensorInfo>
89 std::make_shared<std::vector<std::string>>( in makeTrigger()
192 std::vector<object_path> newNames = { in TEST_F()
205 std::vector<object_path> newPropertyVal = { in TEST_F()
234 std::vector<object_path> newPropertyVal{ in TEST_F()
249 std::vector<object_path> newPropertyVal{ in TEST_F()
262 std::vector<object_path> newPropertyVal{ in TEST_F()
276 std::vector<object_path> newPropertyVal{ in TEST_F()
289 std::vector<object_path> newPropertyVal{ in TEST_F()
317 std::vector<discrete::ThresholdParam>({std::make_tuple( in TEST_F()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/
H A Djson_utils.hpp442 std::vector<uint8_t>*,
443 std::vector<uint16_t>*,
444 std::vector<int16_t>*,
445 std::vector<uint32_t>*,
446 std::vector<int32_t>*,
447 std::vector<uint64_t>*,
448 std::vector<int64_t>*,
450 std::vector<double>*,
451 std::vector<std::string>*,
472 std::optional<std::vector<double>>*,
[all …]
/openbmc/linux/arch/sh/kernel/cpu/sh2/
H A Dex.S40 vector = 0 define
42 .long exception_entry + vector * 6
43 vector = vector + 1 define
/openbmc/pldm/pldmd/
H A Ddbus_impl_pdr.cpp16 std::vector<std::vector<uint8_t>> Pdr::findStateEffecterPDR(uint8_t tid, in findStateEffecterPDR()
31 std::vector<std::vector<uint8_t>>
/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp141 const std::vector<std::string>& profiles,
142 std::vector<Group>& groups);
159 std::vector<Group> _groups;
165 std::vector<std::unique_ptr<ActionBase>> _actions;
168 std::vector<std::tuple<std::string, trigger::enableTrigger>> _triggers;
/openbmc/pldm/libpldmresponder/
H A Dbios_enum_attribute.hpp71 std::vector<std::string> possibleValues;
72 std::vector<std::string> valueDisplayNames;
81 const std::vector<std::string>& pVs);
88 std::vector<uint16_t>
90 const std::vector<std::string>& pVs);
/openbmc/pldm/pldmtool/
H A Dpldm_cmd_helper.hpp73 int mctpSockSendRecv(const std::vector<uint8_t>& requestMsg,
74 std::vector<uint8_t>& responseMsg, bool pldmVerbose);
94 virtual std::pair<int, std::vector<uint8_t>> createRequestMsg() = 0;
101 int pldmSendRecv(std::vector<uint8_t>& requestMsg,
102 std::vector<uint8_t>& responseMsg);
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmru_test.cpp25 std::vector<uint8_t> data{ in TEST()
56 std::vector<uint8_t> newData; in TEST()
66 std::vector<uint8_t> data{ in TEST()
80 std::vector<MRU::MRUCallout> mrus{{'H', 1}, {'M', 2}, {'L', 3}}; in TEST()
95 std::vector<uint8_t> data; in TEST()
118 std::vector<MRU::MRUCallout> mrus; in TEST()
133 std::vector<MRU::MRUCallout> mrus; in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dstream.hpp64 explicit Stream(std::vector<uint8_t>& data) : _data(data), _offset(0) {} in Stream()
72 Stream(std::vector<uint8_t>& data, std::size_t offset) : in Stream()
152 Stream& operator>>(std::vector<uint8_t>& value) in operator >>()
169 Stream& operator>>(std::vector<char>& value) in operator >>()
249 Stream& operator<<(const std::vector<uint8_t>& value) in operator <<()
266 Stream& operator<<(const std::vector<char>& value) in operator <<()
363 std::vector<uint8_t>& _data;
/openbmc/openpower-hw-diags/attn/pel/
H A Dstream.hpp64 explicit Stream(std::vector<uint8_t>& data) : _data(data), _offset(0) {} in Stream()
72 Stream(std::vector<uint8_t>& data, std::size_t offset) : in Stream()
152 Stream& operator>>(std::vector<uint8_t>& value) in operator >>()
169 Stream& operator>>(std::vector<char>& value) in operator >>()
249 Stream& operator<<(const std::vector<uint8_t>& value) in operator <<()
266 Stream& operator<<(const std::vector<char>& value) in operator <<()
363 std::vector<uint8_t>& _data;
/openbmc/phosphor-pid-control/dbus/
H A Ddbuspassiveredundancy.cpp55 std::variant<std::string, std::vector<std::string>>> in DbusPassiveRedundancy()
77 std::variant<std::vector<std::string>> collection; in DbusPassiveRedundancy()
90 auto data = std::get<std::vector<std::string>>(collection); in DbusPassiveRedundancy()
116 std::string, std::unordered_map<std::string, std::vector<std::string>>> in populateFailures()
151 std::variant<std::string, std::vector<std::string>>> in populateFailures()
169 std::vector<std::string> collection = in populateFailures()
170 std::get<std::vector<std::string>>( in populateFailures()
/openbmc/phosphor-psu-code-mgmt/src/
H A Dutils.hpp29 std::vector<std::string> getPSUInventoryPath(sdbusplus::bus_t& bus);
50 std::vector<std::string> getServices(sdbusplus::bus_t& bus, const char* path,
116 virtual std::vector<std::string>
122 virtual std::vector<std::string>
154 std::vector<std::string>
160 std::vector<std::string> getServices(sdbusplus::bus_t& bus,
185 inline std::vector<std::string>
191 inline std::vector<std::string> getPSUInventoryPath(sdbusplus::bus_t& bus) in getPSUInventoryPath()
/openbmc/phosphor-pid-control/
H A Dutil.cpp104 std::vector<conf::SensorInput>
105 spliceInputs(const std::vector<std::string>& inputNames, in spliceInputs()
106 const std::vector<double>& inputTempToMargin, in spliceInputs()
107 const std::vector<std::string>& missingAcceptableNames) in spliceInputs()
109 std::vector<conf::SensorInput> results; in spliceInputs()
156 std::vector<std::string>
157 splitNames(const std::vector<conf::SensorInput>& sensorInputs) in splitNames()
159 std::vector<std::string> results; in splitNames()
/openbmc/telemetry/src/metrics/
H A Dcollection_function.cpp11 double calculate(const std::vector<ReadingItem>& readings, in calculate()
21 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
33 double calculate(const std::vector<ReadingItem>& readings, in calculate()
43 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
55 double calculate(const std::vector<ReadingItem>& readings, in calculate()
78 double calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
96 double calculate(const std::vector<ReadingItem>& readings, in calculate()
119 calculateForStartupInterval(std::vector<ReadingItem>& readings, in calculateForStartupInterval()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_cluster.c29 static void x2apic_send_IPI(int cpu, int vector) in x2apic_send_IPI() argument
35 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_LOGICAL); in x2apic_send_IPI()
39 __x2apic_send_IPI_mask(const struct cpumask *mask, int vector, int apic_dest) in __x2apic_send_IPI_mask() argument
67 __x2apic_send_IPI_dest(dest, vector, APIC_DEST_LOGICAL); in __x2apic_send_IPI_mask()
75 static void x2apic_send_IPI_mask(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask() argument
77 __x2apic_send_IPI_mask(mask, vector, APIC_DEST_ALLINC); in x2apic_send_IPI_mask()
81 x2apic_send_IPI_mask_allbutself(const struct cpumask *mask, int vector) in x2apic_send_IPI_mask_allbutself() argument
83 __x2apic_send_IPI_mask(mask, vector, APIC_DEST_ALLBUT); in x2apic_send_IPI_mask_allbutself()
/openbmc/qemu/tests/tcg/aarch64/
H A DMakefile.target81 sha1-vector: CFLAGS=-O3
82 sha1-vector: sha1.c
84 run-sha1-vector: sha1-vector run-sha1
86 $(call diff-out, sha1-vector, sha1.out)
88 TESTS += sha1-vector
91 sha512-vector: CFLAGS=-O3
92 sha512-vector: sha512.c
95 TESTS += sha512-vector

12345678910>>...87