Home
last modified time | relevance | path

Searched refs:method (Results 176 – 200 of 1899) sorted by relevance

12345678910>>...76

/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";
/openbmc/qemu/docs/sphinx/
H A Ddbusdoc.py65 def add_method(self, method): argument
69 for arg in method.in_args:
71 for arg in method.out_args:
74 for line in prepare_docstring("\n" + method.doc_string):
110 for method in iface.methods:
111 self.add_method(method)
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config_mgr.cpp56 auto method = bus.new_method_call(systemdBusname, systemdObjPath, in restartService() local
58 method.append(service.c_str(), "replace"); in restartService()
59 bus.call_noreply(method); in restartService()
72 auto method = bus.new_method_call(systemdBusname, systemdObjPath, in stopService() local
74 method.append(service.c_str(), "replace"); in stopService()
75 bus.call_noreply(method); in stopService()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A Dcve-2014-9636.patch29 + ush method;
37 + method = makeword(eb + (EB_HEADSIZE + compr_offset));
38 + if ((method == STORED) &&
42 + * method */
/openbmc/linux/Documentation/devicetree/bindings/arm/
H A Dnvidia,tegra194-ccplex.yaml47 enable-method = "psci";
54 enable-method = "psci";
61 enable-method = "psci";
68 enable-method = "psci";
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp199 constexpr sd_bus_message* method = nullptr; in ExpectGetManagedObjects() local
208 .WillOnce(DoAll(SetArgPointee<1>(method), Return(0))); in ExpectGetManagedObjects()
375 constexpr sd_bus_message* method = nullptr; in ExpectRead() local
384 .WillOnce(DoAll(SetArgPointee<1>(method), Return(0))); in ExpectRead()
388 method, SD_BUS_TYPE_UINT64, in ExpectRead()
395 method, SD_BUS_TYPE_UINT64, in ExpectRead()
507 constexpr sd_bus_message* method = nullptr; in ExpectWrite() local
516 SetArgPointee<1>(method), Return(0))); in ExpectWrite()
520 method, SD_BUS_TYPE_UINT64, in ExpectWrite()
538 method, SD_BUS_TYPE_BYTE, in ExpectWrite()
[all …]
/openbmc/linux/arch/arm64/boot/dts/apple/
H A Dt6002.dtsi71 enable-method = "spin-table";
85 enable-method = "spin-table";
99 enable-method = "spin-table";
113 enable-method = "spin-table";
127 enable-method = "spin-table";
141 enable-method = "spin-table";
155 enable-method = "spin-table";
169 enable-method = "spin-table";
183 enable-method = "spin-table";
197 enable-method = "spin-table";
/openbmc/linux/include/trace/events/
H A Dib_mad.h34 __field(u8, method)
72 __entry->method =
73 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
98 __entry->method, be16_to_cpu(__entry->status),
140 __field(u8, method)
159 __entry->method =
160 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
178 __entry->class_version, __entry->method,
198 __field(u8, method)
216 __entry->method = mad_hdr->method;
[all …]
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/common/
H A Dpldm_utils.cpp48 auto method = bus.new_method_call(service.c_str(), pldm, pldmRequester, in getPLDMInstanceID() local
50 method.append(eid); in getPLDMInstanceID()
51 auto reply = bus.call(method); in getPLDMInstanceID()
/openbmc/phosphor-virtual-sensor/
H A DdbusUtils.hpp22 auto method = bus.new_method_call(service.c_str(), path.c_str(), in getDbusProperty() local
25 method.append(intf, property); in getDbusProperty()
29 auto msg = bus.call(method); in getDbusProperty()
/openbmc/openpower-debug-collector/dump/
H A Ddump_utils.hpp81 auto method = bus.new_method_call(service.c_str(), path.c_str(), in setProperty() local
83 method.append(interface, propertyName, value); in setProperty()
84 auto reply = bus.call(method); in setProperty()
/openbmc/phosphor-logging/
H A Dutil.cpp117 auto method = bus.new_method_call(SYSTEMD_BUSNAME, SYSTEMD_PATH, in journalSync() local
119 method.append(JOURNAL_UNIT, "main", signal); in journalSync()
120 bus.call(method); in journalSync()
121 if (method.is_method_error()) in journalSync()
/openbmc/linux/arch/arm64/boot/dts/altera/
H A Dsocfpga_stratix10_swvp.dts39 enable-method = "spin-table";
44 enable-method = "spin-table";
49 enable-method = "spin-table";
54 enable-method = "spin-table";
/openbmc/linux/net/mac80211/
H A Dmesh_sync.c32 u8 method; member
196 .method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET,
204 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get() argument
209 if (sync_methods[i].method == method) in ieee80211_mesh_sync_ops_get()
/openbmc/google-misc/subprojects/ncsid/src/
H A Dnet_config.cpp194 auto method = bus.new_method_call(systemdService, systemdRoot, in set_nic_hostless() local
198 method.append( in set_nic_hostless()
203 method.append( in set_nic_hostless()
208 method.append("replace"); in set_nic_hostless()
212 bus.call_noreply(method); in set_nic_hostless()
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47622.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
102 method = "smc";
/openbmc/linux/Documentation/devicetree/bindings/arm/bcm/
H A Dbrcm,bcm63138.txt14 'enable-method' property.
21 - enable-method: should be "brcm,bcm63138"
24 - enable-method: should be "brcm,bcm63138"
36 enable-method = "brcm,bcm63138";
43 enable-method = "brcm,bcm63138";
/openbmc/linux/arch/arm64/boot/dts/broadcom/bcmbca/
H A Dbcm63158.dtsi25 enable-method = "psci";
33 enable-method = "psci";
41 enable-method = "psci";
49 enable-method = "psci";
101 method = "smc";
/openbmc/linux/drivers/input/misc/
H A Dapanel.c246 unsigned char method, slave, chip; in apanel_init() local
248 method = readb(p + 1); in apanel_init()
274 else if (method != 1 && method != 2 && method != 4) { in apanel_init()
276 method, devno); in apanel_init()
/openbmc/ipmitool/src/plugins/bmc/
H A Dbmc.c91 int method; in ipmi_bmc_open() local
107 if (bmc_method(intf->fd, &method) < 0) { in ipmi_bmc_open()
112 sendrecv_fn = (method == BMC_PUTMSG_METHOD) ? in ipmi_bmc_open()
287 uint8_t method = BMC_PUTMSG_METHOD; in bmc_method() local
291 istr.ic_dp = (uint8_t *)&method; in bmc_method()
303 method = BMC_IOCTL_METHOD; in bmc_method()
307 *if_type = method; in bmc_method()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-acpi28 control method.
35 _STR control method, if present.
42 _ADR control method, which is present for ACPI device
51 _UID control method, if present.
59 object that has _EJ0 method.
66 functioning or present, if the method _STA is present.
96 hardware, if the _HRV control method is present. It is mostly
/openbmc/qemu/qga/
H A Dchannel-posix.c18 GAChannelMethod method; member
124 GAChannelMethod method, int fd, Error **errp) in ga_channel_open() argument
127 c->method = method; in ga_channel_open()
129 switch (c->method) { in ga_channel_open()
286 GAChannel *ga_channel_new(GAChannelMethod method, const gchar *path, in ga_channel_new() argument
294 if (!ga_channel_open(c, path, method, listen_fd, &err)) { in ga_channel_new()
/openbmc/linux/arch/arm64/boot/dts/realtek/
H A Drtd16xx.dtsi44 enable-method = "psci";
52 enable-method = "psci";
60 enable-method = "psci";
68 enable-method = "psci";
76 enable-method = "psci";
84 enable-method = "psci";
120 method = "smc";
/openbmc/bmcweb/include/
H A Dauthentication.hpp119 performCookieAuth(boost::beast::http::verb method [[maybe_unused]], in performCookieAuth() argument
159 if (method != boost::beast::http::verb::get) in performCookieAuth()
217 inline bool isOnAllowlist(std::string_view url, boost::beast::http::verb method) in isOnAllowlist() argument
225 if (boost::beast::http::verb::get == method) in isOnAllowlist()
243 if (boost::beast::http::verb::post == method) in isOnAllowlist()
259 boost::beast::http::verb method [[maybe_unused]], in authenticate() argument
286 sessionOut = performCookieAuth(method, reqHeader); in authenticate()
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c67 enum vmw_bo_dirty_method method; member
101 dirty->method = VMW_BO_DIRTY_MKWRITE; in vmw_bo_dirty_scan_pagetable()
144 dirty->method = VMW_BO_DIRTY_PAGETABLE; in vmw_bo_dirty_scan_mkwrite()
167 if (dirty->method == VMW_BO_DIRTY_PAGETABLE) in vmw_bo_dirty_scan()
191 if (dirty->method != VMW_BO_DIRTY_PAGETABLE || start >= end) in vmw_bo_dirty_pre_unmap()
254 dirty->method = VMW_BO_DIRTY_PAGETABLE; in vmw_bo_dirty_add()
259 dirty->method = VMW_BO_DIRTY_MKWRITE; in vmw_bo_dirty_add()
402 if (vbo->dirty && vbo->dirty->method == VMW_BO_DIRTY_MKWRITE && in vmw_bo_vm_mkwrite()
455 if (vbo->dirty && vbo->dirty->method == VMW_BO_DIRTY_MKWRITE) in vmw_bo_vm_fault()

12345678910>>...76