Home
last modified time | relevance | path

Searched refs:vector (Results 101 – 125 of 2198) sorted by relevance

12345678910>>...88

/openbmc/phosphor-fan-presence/control/json/
H A Dmanager.hpp71 std::tuple<std::string, std::vector<std::unique_ptr<ActionBase>>&,
72 const std::vector<Group>&, bool>;
90 std::vector<std::reference_wrapper<std::unique_ptr<ActionBase>>>;
133 using ParamTriggerData = std::vector<
187 static const std::vector<std::string>& getActiveProfiles();
218 std::vector<std::string> profiles; in getConfig()
337 std::vector<std::string> getPaths(const std::string& serv,
468 const std::vector<SignalPkg>* pkgs);
613 static std::vector<std::string> _activeProfiles;
683 std::vector<std::string> findPaths(const std::string& serv,
[all …]
/openbmc/phosphor-net-ipmid/command/
H A Dsol_cmds.cpp17 std::vector<uint8_t> payloadHandler(const std::vector<uint8_t>& inPayload, in payloadHandler()
23 return std::vector<uint8_t>(); in payloadHandler()
29 std::vector<uint8_t> charData(solDataSize); in payloadHandler()
48 return std::vector<uint8_t>(); in payloadHandler()
51 return std::vector<uint8_t>(); in payloadHandler()
56 std::vector<uint8_t> outPayload(sizeof(ActivatingRequest)); in activating()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Djournal.hpp58 virtual std::vector<std::string>
74 virtual void logDebug(const std::vector<std::string>& messages) = 0;
88 virtual void logError(const std::vector<std::string>& messages) = 0;
102 virtual void logInfo(const std::vector<std::string>& messages) = 0;
122 virtual std::vector<std::string>
134 virtual void logDebug(const std::vector<std::string>& messages) override in logDebug()
150 virtual void logError(const std::vector<std::string>& messages) override in logError()
166 virtual void logInfo(const std::vector<std::string>& messages) override in logInfo()
H A Dsystem.hpp55 explicit System(std::vector<std::unique_ptr<Rule>> rules, in System()
56 std::vector<std::unique_ptr<Chassis>> chassis) : in System()
108 const std::vector<std::unique_ptr<Chassis>>& getChassis() const in getChassis()
131 const std::vector<std::unique_ptr<Rule>>& getRules() const in getRules()
157 std::vector<std::unique_ptr<Rule>> rules{};
162 std::vector<std::unique_ptr<Chassis>> chassis{};
H A Dexception_utils.cpp22 std::vector<std::exception_ptr> getExceptions(std::exception_ptr eptr) in getExceptions()
24 std::vector<std::exception_ptr> exceptions; in getExceptions()
29 std::vector<std::string> getMessages(const std::exception& e) in getMessages()
31 std::vector<std::string> messages{}; in getMessages()
40 std::vector<std::exception_ptr>& exceptions) in getExceptions()
62 void getMessages(const std::exception& e, std::vector<std::string>& messages) in getMessages()
/openbmc/openpower-vpd-parser/
H A Dtypes.hpp20 using Binary = std::vector<Byte>;
24 using PendingBIOSAttrsType = std::vector<PendingBIOSAttrItemType>;
47 using ListOfPaths = std::vector<sdbusplus::message::object_path>;
61 std::map<Path, std::map<Service, std::vector<Interface>>>;
62 using MapperGetObjectResponse = std::map<Service, std::vector<Interface>>;
64 using ReplaceableFrus = std::vector<VPDfilepath>;
65 using EssentialFrus = std::vector<Path>;
78 std::unordered_map<RecordName, std::vector<SystemKeywordInfo>>;
80 using GetAllResultType = std::vector<std::pair<Keyword, Value>>;
/openbmc/qemu/tests/tcg/arm/
H A DMakefile.target71 sha1-vector: CFLAGS=-O3
72 sha1-vector: sha1.c
74 run-sha1-vector: sha1-vector run-sha1
76 $(call diff-out, sha1-vector, sha1.out)
78 ARM_TESTS += sha1-vector
81 sha512-vector: CFLAGS=-O3
82 sha512-vector: sha512.c
85 ARM_TESTS += sha512-vector
/openbmc/phosphor-power/phosphor-regulators/test/
H A Drail_tests.cpp68 std::vector<std::unique_ptr<Action>> actions{}; in TEST()
99 std::vector<std::unique_ptr<Action>> actions{}; in TEST()
116 std::vector<std::unique_ptr<Rail>> rails{}; in TEST()
127 std::vector<std::unique_ptr<Device>> devices{}; in TEST()
134 std::vector<std::unique_ptr<Rule>> rules{}; in TEST()
207 std::vector<std::unique_ptr<Rail>> rails{}; in TEST()
225 std::vector<std::unique_ptr<Rule>> rules{}; in TEST()
263 std::vector<std::unique_ptr<Rail>> rails{}; in TEST()
281 std::vector<std::unique_ptr<Rule>> rules{}; in TEST()
344 std::vector<std::unique_ptr<Rail>> rails{}; in TEST()
[all …]
/openbmc/phosphor-power/phosphor-regulators/test/actions/
H A Dif_action_tests.cpp44 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
59 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
63 std::vector<std::unique_ptr<Action>> elseActions{}; in TEST()
90 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
123 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
129 std::vector<std::unique_ptr<Action>> elseActions{}; in TEST()
152 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
257 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
269 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
287 std::vector<std::unique_ptr<Action>> thenActions{}; in TEST()
[all …]
/openbmc/phosphor-pid-control/
H A Dutil.hpp47 std::vector<conf::SensorInput>
48 spliceInputs(const std::vector<std::string>& inputNames,
49 const std::vector<double>& inputTempToMargin,
50 const std::vector<std::string>& missingAcceptableNames);
55 std::vector<std::string>
56 splitNames(const std::vector<conf::SensorInput>& sensorInputs);
/openbmc/telemetry/src/utils/
H A Ddbus_mapper.hpp16 using Ifaces = std::vector<std::string>;
17 using SensorIfaces = std::vector<std::pair<ServiceName, Ifaces>>;
23 inline std::vector<SensorTree>
29 auto tree = bus->yield_method_call<std::vector<SensorTree>>( in getSubTreeSensors()
41 inline std::vector<SensorTree>
51 std::vector<SensorTree> tree; in getSubTreeSensors()
/openbmc/linux/arch/x86/kernel/apic/
H A Dapic_noop.c21 static void noop_send_IPI(int cpu, int vector) { } in noop_send_IPI() argument
22 static void noop_send_IPI_mask(const struct cpumask *cpumask, int vector) { } in noop_send_IPI_mask() argument
23 static void noop_send_IPI_mask_allbutself(const struct cpumask *cpumask, int vector) { } in noop_send_IPI_mask_allbutself() argument
24 static void noop_send_IPI_allbutself(int vector) { } in noop_send_IPI_allbutself() argument
25 static void noop_send_IPI_all(int vector) { } in noop_send_IPI_all() argument
26 static void noop_send_IPI_self(int vector) { } in noop_send_IPI_self() argument
/openbmc/linux/Documentation/arch/arm64/
H A Dsme.rst78 SME defines a second vector length similar to the SVE vector length which is
81 mode SVE vector.
127 the thread's vector length (in za_context.vl).
220 * Either the calling thread's vector length or the deferred vector length
252 Gets the vector length of the calling thread.
298 thread changes its vector length etc.
302 Target thread's current streaming vector length, in bytes.
384 default vector length is set to that maximum.
396 the system default vector length, unless
404 * Modifying the system default vector length does not affect the vector length
[all …]
/openbmc/openpower-pnor-code-mgmt/
H A Dfunctions.cpp112 const std::vector<std::string>& ibmCompatibleSystem, in getExtensionsForIbmCompatibleSystem()
113 std::vector<std::string>& extensions) in getExtensionsForIbmCompatibleSystem()
182 const std::vector<std::string>& extensions, in findLinks()
394 using PendingAttributesType = std::vector<std::pair< in setBiosAttr()
404 std::vector<std::pair<std::string, std::vector<std::string>>> response; in setBiosAttr()
538 const std::vector<std::string>& ibmCompatibleSystem, in maybeMakeLinks()
541 std::vector<std::string> extensions; in maybeMakeLinks()
566 const std::vector<std::string>& ibmCompatibleSystem) in maybeSetBiosAttr()
568 std::vector<std::string> extensions; in maybeSetBiosAttr()
722 std::vector<std::shared_ptr<void>> updateBiosAttrTable( in updateBiosAttrTable()
[all …]
/openbmc/phosphor-ipmi-blobs/example/
H A Dexample.cpp35 std::vector<std::string> ExampleBlobHandler::getBlobIds() in getBlobIds()
68 std::vector<uint8_t> ExampleBlobHandler::read(uint16_t session, uint32_t offset, in read()
74 return std::vector<uint8_t>(); in read()
80 return std::vector<uint8_t>(); in read()
89 std::vector<uint8_t> result(numBytes); in read()
95 const std::vector<uint8_t>& data) in write()
115 static_cast<std::vector<uint8_t>::size_type>(sess->length)); in write()
121 const std::vector<uint8_t>&) in writeMeta()
127 bool ExampleBlobHandler::commit(uint16_t session, const std::vector<uint8_t>&) in commit()
/openbmc/linux/drivers/net/wireless/ti/wl1251/
H A Devent.c86 u32 vector; in wl1251_event_process() local
90 vector = mbox->events_vector & ~(mbox->events_mask); in wl1251_event_process()
91 wl1251_debug(DEBUG_EVENT, "vector: 0x%x", vector); in wl1251_event_process()
93 if (vector & SCAN_COMPLETE_EVENT_ID) { in wl1251_event_process()
99 if (vector & BSS_LOSE_EVENT_ID) { in wl1251_event_process()
110 if (vector & PS_REPORT_EVENT_ID) { in wl1251_event_process()
117 if (vector & SYNCHRONIZATION_TIMEOUT_EVENT_ID) { in wl1251_event_process()
125 if (vector & REGAINED_BSS_EVENT_ID) { in wl1251_event_process()
134 if (vector & ROAMING_TRIGGER_LOW_RSSI_EVENT_ID) { in wl1251_event_process()
142 if (vector & ROAMING_TRIGGER_REGAINED_RSSI_EVENT_ID) { in wl1251_event_process()
/openbmc/phosphor-ipmi-blobs/
H A Dmanager.hpp58 virtual bool commit(uint16_t session, const std::vector<uint8_t>& data) = 0;
62 virtual std::vector<uint8_t> read(uint16_t session, uint32_t offset,
66 const std::vector<uint8_t>& data) = 0;
71 const std::vector<uint8_t>& data) = 0;
156 bool commit(uint16_t session, const std::vector<uint8_t>& data) override;
176 std::vector<uint8_t> read(uint16_t session, uint32_t offset,
189 const std::vector<uint8_t>& data) override;
217 const std::vector<uint8_t>& data) override;
272 std::vector<std::string> ids;
274 std::vector<std::unique_ptr<GenericBlobInterface>> handlers;
/openbmc/telemetry/src/
H A Dreport_factory.cpp21 const std::vector<ReportAction>& reportActions, Milliseconds period, in make()
25 std::vector<LabeledMetricParameters> labeledMetricParams, bool enabled, in make()
50 const std::vector<LabeledMetricParameters>& labeledMetricParams) const in updateMetrics()
52 std::vector<std::shared_ptr<interfaces::Metric>> oldMetrics = metrics; in updateMetrics()
53 std::vector<std::shared_ptr<interfaces::Metric>> newMetrics; in updateMetrics()
95 const std::vector<LabeledSensorInfo>& sensorPaths) const in getSensors()
108 std::vector<LabeledMetricParameters> ReportFactory::convertMetricParams( in convertMetricParams()
121 std::vector<LabeledMetricParameters> ReportFactory::convertMetricParams( in convertMetricParams()
133 std::vector<LabeledMetricParameters>
136 const std::vector<utils::SensorTree>& tree) const in getMetricParamsFromSensorTree()
[all …]
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.hpp36 VersionBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs);
45 std::vector<std::string> getBlobIds() override;
50 std::vector<uint8_t> read(uint16_t session, uint32_t offset,
52 bool write(uint16_t, uint32_t, const std::vector<uint8_t>&) override in write()
56 bool writeMeta(uint16_t, uint32_t, const std::vector<uint8_t>&) override in writeMeta()
60 bool commit(uint16_t, const std::vector<uint8_t>&) override in commit()
88 std::shared_ptr<const std::optional<std::vector<uint8_t>>> data;
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.hpp51 LogBlobHandler(std::vector<HandlerConfig<ActionPack>>&& configs);
60 std::vector<std::string> getBlobIds() override;
65 std::vector<uint8_t> read(uint16_t session, uint32_t offset,
67 bool write(uint16_t, uint32_t, const std::vector<uint8_t>&) override in write()
71 bool writeMeta(uint16_t, uint32_t, const std::vector<uint8_t>&) override in writeMeta()
75 bool commit(uint16_t, const std::vector<uint8_t>&) override in commit()
103 std::shared_ptr<const std::optional<std::vector<uint8_t>>> data;
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dxcr0_cpuid_test.c53 int i, vector; in guest_code() local
82 vector = xsetbv_safe(0, supported_xcr0); in guest_code()
83 __GUEST_ASSERT(!vector, in guest_code()
85 supported_xcr0, vector); in guest_code()
91 vector = xsetbv_safe(0, supported_xcr0 | BIT_ULL(i)); in guest_code()
92 __GUEST_ASSERT(vector == GP_VECTOR, in guest_code()
94 BIT_ULL(i), supported_xcr0, vector); in guest_code()
/openbmc/google-ipmi-sys/test/
H A Dpcie_bifurcation_unittest.cpp36 std::vector<uint8_t> request = {}; in TEST()
45 std::vector<uint8_t> request = {5}; in TEST()
46 std::vector<uint8_t> expectedOutput = {4, 8, 1, 2}; in TEST()
58 EXPECT_THAT(std::vector<uint8_t>(data.begin() + 1, data.end()), in TEST()
64 std::vector<uint8_t> request = {5}; in TEST()
65 std::vector<uint8_t> expectedOutput(64, 1); in TEST()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dservice_indicators.hpp104 std::vector<std::string> getLocationCodes(
105 const std::vector<std::unique_ptr<src::Callout>>& callouts) const;
131 std::vector<std::string>
132 getInventoryPaths(const std::vector<std::string>& locationCodes) const;
143 void setNotFunctional(const std::vector<std::string>& inventoryPaths) const;
152 const std::vector<std::string>& inventoryPaths) const;
/openbmc/linux/drivers/s390/cio/
H A Dairq.c145 iv->vector = dma_pool_zalloc(airq_iv_cache, GFP_KERNEL, in airq_iv_create()
147 if (!iv->vector) in airq_iv_create()
150 iv->vector = vec; in airq_iv_create()
152 iv->vector = cio_dma_zalloc(size); in airq_iv_create()
153 if (!iv->vector) in airq_iv_create()
188 if (iv->flags & AIRQ_IV_CACHELINE && iv->vector) in airq_iv_create()
191 cio_dma_free(iv->vector, size); in airq_iv_create()
210 cio_dma_free(iv->vector, iv_size(iv->bits)); in airq_iv_release()
269 clear_bit_inv(bit + i, iv->vector); in airq_iv_free()
297 bit = find_next_bit_inv(iv->vector, end, start); in airq_iv_scan()
[all …]
/openbmc/linux/arch/x86/xen/
H A Dsmp.h10 int vector);
12 int vector);
13 extern void xen_send_IPI_allbutself(int vector);
14 extern void xen_send_IPI_all(int vector);
15 extern void xen_send_IPI_self(int vector);

12345678910>>...88