Searched refs:OBJ_NAME (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/include/qom/ |
H A D | object.h | 175 #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 D | download_manager.py | 20 OBJ_NAME = "/org/openbmc/managers/Download" variable 87 obj = DownloadManagerObject(bus, OBJ_NAME)
|
/openbmc/skeleton/pyipmitest/ |
H A D | ipmi_debug.py | 15 OBJ_NAME = "/org/openbmc/HostIpmi/1" variable 98 obj = IpmiDebug(bus, OBJ_NAME)
|
/openbmc/skeleton/pysystemmgr/ |
H A D | system_manager.py | 19 OBJ_NAME = "/org/openbmc/managers/System" variable 127 obj = SystemManager(bus, OBJ_NAME)
|
/openbmc/skeleton/pychassisctl/ |
H A D | chassis_control.py | 15 OBJ_NAME = "/org/openbmc/control/chassis0" variable 175 obj = ChassisControlObject(bus, OBJ_NAME)
|
/openbmc/obmc-console/ |
H A D | console-dbus.c | 32 #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 D | bmc_update.py | 19 OBJ_NAME = "/org/openbmc/control/flash/bmc" variable 344 obj = BmcFlashControl(bus, OBJ_NAME)
|
/openbmc/btbridge/ |
H A D | btbridged.c | 48 #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()
|