Home
last modified time | relevance | path

Searched refs:method_name (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dselftest.py26 method_name = "test_unconditional_pass"
34 found_method = search_method(test_module, method_name)
35 self.assertTrue(method_name, msg="Can't find %s method" % method_name)
/openbmc/linux/drivers/platform/x86/intel/
H A Dhid.c225 char *method_name; in intel_hid_execute_method() local
231 method_name = (char *)intel_hid_dsm_fn_to_method[fn_index]; in intel_hid_execute_method()
247 fn_index, method_name); in intel_hid_execute_method()
253 status = acpi_execute_simple_method(handle, method_name, arg); in intel_hid_execute_method()
266 char *method_name; in intel_hid_evaluate_method() local
272 method_name = (char *)intel_hid_dsm_fn_to_method[fn_index]; in intel_hid_evaluate_method()
284 fn_index, method_name, *result); in intel_hid_evaluate_method()
290 status = acpi_evaluate_integer(handle, method_name, NULL, result); in intel_hid_evaluate_method()
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py756 def _get_srcrev(d, method_name='sortable_revision'): argument
790 …autoinc, rev = getattr(urldata[scms[0]].method, method_name)(urldata[scms[0]], d, urldata[scms[0]]…
812 autoinc, rev = getattr(ud.method, method_name)(ud, d, name)
833 def get_hashvalue(d, method_name='sortable_revision'): argument
834 pkgv, revs = _get_srcrev(d, method_name=method_name)
837 def get_pkgv_string(d, method_name='sortable_revision'): argument
838 pkgv, revs = _get_srcrev(d, method_name=method_name)
841 def get_srcrev(d, method_name='sortable_revision'): argument
842 pkgv, revs = _get_srcrev(d, method_name=method_name)
/openbmc/linux/drivers/acpi/acpica/
H A Dachware.h61 void acpi_hw_execute_sleep_method(char *method_name, u32 integer_argument);
/openbmc/boost-dbus/test/
H A Davahi.cpp327 auto method_name = std::string("Get"); in TEST() local
328 auto m = dbus::message::new_call(test_endpoint, method_name); in TEST()
/openbmc/boost-dbus/include/dbus/
H A Dmessage.hpp41 const string& method_name) { in new_call() argument
44 destination.get_interface().c_str(), method_name.c_str())); in new_call()
H A Dproperties.hpp291 std::string method_name = m.get_member(); in call() local
292 auto method = dbus_methods.find(method_name); in call()
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c900 const gchar *method_name, in _hwmon_skeleton_handle_method_call() argument
2725 const gchar *method_name, in _fan_skeleton_handle_method_call() argument
4835 const gchar *method_name, in _sensor_value_skeleton_handle_method_call() argument
6659 const gchar *method_name, in _sensor_threshold_skeleton_handle_method_call() argument
7912 const gchar *method_name, in _sensor_i2c_skeleton_handle_method_call() argument
9105 const gchar *method_name, in _sensor_match_skeleton_handle_method_call() argument
10185 const gchar *method_name, in _process_skeleton_handle_method_call() argument
11636 const gchar *method_name, in _shared_resource_skeleton_handle_method_call() argument
13008 const gchar *method_name, in _control_skeleton_handle_method_call() argument
14258 const gchar *method_name, in _control_bmc_skeleton_handle_method_call() argument
[all …]
/openbmc/linux/include/linux/ceph/
H A Dosd_client.h166 const char *method_name; member
/openbmc/linux/net/ceph/
H A Ddebugfs.c228 op->cls.method_name); in dump_request()
H A Dosd_client.c848 op->cls.method_name = method; in osd_req_op_cls_init()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydbus/
H A D0003-Support-transformation-between-D-Bus-errors-and-exce.patch247 logger.exception("Exception while handling %s.%s()", interface_name, method_name)
/openbmc/qemu/docs/devel/
H A Dwriting-monitor-commands.rst591 value->method_name = g_strdup(p->name);
647 method->value->method_name);
/openbmc/linux/drivers/block/
H A Drbd.c4669 const char *method_name, in rbd_obj_method_sync() argument
4705 ret = ceph_osdc_call(osdc, oid, oloc, RBD_DRV_NAME, method_name, in rbd_obj_method_sync()