Home
last modified time | relevance | path

Searched full:object (Results 1 – 25 of 4264) sorted by relevance

12345678910>>...171

/openbmc/linux/arch/parisc/math-emu/
Dfloat.h
/openbmc/linux/fs/cachefiles/
Dinterface.c
/openbmc/linux/Documentation/core-api/
Ddebug-objects.rst
/openbmc/qemu/include/qom/
H A Dobject.h2 * QEMU Object Model
28 #define TYPE_OBJECT "object"
35 * @obj: the object that owns the property
38 * @opaque: the object property opaque
43 typedef void (ObjectPropertyAccessor)(Object *obj,
51 * @obj: the object that owns the property
55 * Resolves the #Object corresponding to property @part.
57 * The returned object can also be used as a starting point
61 * returns the #Object corresponding to "@path/@part".
62 * If "@path/@part" is not a valid object path, it returns #NULL.
[all …]
H A Dobject_interfaces.h4 #include "qom/object.h"
23 * @can_be_deleted: callback to be called before an object is removed
26 * Interface is designed to work with -object/object-add/object_add
29 * creatable (i.e. -object/object-add/object_add, will accept only
33 * stage * initialization of the object after its properties were
36 * For objects created without using -object/object-add/object_add,
38 * object's type implements USER_CREATABLE interface and needs
52 * @uc: the user-creatable object whose complete() method is called if defined
65 * @uc: the object whose can_be_deleted() method is called if implemented
74 * @type: the object type name
[all …]
/openbmc/phosphor-fan-presence/control/json/
H A Dconfig_base.hpp32 * Configuration object key to uniquely map to the configuration object
34 * std::string = Configuration object's name
35 * std::vector<std::string> = List of profiles the configuration object
41 * @class ConfigBase - Base configuration object
57 // Set the name of this configuration object in ConfigBase()
71 * object data
73 * @param[in] origObj - Original ConfigBase object to be created from
82 * @brief Get the configuration object's name
84 * @return Name of the configuration object
92 * @brief Get the configuration object's list of profiles
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/
H A Dpoky.xml4 <object model="orm.toastersetting" pk="1">
7 </object>
10 <object model="orm.bitbakeversion" pk="1">
15 </object>
16 <object model="orm.bitbakeversion" pk="2">
21 </object>
22 <object model="orm.bitbakeversion" pk="3">
27 </object>
28 <object model="orm.bitbakeversion" pk="4">
33 </object>
[all …]
H A Doe-core.xml4 <object model="orm.toastersetting" pk="1">
7 </object>
10 <object model="orm.bitbakeversion" pk="1">
14 </object>
15 <object model="orm.bitbakeversion" pk="2">
19 </object>
20 <object model="orm.bitbakeversion" pk="3">
24 </object>
25 <object model="orm.bitbakeversion" pk="4">
29 </object>
[all …]
/openbmc/linux/sound/pci/asihpi/
Dhpimsginit.c
/openbmc/qemu/tests/qapi-schema/
H A Dqapi-schema-test.out2 object q_empty
12 object TestStruct
16 object NestedEnumsOne
22 object Empty1
23 object Empty2
25 object q_obj_Union-base
27 object Union
40 object UserDefOne
49 object UserDefZero
51 object UserDefTwoDictDict
[all …]
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser.glade5 <object class="GtkListStore" id="file_store">
12 </object>
13 <object class="GtkListStore" id="package_store">
20 </object>
21 <object class="GtkListStore" id="pkgdata_store">
28 </object>
29 <object class="GtkListStore" id="recipe_store">
34 </object>
35 <object class="GtkWindow" id="window">
43 <object class="GtkBox" id="box1">
[all …]
/openbmc/linux/include/media/
Dmedia-request.h
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.h33 gint (*get_poll_interval) (Hwmon *object);
35 gint (*get_scale) (Hwmon *object);
37 const gchar * (*get_sysfs_path) (Hwmon *object);
48 gint hwmon_get_poll_interval (Hwmon *object);
49 void hwmon_set_poll_interval (Hwmon *object, gint value);
51 const gchar *hwmon_get_sysfs_path (Hwmon *object);
52 gchar *hwmon_dup_sysfs_path (Hwmon *object);
53 void hwmon_set_sysfs_path (Hwmon *object, const gchar *value);
55 gint hwmon_get_scale (Hwmon *object);
56 void hwmon_set_scale (Hwmon *object, gint value);
[all …]
/openbmc/linux/drivers/acpi/acpica/
Dnsobject.c
Dutobject.c
Dutcache.c
Ddsmthdat.c
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpbp.h50 * dpbp_open() - Open a control session for the specified object.
51 * @mc_io: Pointer to MC portal's I/O object
57 * already created object; an object may have been declared in
60 * associated with the specific object ID and the specific MC
62 * this specific object
72 * dpbp_close() - Close the control session of the object
73 * @mc_io: Pointer to MC portal's I/O object
75 * @token: Token of DPBP object
78 * allowed on the object without opening a new control session.
95 * dpbp_create() - Create the DPBP object.
[all …]
/openbmc/linux/security/landlock/
Dobject.c
/openbmc/sdbusplus/include/sdbusplus/server/
H A Dobject.hpp14 namespace object namespace
26 /** Class to compose multiple dbus interfaces and object signals.
29 * a single dbus object. The interfaces will be created first and hooked
30 * into the object space via the 'add_object_vtable' calls. Afterwards,
31 * a signal will be emitted for the whole object to indicate all new
39 struct object : struct
51 object() = delete;
52 object(const object&) = delete;
53 object& operator=(const object&) = delete;
54 object(object&&) = delete;
[all …]
/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c27 #include "qom/object.h"
63 Object parent_obj;
75 static void dummy_set_bv(Object *obj, in dummy_set_bv()
84 static bool dummy_get_bv(Object *obj, in dummy_get_bv()
93 static void dummy_set_av(Object *obj, in dummy_set_av()
102 static int dummy_get_av(Object *obj, in dummy_get_av()
111 static void dummy_set_sv(Object *obj, in dummy_set_sv()
121 static char *dummy_get_sv(Object *obj, in dummy_get_sv()
130 static void dummy_init(Object *obj) in dummy_init()
151 static void dummy_finalize(Object *obj) in dummy_finalize()
[all …]
/openbmc/ibm-logging/
H A Dmanager.hpp45 * @param[in] bus - the D-Bus bus object
98 * @param[in] objectPath - object path of the error log
112 * @param[in] objectPath - object path of the error log
123 * @param[in] objectPath - object path of the error log
133 * on an error log D-Bus object.
161 * Returns the D-Bus object path to use for a callout D-Bus object.
163 * @param[in] objectPath - the object path for the error log
166 * @return path - the object path to use for a callout object
175 * @param[in] objectPath - object path of the error log
186 * that map to an inventory object with an Asset interface.
[all …]
/openbmc/qemu/qom/
H A Dobject.c2 * QEMU Object Model
16 #include "qom/object.h"
62 void (*instance_init)(Object *obj);
63 void (*instance_post_init)(Object *obj);
64 void (*instance_finalize)(Object *obj);
384 error_report("missing interface '%s' for object '%s'", in type_initialize()
421 static void object_init_with_type(Object *obj, TypeImpl *ti) in object_init_with_type()
432 static void object_post_init_with_type(Object *obj, TypeImpl *ti) in object_post_init_with_type()
443 bool object_apply_global_props(Object *obj, const GPtrArray *props, in object_apply_global_props()
533 void object_apply_compat_props(Object *obj) in object_apply_compat_props()
[all …]
/openbmc/qemu/include/hw/
H A Dresettable.h16 #include "qom/object.h"
31 * + Cold: reset resulting from a power cycle of the object.
54 * Every Resettable object must maintain some state tracking the
61 * Concrete object implementations (typically specific devices
68 * An object will always move quickly from 'enter' to 'hold'
71 * Object implementations should be prepared for functions handling
76 * Users of a resettable object should not call these methods
79 * @phases.enter: This phase is called when the object enters reset. It
80 * should reset local state of the object, but it must not do anything that
85 * @phases.hold: This phase is called for entry into reset, once every object
[all …]
/openbmc/entity-manager/schemas/
H A Dopenbmc-dbus.json37 "type": "object"
47 "type": "object"
60 "type": "object"
71 "type": "object"
84 "type": "object"
97 "type": "object"
107 "type": "object"
117 "type": "object"
124 "type": "object"
134 "type": "object"
[all …]

12345678910>>...171