Home
last modified time | relevance | path

Searched defs:obj_path (Results 1 – 8 of 8) sorted by relevance

/openbmc/pyphosphor/obmc/dbuslib/
H A Dpropertycacher.py29 def getCacheFilename(obj_path, iface_name): argument
35 def save(obj_path, iface_name, properties): argument
54 def load(obj_path, iface_name, properties): argument
/openbmc/skeleton/fanctl/
H A Dfan_control.c41 int get_connection(sd_bus *bus, char *connection, const char *obj_path) in get_connection()
77 int set_dbus_sensor(sd_bus *bus, const char *obj_path, int val) in set_dbus_sensor()
116 int read_dbus_sensor(sd_bus *bus, const char *obj_path, const char *property) in read_dbus_sensor()
171 char obj_path[DBUS_MAX_NAME_LEN]; in fan_set_speed() local
214 char obj_path[DBUS_MAX_NAME_LEN]; in fan_get_speed() local
239 char obj_path[DBUS_MAX_NAME_LEN]; in fan_set_present() local
/openbmc/skeleton/flashbios/
H A Dflash_bios_obj.c27 update(Flash* flash, const char* obj_path) in update()
54 const gchar* obj_path = g_dbus_object_get_object_path((GDBusObject*)user_data); in on_init() local
200 const gchar* obj_path = g_dbus_object_get_object_path((GDBusObject*)user_data); in on_update() local
/openbmc/skeleton/op-flasher/
H A Dflasher_obj.c75 flash_message(GDBusConnection* connection,char* obj_path,char* method, char* error_msg) in flash_message()
192 …Control* flash_control, enum flash_access chip, uint32_t address, char* write_file, char* obj_path) in flash()
/openbmc/skeleton/pyinventorymgr/
H A Dinventory_items.py105 obj_path = f.replace("<inventory_root>", obmc.inventory.INVENTORY_ROOT) variable
/openbmc/phosphor-ipmi-flash/bmc/
H A Dgeneral_systemd.cpp60 sdbusplus::message::object_path obj_path; in trigger() local
/openbmc/google-ipmi-sys/test/
H A Dhandler_unittest.cpp194 const char* obj_path = object_path) in ExpectGetManagedObjects()
/openbmc/linux/tools/bpf/bpftool/
H A Dgen.c2041 static int btfgen_record_obj(struct btfgen_info *info, const char *obj_path) in btfgen_record_obj()