Home
last modified time | relevance | path

Searched full:invoke (Results 1 – 25 of 1061) sorted by relevance

12345678910>>...43

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py124 async def invoke(self, *args, skip_mode=False, **kwargs): member in AsyncClient
129 return await super().invoke(*args, **kwargs)
140 r = await self.invoke({command: None}, skip_mode=True)
189 return await self.invoke({"report": m})
196 return await self.invoke({"report-equiv": m})
199 return await self.invoke(
212 return await self.invoke(
224 return await self.invoke({"get-stats": None})
227 return await self.invoke({"reset-stats": None})
230 return (await self.invoke({"backfill-wait": None}))["tasks"]
[all …]
/openbmc/openbmc/poky/bitbake/lib/prserv/
H A Dclient.py18 response = await self.invoke(
25 response = await self.invoke(
32 response = await self.invoke(
39 response = await self.invoke(
46 response = await self.invoke(
53 response = await self.invoke(
60 response = await self.invoke(
/openbmc/openbmc/poky/meta/recipes-core/initscripts/
H A Dinit-system-helpers_1.68.bb7 It also includes the \"service\", \"invoke-rc.d\", and \"update-rc.d\" scripts which \
30 install -m 0755 ${S}/script/invoke-rc.d ${D}${sbindir}
34 PACKAGES += "${PN}-invoke-rc.d ${PN}-service"
37 FILES:${PN}-invoke-rc.d = "${sbindir}/invoke-rc.d"
42 RRECOMMENDS:${PN} += "${PN}-invoke-rc.d ${PN}-service"
/openbmc/linux/Documentation/RCU/
H A DUP.rst7 may immediately invoke its function. The basis of this misconception
25 Now, if call_rcu() were to directly invoke its arguments, then upon return
37 by having call_rcu() directly invoke its arguments only if it was called
46 Therefore, in this case, allowing call_rcu() to immediately invoke
52 Why is it *not* legal to invoke synchronize_rcu() in this case?
61 call_rcu() were to directly invoke the callback, the result would
90 permit call_rcu() to directly invoke callbacks, but only if a full
100 Permitting call_rcu() to immediately invoke its arguments breaks RCU,
102 infrastructure *must* respect grace periods, and *must* invoke callbacks
115 Why is it *not* legal to invoke synchronize_rcu() in this case?
/openbmc/u-boot/arch/arm/include/asm/
H A Domap_sec_common.h14 * Invoke secure ROM API on high-security (HS) device variants. It formats
21 * Invoke a secure ROM API on high-secure (HS) device variants that can be used
36 * Invoke a secure HAL API that allows configuration of the external memory
44 * Invoke a secure HAL API on high-secure (HS) device variants that reserves a
52 * Invoke a secure HAL API to lock the external memory firewall configurations.
60 * Invoke a secure HAL API to authenticate and install a Trusted Execution
/openbmc/linux/drivers/pci/endpoint/
H A Dpci-epc-core.c53 * Invoke to get struct pci_epc * corresponding to the device name of the
89 * Invoke to get the first unreserved BAR that can be used by the endpoint
104 * Invoke to get the next unreserved BAR starting from @bar that can be used
142 * Invoke to get the features provided by the EPC which may be
172 * Invoke to stop the PCI link
189 * Invoke to start the PCI link
217 * Invoke to raise an legacy, MSI or MSI-X interrupt
255 * Invoke to map physical address to MSI address and return MSI data. The
293 * Invoke to get the number of MSI interrupts allocated by the RC
328 * Invoke to set the required number of MSI interrupts.
[all …]
H A Dpci-epf-core.c28 * Invoke to notify the function driver that the binding between the EPF device
57 * Invoke to notify the function driver that it has been bound to a EPC device
152 * endpoint functions. Invoke pci_epf_add_epf() to add a virtual PCI endpoint
195 * Invoke to remove a virtual endpoint function from the physical endpoint
218 * Invoke to free the allocated PCI EPF register space.
258 * Invoke to allocate memory for the PCI EPF register space.
322 * Invoke to unregister the PCI EPF driver.
363 * Invoke to register a new PCI EPF driver.
393 * Invoke to destroy the PCI EPF device created by invoking pci_epf_create().
406 * Invoke to create a new PCI EPF device by providing the name of the function
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/conntrack-tools/files/
H A Dconntrack-failover16 # file to invoke this script during keepalived's state transitions.
34 logger "ERROR: failed to invoke conntrackd -c"
43 logger "ERROR: failed to invoke conntrackd -f"
52 logger "ERROR: failed to invoke conntrackd -R"
61 logger "ERROR: failed to invoke conntrackd -B"
/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp31 using ::testing::Invoke;
61 .WillByDefault(Invoke(send)); in HostNotifierTest()
379 .WillOnce(Invoke(sendFailure)) in TEST_F()
380 .WillOnce(Invoke(sendSuccess)) in TEST_F()
381 .WillOnce(Invoke(sendSuccess)); in TEST_F()
426 .WillRepeatedly(Invoke(sendFailure)); in TEST_F()
473 .WillOnce(Invoke(sendFailure)) in TEST_F()
474 .WillOnce(Invoke(sendFailure)) in TEST_F()
475 .WillOnce(Invoke(sendFailure)) in TEST_F()
476 .WillOnce(Invoke(sendFailure)) in TEST_F()
[all …]
/openbmc/docs/designs/
H A Dnmi-dbus-interface.md29 This proposal aims to trigger NMI, which in turn will invoke an
63 3. Redfish URI will invoke a D-Bus NMI back-end call which will use an arch
66 4. On receiving the NMI, the host will automatically invoke Architecture
78 internally invoke processor-specific target to invoke NMI and do associated
95 Also, one can invoke NMI to get the crash dump and confirm HOST received NMI via
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0022-avoid-missing-LOCK_EX-declaration.patch14 src/core/exec-invoke.c | 1 +
30 diff --git a/src/core/exec-invoke.c b/src/core/exec-invoke.c
32 --- a/src/core/exec-invoke.c
33 +++ b/src/core/exec-invoke.c
/openbmc/phosphor-pid-control/test/
H A Ddbus_passive_unittest.cpp25 using ::testing::Invoke;
81 .WillOnce(Invoke([&]([[maybe_unused]] const std::string& service, in DbusPassiveTestObj()
171 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
178 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
209 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
244 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
251 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
282 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
315 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
322 .WillOnce(Invoke([&]([[maybe_unused]] sd_bus_message* m, in TEST_F()
[all …]
/openbmc/linux/drivers/char/hw_random/
H A Doptee-rng.c28 * TEE_SUCCESS - Invoke command success
45 * TEE_SUCCESS - Invoke command success
85 /* Invoke TA_CMD_GET_ENTROPY function of Trusted App */ in get_optee_rng_data()
90 /* Fill invoke cmd params */ in get_optee_rng_data()
98 dev_err(pvt_data->dev, "TA_CMD_GET_ENTROPY invoke err: %x\n", in get_optee_rng_data()
185 /* Invoke TA_CMD_GET_RNG_INFO function of Trusted App */ in get_optee_rng_info()
190 /* Fill invoke cmd params */ in get_optee_rng_info()
195 dev_err(dev, "TA_CMD_GET_RNG_INFO invoke err: %x\n", in get_optee_rng_info()
/openbmc/dbus-sensors/src/tests/
H A Dtest_MCTPReactor.cpp118 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
124 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
147 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
153 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
181 EXPECT_CALL(*endpoint, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
188 EXPECT_CALL(*device, remove()).WillOnce(testing::Invoke([&]() { in TEST_F()
227 .WillRepeatedly(testing::Invoke([&]() { removeHandler(endpoint); })); in TEST()
237 EXPECT_CALL(*initial, remove()).WillOnce(testing::Invoke([&]() { in TEST()
246 EXPECT_CALL(*replacement, remove()).WillOnce(testing::Invoke([&]() { in TEST()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_kfunc_failure.c42 /* Can't invoke bpf_cgroup_acquire() on an untrusted pointer. */ in BPF_PROG()
58 * Can't invoke bpf_cgroup_release() without checking the return value in BPF_PROG()
72 /* Can't invoke bpf_cgroup_acquire() on a random frame pointer. */ in BPF_PROG()
100 /* Can't invoke bpf_cgroup_acquire() on a pointer obtained from walking a trusted cgroup. */ in BPF_PROG()
114 /* Can't invoke bpf_cgroup_acquire() on a NULL pointer. */ in BPF_PROG()
187 /* Can't invoke bpf_cgroup_release() on an untrusted pointer. */ in BPF_PROG()
/openbmc/linux/include/linux/
H A Dcpuhotplug.h263 int __cpuhp_setup_state(enum cpuhp_state state, const char *name, bool invoke,
268 bool invoke,
379 bool invoke);
381 struct hlist_node *node, bool invoke);
384 * cpuhp_state_add_instance - Add an instance for a state and invoke startup
434 void __cpuhp_remove_state(enum cpuhp_state state, bool invoke);
435 void __cpuhp_remove_state_cpuslocked(enum cpuhp_state state, bool invoke);
438 * cpuhp_remove_state - Remove hotplug state callbacks and invoke the teardown
486 struct hlist_node *node, bool invoke);
489 * cpuhp_state_remove_instance - Remove hotplug instance from state and invoke
/openbmc/estoraged/src/test/erase/
H A Dpattern_test.cpp26 using testing::Invoke;
114 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
120 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
126 .WillOnce(Invoke([](std::span<const std::byte> x) { in TEST()
134 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
142 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
150 .WillOnce(Invoke([](std::span<std::byte> x) { in TEST()
/openbmc/linux/drivers/firmware/broadcom/
H A Dtee_bnxt_fw.c29 * TEE_SUCCESS - Invoke command success
44 * TEE_SUCCESS - Invoke command success
77 /* Fill invoke cmd params */ in prepare_args()
113 "TA_CMD_BNXT_FASTBOOT invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_fw_load()
150 /* Fill additional invoke cmd params */ in tee_bnxt_copy_coredump()
157 "TA_CMD_BNXT_COPY_COREDUMP invoke failed TEE err: %x, ret:%x\n", in tee_bnxt_copy_coredump()
/openbmc/linux/scripts/gdb/linux/
H A Ddevice.py103 def invoke(self, arg, from_tty): member in LxDeviceListBus
123 def invoke(self, arg, from_tty): member in LxDeviceListClass
141 def invoke(self, arg, from_tty): member in LxDeviceListTree
156 def invoke(self, bus, name): member in LxDeviceFindByBusName
170 def invoke(self, cls, name): member in LxDeviceFindByClassName
H A Dtasks.py58 def invoke(self, pid): member in LxTaskByPidFunc
75 def invoke(self, arg, from_tty): member in LxPs
116 def invoke(self, task): member in LxThreadInfoFunc
132 def invoke(self, pid): member in LxThreadInfoByPidFunc
H A Dproc.py31 def invoke(self, arg, from_tty): member in LxCmdLine
45 def invoke(self, arg, from_tty): member in LxVersion
90 def invoke(self, arg, from_tty): member in LxIOMem
105 def invoke(self, arg, from_tty): member in LxIOPorts
153 def invoke(self, arg, from_tty): member in LxMounts
235 def invoke(self, arg, from_tty): member in LxFdtDump
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0022-avoid-missing-LOCK_EX-declaration.patch13 src/core/exec-invoke.c | 1 +
17 --- a/src/core/exec-invoke.c
18 +++ b/src/core/exec-invoke.c
/openbmc/linux/Documentation/scsi/
H A Dscsi_eh.rst315 2. Invoke scsi_eh_get_sense.
333 1. Invoke scsi_request_sense() which issues REQUEST_SENSE
337 2. Invoke scsi_decide_disposition() on the scmd
350 3. If !list_empty(&eh_work_q), invoke scsi_eh_abort_cmds().
374 4. If !list_empty(&eh_work_q), invoke scsi_eh_ready_devs()
381 1. Invoke scsi_eh_stu()
404 2. If !list_empty(&eh_work_q), invoke scsi_eh_bus_device_reset().
414 3. If !list_empty(&eh_work_q), invoke scsi_eh_bus_reset()
423 4. If !list_empty(&eh_work_q), invoke scsi_eh_host_reset()
431 5. If !list_empty(&eh_work_q), invoke scsi_eh_offline_sdevs()
[all …]
/openbmc/phosphor-health-monitor/test/
H A Dtest_health_metric_collection.cpp16 using ::testing::Invoke;
98 .WillRepeatedly(Invoke( in TEST_F()
115 .WillRepeatedly(Invoke( in TEST_F()
138 .WillRepeatedly(Invoke( in TEST_F()
149 .WillRepeatedly(Invoke( in TEST_F()
/openbmc/phosphor-dbus-monitor/src/
H A Dsdbusplus.hpp40 /** @brief Invoke a method; ignore reply. */
52 // invoke these methods async, with a callback in callMethodNoReply()
56 /** @brief Invoke a method. */
68 /** @brief Invoke a method and read the response. */

12345678910>>...43