Home
last modified time | relevance | path

Searched refs:OBJ_NAME (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/include/qom/
H A Dobject.h175 #define DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \ argument
177 OBJ_NAME(const void *obj) \
192 #define DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME) \ argument
194 OBJ_NAME##_GET_CLASS(const void *obj) \
198 OBJ_NAME##_CLASS(const void *klass) \
214 #define DECLARE_OBJ_CHECKERS(InstanceType, ClassType, OBJ_NAME, TYPENAME) \ argument
215 DECLARE_INSTANCE_CHECKER(InstanceType, OBJ_NAME, TYPENAME) \
217 DECLARE_CLASS_CHECKERS(ClassType, OBJ_NAME, TYPENAME)
/openbmc/skeleton/pydownloadmgr/
H A Ddownload_manager.py20 OBJ_NAME = "/org/openbmc/managers/Download" variable
87 obj = DownloadManagerObject(bus, OBJ_NAME)
/openbmc/skeleton/pyipmitest/
H A Dipmi_debug.py15 OBJ_NAME = "/org/openbmc/HostIpmi/1" variable
98 obj = IpmiDebug(bus, OBJ_NAME)
/openbmc/skeleton/pysystemmgr/
H A Dsystem_manager.py19 OBJ_NAME = "/org/openbmc/managers/System" variable
127 obj = SystemManager(bus, OBJ_NAME)
/openbmc/skeleton/pychassisctl/
H A Dchassis_control.py15 OBJ_NAME = "/org/openbmc/control/chassis0" variable
175 obj = ChassisControlObject(bus, OBJ_NAME)
/openbmc/obmc-console/
H A Dconsole-dbus.c32 #define OBJ_NAME "/xyz/openbmc_project/console/%s" macro
220 bytes = snprintf(obj_name, dbus_obj_path_len, OBJ_NAME, in dbus_init()
/openbmc/skeleton/pyflashbmc/
H A Dbmc_update.py19 OBJ_NAME = "/org/openbmc/control/flash/bmc" variable
344 obj = BmcFlashControl(bus, OBJ_NAME)
/openbmc/btbridge/
H A Dbtbridged.c48 #define OBJ_NAME "/org/openbmc/HostIpmi/1" macro
540 r = sd_bus_message_new_signal(context->bus, &msg, OBJ_NAME, DBUS_NAME, "ReceivedMessage"); in dispatch_bt()
681 OBJ_NAME, in main()