Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 225) sorted by relevance

123456789

/openbmc/linux/arch/parisc/math-emu/
Dfloat.h
Dfpbits.h
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp14 namespace object namespace
39 struct object : struct
57 enum class action
76 object(bus_t& bus, const char* path, in object() argument
87 ~object() override in ~object()
98 void emit_object_added() in emit_object_added()
114 bus_t __sdbusplus_server_object_bus;
115 std::string __sdbusplus_server_object_path;
116 action __sdbusplus_server_object_signalstate = action::defer_emit;
117 SdBusInterface* __sdbusplus_server_object_intf;
[all …]
/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-definition.md106 #### 5.1.1) action type `action`
116 #### 5.1.2) action type `callout_self`
126 #### 5.1.3) action type `callout_unit`
137 #### 5.1.4) action type `callout_connected`
148 #### 5.1.5) action type `callout_bus`
167 #### 5.1.6) action type `callout_clock`
186 #### 5.1.7) action type `callout_procedure`
202 #### 5.1.8) action type `callout_part`
219 #### 5.1.9) action type `plugin`
/openbmc/linux/fs/cachefiles/
Dinterface.c
Dxattr.c
/openbmc/qemu/scripts/qapi/
H A Dexpr.py56 def check_name_is_str(name: object,
186 def check_keys(value: Dict[str, object], argument
250 def check_if(expr: Dict[str, object], argument
267 def _check_if(cond: Union[str, object]) -> None: argument
294 def _check_infix(operator: str, operands: object) -> None:
313 def normalize_members(members: object) -> None:
336 def check_type_name(value: Optional[object],
342 def check_type_name_or_array(value: Optional[object],
357 def check_type_implicit(value: Optional[object],
401 def check_type_name_or_implicit(value: Optional[object],
[all …]
/openbmc/linux/sound/pci/asihpi/
Dhpimsginit.c
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
Duser.c
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c858 hwmon_get_poll_interval (Hwmon *object) in hwmon_get_poll_interval()
875 hwmon_set_poll_interval (Hwmon *object, gint value) in hwmon_set_poll_interval()
893 hwmon_get_sysfs_path (Hwmon *object) in hwmon_get_sysfs_path()
911 hwmon_dup_sysfs_path (Hwmon *object) in hwmon_dup_sysfs_path()
928 hwmon_set_sysfs_path (Hwmon *object, const gchar *value) in hwmon_set_sysfs_path()
944 hwmon_get_scale (Hwmon *object) in hwmon_get_scale()
961 hwmon_set_scale (Hwmon *object, gint value) in hwmon_set_scale()
1007 hwmon_proxy_get_property (GObject *object, in hwmon_proxy_get_property()
1054 hwmon_proxy_set_property (GObject *object, in hwmon_proxy_set_property()
1144 hwmon_proxy_get_poll_interval (Hwmon *object) in hwmon_proxy_get_poll_interval()
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
Dumem.c
/openbmc/qemu/python/qemu/qmp/
H A Dmessage.py63 value: Union[bytes, Mapping[str, object]] = b'{}', *, argument
86 def __setitem__(self, key: str, value: object) -> None:
133 def _serialize(cls, value: object) -> bytes:
199 def __init__(self, error_message: str, value: object):
/openbmc/linux/drivers/acpi/acpica/
Dutobject.c
Ddsmthdat.c
Dutdecode.c
Ddbconvert.c
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Duhead.c
Dudisp.c
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ducgrp.c
/openbmc/ibm-logging/
H A Dmanager.cpp59 for (const auto& object : objects) in createAll() local
111 std::any& object) in addInterface()
129 InterfaceType type, std::any& object) in addChildInterface()
167 auto object = std::make_shared<PolicyObject>( in createPolicyInterface() local
238 auto object = std::make_shared<Callout>( in createCalloutObjects() local
/openbmc/phosphor-fan-presence/control/
H A Dzone.hpp147 inline void setObjectData(const std::string& object, in setObjectData()
163 void setPropertyValue(const char* object, const char* interface, in setPropertyValue()
178 void setPropertyValue(const std::string& object, in setPropertyValue()
195 inline auto getPropertyValue(const std::string& object, in getPropertyValue()
211 inline auto getPropValueVariant(const std::string& object, in getPropValueVariant()
282 inline void removeObjectInterface(const char* object, const char* interface) in removeObjectInterface()
/openbmc/linux/security/keys/
Dkeyring.c
/openbmc/linux/samples/bpf/
Dfds_example.c
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
Dnv44.c
/openbmc/telemetry/src/
H A Dstate.hpp26 explicit State(Object& object) : object(object) {} in State()
79 Object& object; member in State

123456789