Home
last modified time | relevance | path

Searched refs:method (Results 151 – 175 of 1914) sorted by relevance

12345678910>>...77

/openbmc/phosphor-debug-collector/
H A Ddump_utils.cpp26 auto method = bus.new_method_call(objectMapperName, objectMapperPath, in getService() local
29 method.append(path); in getService()
30 method.append(std::vector<std::string>({interface})); in getService()
36 auto reply = bus.call(method); in getService()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A Dopenssl-buildfix.patch12 + const X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
14 X509V3_EXT_METHOD *method = X509V3_EXT_get(ext);
16 if (!method)
/openbmc/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dlinaro,optee-tz.yaml34 method:
37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
46 - method
56 method = "smc";
65 method = "hvc";
/openbmc/phosphor-bmc-code-mgmt/side-switch/
H A Dside_switch.cpp69 auto method = bus.new_method_call( in sideSwitchNeeded() local
73 method.append("/xyz/openbmc_project/software"); in sideSwitchNeeded()
74 method.append(0); // Depth 0 to search all in sideSwitchNeeded()
75 method.append( in sideSwitchNeeded()
77 auto reply = bus.call(method); in sideSwitchNeeded()
/openbmc/openpower-hw-diags/util/
H A Ddbus.hpp68 auto method = in setProperty() local
71 method.append(interface); in setProperty()
72 method.append(propertyName); in setProperty()
73 method.append(propertyValue); in setProperty()
75 bus.call(method); in setProperty()
/openbmc/openpower-pnor-code-mgmt/
H A Dmsl_verify.cpp86 auto method = bus.new_method_call(BUSNAME_UPDATER, SOFTWARE_OBJPATH, in getFunctionalVersion() local
88 method.append(ASSOCIATIONS_INTERFACE, "Associations"); in getFunctionalVersion()
89 auto response = bus.call(method); in getFunctionalVersion()
115 method = bus.new_method_call(BUSNAME_UPDATER, path.c_str(), in getFunctionalVersion()
117 method.append(VERSION_IFACE, "Version"); in getFunctionalVersion()
118 response = bus.call(method); in getFunctionalVersion()
/openbmc/openpower-pnor-code-mgmt/mmc/
H A Ditem_updater_mmc.cpp112 auto method = bus.new_method_call(SYSTEMD_BUSNAME, SYSTEMD_PATH, in reset() local
115 method.append(std::get<1>(service), "replace"); in reset()
120 bus.call_noreply(method); in reset()
180 auto method = in enableInventoryItemsHelper() local
184 method.append("xyz.openbmc_project.Object.Enable", "Enabled", in enableInventoryItemsHelper()
186 bus.call_noreply(method); in enableInventoryItemsHelper()
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dinterface.aserver.hpp.mako78 ${m.render(loader, "method.aserver.tag.hpp.mako", method=m, interface=interface)}\
108 ${m.render(loader, "method.aserver.typeid.hpp.mako", method=m, interface=interface)}\
119 ${m.render(loader, "method.aserver.callback.hpp.mako", method=m, interface=interface)}\
129 ${m.render(loader, "method.aserver.vtable.hpp.mako", method=m, interface=interface)}\
/openbmc/linux/arch/arm64/boot/dts/amd/
H A Damd-seattle-cpus.dtsi47 enable-method = "psci";
63 enable-method = "psci";
78 enable-method = "psci";
93 enable-method = "psci";
108 enable-method = "psci";
123 enable-method = "psci";
138 enable-method = "psci";
153 enable-method = "psci";
/openbmc/linux/Documentation/PCI/
H A Dpci-iov-howto.rst38 In the first method, the device driver (PF driver) will control the
43 In the second method, a write to the sysfs file sriov_numvfs will
44 enable and disable the VFs associated with a PCIe PF. This method
45 enables per-PF, VF enable/disable values versus the first method,
51 The second method is the recommended method for new/future VF devices.
68 (a) For the first method, in the driver::
74 (b) For the second method, from sysfs::
81 (a) For the first method, in the driver::
85 (b) For the second method, from sysfs::
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dserver.py323 method = request["method"]
340 row = await self.db.get_equivalent(method, taskhash)
352 method = request["method"]
364 row = await self.db.get_outhash(method, outhash)
415 (method, taskhash) = l.split()
417 row = await self.db.get_equivalent(method, taskhash)
448 method = data["method"]
452 info = await self.get_outhash(method, outhash, taskhash)
460 "method": method,
859 method, taskhash = item
[all …]
/openbmc/phosphor-host-ipmid/libipmid/
H A Dutils.cpp95 method.append(interface, property); in getDbusProperty()
97 auto reply = bus.call(method, timeout.count()); in getDbusProperty()
113 method.append(interface); in getAllDbusProperties()
115 auto reply = bus.call(method, timeout.count()); in getAllDbusProperties()
130 auto reply = bus.call(method); in getManagedObjects()
144 method.append(interface, property, value); in setDbusProperty()
146 if (!bus.call(method, timeout.count())) in setDbusProperty()
186 method); in newMethodCall()
318 const std::string& method) in callDbusMethod() argument
545 const std::string& interface, const std::string& method) in callDbusMethod() argument
[all …]
/openbmc/openpower-proc-control/extensions/phal/
H A Dcreate_pel.cpp109 auto method = in createErrorPEL() local
115 method.append(event, level, additionalData, pelCalloutInfo); in createErrorPEL()
116 auto resp = bus.call(method); in createErrorPEL()
209 auto method = in createSbeErrorPEL() local
215 method.append(event, level, additionalData, pelFFDCInfo); in createSbeErrorPEL()
216 auto response = bus.call(method); in createSbeErrorPEL()
258 auto method = bus.new_method_call(service.c_str(), loggingObjectPath, in createPEL() local
263 method.append(event, level, additionalData); in createPEL()
264 auto resp = bus.call(method); in createPEL()
/openbmc/qemu/block/
H A Dblock-copy.c99 BlockCopyMethod method; member
139 BlockCopyMethod method; member
168 switch (s->method) { in block_copy_chunk_size()
218 .method = s->method, in block_copy_task_create()
299 s->method = COPY_READ_WRITE_CLUSTER; in block_copy_set_copy_opts()
501 switch (*method) { in block_copy_do_copy()
517 *method = COPY_RANGE_FULL; in block_copy_do_copy()
522 *method = COPY_READ_WRITE; in block_copy_do_copy()
570 BlockCopyMethod method = t->method; in block_copy_task_entry() local
579 if (s->method == t->method) { in block_copy_task_entry()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A Dqemu-guest-agent.init27 # It also splits $TRANSPORT into $method and $path
30 method=${TRANSPORT%%:*};
32 case "$method" in
47 $DAEMON_ARGS -d -m "$method" -p "$path"
65 $DAEMON_ARGS -d -m "$method" -p "$path"
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0001-make-direction-attribute-conforming-to-introspect.dt.patch29 self.__name__ = method.attrib["name"]
32 - self._inargs = [(arg.attrib.get("name", ""), arg.attrib["type"]) for arg in method if arg.tag =…
33 - self._outargs = [arg.attrib["type"] for arg in method if arg.tag == "arg" and arg.attrib["direct…
34 + self._inargs = [(arg.attrib.get("name", ""), arg.attrib["type"]) for arg in method if arg.tag =…
35 + self._outargs = [arg.attrib["type"] for arg in method if arg.tag == "arg" and arg.attrib.get("di…
/openbmc/linux/Documentation/firmware-guide/acpi/
H A Dacpi-lid.rst15 using a control method lid device. To implement this, the AML tables issue
17 changed. The _LID control method for the lid device must be implemented to
20 For most platforms, both the _LID method and the lid notifications are
27 Restrictions of the returning value of the _LID control method
30 The _LID control method is described to return the "current" lid state.
34 _LID control method is evaluated during the runtime, the problem is its
35 initial returning value. When the AML tables implement this control method
57 This file actually calls the _LID control method described above. And given
74 A. button.lid_init_state=method:
76 initial lid state using the returning value of the _LID control method
[all …]
/openbmc/bmcweb/http/routing/
H A Druleparametertraits.hpp34 self_t& methods(boost::beast::http::verb method) in methods()
37 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods()
46 self_t& methods(boost::beast::http::verb method, MethodArgs... argsMethod) in methods()
50 std::optional<HttpVerb> verb = httpVerbFromBoost(method); in methods()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Ds32g2.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
82 method = "smc";
/openbmc/phosphor-dbus-monitor/src/example/
H A Dtest.yaml297 - name: test method
299 callback: method
303 method: Test
331 callback: test method
343 callback: test method
357 callback: test method
369 callback: test method
381 callback: test method
393 callback: test method
405 callback: test method
[all …]
/openbmc/phosphor-state-manager/
H A Dhost_state_manager.cpp144 auto method = this->bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_OBJ_PATH, in executeTransition() local
147 method.append(sysdUnit); in executeTransition()
148 method.append("replace"); in executeTransition()
150 this->bus.call_noreply(method); in executeTransition()
160 auto method = this->bus.new_method_call(SYSTEMD_SERVICE, SYSTEMD_OBJ_PATH, in stateActive() local
163 method.append(target); in stateActive()
167 auto result = this->bus.call(method); in stateActive()
176 method = this->bus.new_method_call( in stateActive()
181 method.append(SYSTEMD_INTERFACE_UNIT, "ActiveState"); in stateActive()
185 auto result = this->bus.call(method); in stateActive()
/openbmc/linux/arch/powerpc/boot/dts/
H A Diss4xx-mpic.dts45 dcr-access-method = "native";
59 dcr-access-method = "native";
61 enable-method = "spin-table";
75 dcr-access-method = "native";
77 enable-method = "spin-table";
91 dcr-access-method = "native";
93 enable-method = "spin-table";
/openbmc/linux/arch/arm64/boot/dts/hisilicon/
H A Dhip06.dtsi18 method = "smc";
88 enable-method = "psci";
96 enable-method = "psci";
104 enable-method = "psci";
112 enable-method = "psci";
120 enable-method = "psci";
128 enable-method = "psci";
136 enable-method = "psci";
144 enable-method = "psci";
152 enable-method = "psci";
[all …]
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6779.dtsi21 method = "smc";
31 enable-method = "psci";
38 enable-method = "psci";
45 enable-method = "psci";
52 enable-method = "psci";
59 enable-method = "psci";
66 enable-method = "psci";
73 enable-method = "psci";
80 enable-method = "psci";
/openbmc/linux/arch/arm64/boot/dts/intel/
H A Dkeembay-soc.dtsi23 enable-method = "psci";
30 enable-method = "psci";
37 enable-method = "psci";
44 enable-method = "psci";
50 method = "smc";

12345678910>>...77