Home
last modified time | relevance | path

Searched refs:method (Results 126 – 150 of 1899) sorted by relevance

12345678910>>...76

/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/dbus/fan-fault-led/
H A Dboard-1-fan-2.yaml60 callback: method
64 method: StartUnit
73 callback: method
77 method: StartUnit
86 callback: method
90 method: StartUnit
99 callback: method
103 method: StartUnit
H A Dboard-1-fan-10.yaml60 callback: method
64 method: StartUnit
73 callback: method
77 method: StartUnit
86 callback: method
90 method: StartUnit
99 callback: method
103 method: StartUnit
H A Dboard-1-fan-3.yaml60 callback: method
64 method: StartUnit
73 callback: method
77 method: StartUnit
86 callback: method
90 method: StartUnit
99 callback: method
103 method: StartUnit
H A Dboard-1-fan-11.yaml60 callback: method
64 method: StartUnit
73 callback: method
77 method: StartUnit
86 callback: method
90 method: StartUnit
99 callback: method
103 method: StartUnit
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.cpp89 method.append(path); in getService()
90 method.append(std::vector<std::string>({interface})); in getService()
96 auto reply = bus.call(method); in getService()
202 auto method = bus.new_method_call(service.c_str(), stateBmcPath, in rebootBMC() local
204 method.append(stateBmcIntf, "RequestedBMCTransition", reboot); in rebootBMC()
207 bus.call_noreply(method); in rebootBMC()
386 auto method = bus.new_method_call(service.c_str(), stateChassisPath, in ipmi_ibm_oem_bmc_factory_reset() local
388 method.append(stateChassisIntf, "RequestedPowerTransition", off); in ipmi_ibm_oem_bmc_factory_reset()
391 bus.call_noreply(method); in ipmi_ibm_oem_bmc_factory_reset()
404 method = bus.new_method_call(bmcUpdaterServiceName, softwarePath, in ipmi_ibm_oem_bmc_factory_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/
H A Defx_common.c814 RESET_TYPE(method)); in efx_reset()
821 efx_reset_down(efx, method); in efx_reset()
823 rc = efx->type->reset(efx, method); in efx_reset()
847 method == RESET_TYPE_DISABLE || in efx_reset()
875 enum reset_type method; in efx_reset_work() local
878 method = fls(pending) - 1; in efx_reset_work()
880 if (method == RESET_TYPE_MC_BIST) in efx_reset_work()
898 (void)efx_reset(efx, method); in efx_reset_work()
905 enum reset_type method; in efx_schedule_reset() local
924 method = type; in efx_schedule_reset()
[all …]
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Defx_common.c827 RESET_TYPE(method)); in efx_siena_reset()
834 efx_siena_reset_down(efx, method); in efx_siena_reset()
836 rc = efx->type->reset(efx, method); in efx_siena_reset()
845 if (method < RESET_TYPE_MAX_METHOD) in efx_siena_reset()
860 method == RESET_TYPE_DISABLE || in efx_siena_reset()
888 enum reset_type method; in efx_reset_work() local
891 method = fls(pending) - 1; in efx_reset_work()
893 if (method == RESET_TYPE_MC_BIST) in efx_reset_work()
918 enum reset_type method; in efx_siena_schedule_reset() local
937 method = type; in efx_siena_schedule_reset()
[all …]
/openbmc/sdbusplus/tools/sdbusplus/templates/
H A Dmethod.aserver.tag.hpp.mako2 m_tag = method.snake_case + "_t"
3 m_param = method.parameter_types_as_list(interface)
4 m_return = method.cpp_return_type(interface)
/openbmc/linux/drivers/acpi/acpica/
H A Ddbutils.c327 union acpi_parse_object *method; in acpi_db_second_pass_parse() local
340 method = op; in acpi_db_second_pass_parse()
354 method->named.data; in acpi_db_second_pass_parse()
357 method->named.data + method->named.length; in acpi_db_second_pass_parse()
369 (method->common.value.arg)->common.aml_offset + 1; in acpi_db_second_pass_parse()
370 start_op = (method->common.value.arg)->common.next; in acpi_db_second_pass_parse()
/openbmc/smbios-mdr/src/
H A Dsystem.cpp76 auto method = bus.new_method_call("xyz.openbmc_project.ObjectMapper", in getService() local
81 method.append(objectPath); in getService()
82 method.append(std::vector<std::string>({interface})); in getService()
88 auto reply = bus.call(method); in getService()
115 auto method = bus.new_method_call(service.c_str(), objectPath.c_str(), in setProperty() local
117 method.append(interface.c_str(), propertyName.c_str(), in setProperty()
120 bus.call_noreply(method); in setProperty()
/openbmc/linux/arch/arm/kernel/
H A Dcpuidle.c61 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops() argument
65 for (; m->method; m++) in arm_cpuidle_get_ops()
66 if (!strcmp(m->method, method)) in arm_cpuidle_get_ops()
H A Ddevtree.c37 const char *method; in set_smp_ops_by_method() local
40 if (of_property_read_string(node, "enable-method", &method)) in set_smp_ops_by_method()
43 for (; m->method; m++) in set_smp_ops_by_method()
44 if (!strcmp(m->method, method)) { in set_smp_ops_by_method()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_mad.c116 mad->mad_hdr.method == IB_MGMT_METHOD_SET) { in smp_snoop()
155 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
210 if (in->mad_hdr.method == IB_MGMT_METHOD_TRAP && !slid) { in mthca_process_mad()
223 if (in->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
224 in->mad_hdr.method != IB_MGMT_METHOD_SET && in mthca_process_mad()
225 in->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad()
239 if (in->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
240 in->mad_hdr.method != IB_MGMT_METHOD_SET) in mthca_process_mad()
246 in->mad_hdr.method == IB_MGMT_METHOD_SET && in mthca_process_mad()
270 if (in->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad()
/openbmc/u-boot/arch/arm/dts/
H A Dfsl-imx8-ca53.dtsi21 entry-method = "psci";
48 enable-method = "psci";
57 enable-method = "psci";
66 enable-method = "psci";
75 enable-method = "psci";
87 method = "smc";
H A Dbcm2837.dtsi33 enable-method = "brcm,bcm2836-smp"; // for ARM 32-bit
39 enable-method = "spin-table";
47 enable-method = "spin-table";
55 enable-method = "spin-table";
63 enable-method = "spin-table";
H A Dhi6220.dtsi18 method = "smc";
60 enable-method = "psci";
67 enable-method = "psci";
74 enable-method = "psci";
81 enable-method = "psci";
88 enable-method = "psci";
95 enable-method = "psci";
102 enable-method = "psci";
109 enable-method = "psci";
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dio.rst13 The classic I/O method using the :c:func:`read()` and
15 V4L2 device. When the driver does not support this method attempts to
18 Other methods must be negotiated. To select the streaming I/O method
22 Video overlay can be considered another I/O method, although the
27 Generally exactly one I/O method, including overlay, is associated with
36 method (after first switching away from read/write) other than by
/openbmc/phosphor-state-manager/
H A Dhost_check.cpp96 auto method = bus.new_method_call(service.c_str(), path.c_str(), in checkFirmwareConditionRunning() local
98 method.append(HostFirmware::interface, CONDITION_HOST_PROPERTY); in checkFirmwareConditionRunning()
100 auto response = bus.call(method); in checkFirmwareConditionRunning()
138 auto method = bus.new_method_call(svcname.c_str(), objpath.c_str(), in isChassiPowerOn() local
140 method.append(Chassis::interface, CHASSIS_STATE_POWER_PROP); in isChassiPowerOn()
142 auto response = bus.call(method); in isChassiPowerOn()
/openbmc/linux/tools/testing/selftests/mm/
H A Dwrite_hugetlb_memory.sh11 method=$6
19 echo "Method is $method"
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/openbmc/qemu/block/
H A Dblock-copy.c99 BlockCopyMethod method; member
139 BlockCopyMethod method; member
167 switch (s->method) { in block_copy_chunk_size()
217 .method = s->method, in block_copy_task_create()
298 s->method = COPY_READ_WRITE_CLUSTER; in block_copy_set_copy_opts()
497 switch (*method) { in block_copy_do_copy()
513 *method = COPY_RANGE_FULL; in block_copy_do_copy()
518 *method = COPY_READ_WRITE; in block_copy_do_copy()
566 BlockCopyMethod method = t->method; in block_copy_task_entry() local
575 if (s->method == t->method) { in block_copy_task_entry()
[all …]
/openbmc/linux/net/tipc/
H A Dbcast.c213 struct tipc_mc_method *method) in tipc_bcast_select_xmit_method() argument
220 method->rcast = true; in tipc_bcast_select_xmit_method()
225 method->rcast = false; in tipc_bcast_select_xmit_method()
230 if (method->mandatory) in tipc_bcast_select_xmit_method()
239 method->rcast = false; in tipc_bcast_select_xmit_method()
244 method->rcast = true; in tipc_bcast_select_xmit_method()
318 struct tipc_mc_method *method, in tipc_mcast_send_sync() argument
357 if (method->rcast) in tipc_mcast_send_sync()
383 bool rcast = method->rcast; in tipc_mcast_xmit()
407 if (rcast != method->rcast) { in tipc_mcast_xmit()
[all …]
/openbmc/entity-manager/docs/
H A Dmy_first_sensors.md92 .Introspect method - s -
94 .GetMachineId method - s -
95 .Ping method - - -
97 .Get method ss v -
98 .GetAll method s a{sv} -
194 .Introspect method - s -
196 .GetMachineId method - s -
197 .Ping method - - -
199 .Get method ss v -
200 .GetAll method s a{sv} -
[all …]
/openbmc/linux/drivers/infiniband/core/
H A Dmad.c193 if (method) { in is_vendor_method_in_use()
432 if (method) { in ib_register_mad_agent()
1200 *method = kzalloc(sizeof **method, GFP_ATOMIC); in allocate_method_table()
1300 if (!*method) { in add_nonoui_reg_req()
1373 if (!*method) in add_oui_reg_req()
1458 if (method) { in remove_mad_reg_req()
1495 if (method) { in remove_mad_reg_req()
1574 if (method) in find_mad_agent()
1575 mad_agent = method->agent[mad_hdr->method & in find_mad_agent()
1592 if (method) { in find_mad_agent()
[all …]
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-g12b.dtsi50 enable-method = "psci";
60 enable-method = "psci";
70 enable-method = "psci";
80 enable-method = "psci";
90 enable-method = "psci";
100 enable-method = "psci";
/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dsqlite.py227 async def get_unihash_by_taskhash_full(self, method, taskhash): argument
238 "method": method,
244 async def get_unihash_by_outhash(self, method, outhash): argument
255 "method": method,
274 async def get_outhash(self, method, outhash): argument
284 "method": method,
303 "method": method,
310 async def get_equivalent(self, method, taskhash): argument
315 "method": method,
417 async def insert_unihash(self, method, taskhash, unihash): argument
[all …]

12345678910>>...76