Home
last modified time | relevance | path

Searched refs:entity_id (Results 1 – 10 of 10) sorted by relevance

/openbmc/ipmitool/include/ipmitool/
H A Dipmi_entity.h39 struct entity_id { struct
H A Dipmi_sdr.h338 struct entity_id entity;
469 struct entity_id entity;
595 struct entity_id entity;
628 struct entity_id entity;
662 struct entity_id entity;
675 struct entity_id entity; /* container entity ID and instance */
927 struct entity_id *entity);
/openbmc/fb-ipmi-oem/include/
H A Dsdrutils.hpp66 uint8_t entity_id; member
/openbmc/ipmitool/lib/
H A Dipmi_sunoem.c346 sunoem_led_get_byentity(struct ipmi_intf * intf, uint8_t entity_id, in sunoem_led_get_byentity() argument
351 struct entity_id entity; in sunoem_led_get_byentity()
354 if (entity_id == 0) in sunoem_led_get_byentity()
358 memset(&entity, 0, sizeof(struct entity_id)); in sunoem_led_get_byentity()
359 entity.id = entity_id; in sunoem_led_get_byentity()
390 sunoem_led_set_byentity(struct ipmi_intf * intf, uint8_t entity_id, in sunoem_led_set_byentity() argument
395 struct entity_id entity; in sunoem_led_set_byentity()
397 if (entity_id == 0) in sunoem_led_set_byentity()
401 memset(&entity, 0, sizeof(struct entity_id)); in sunoem_led_set_byentity()
402 entity.id = entity_id; in sunoem_led_set_byentity()
H A Dipmi_sdr.c3485 ipmi_sdr_find_sdr_byentity(struct ipmi_intf *intf, struct entity_id *entity) in ipmi_sdr_find_sdr_byentity()
4548 struct entity_id entity; in ipmi_sdr_print_entity()
H A Dipmi_sel.c2881 struct entity_id entity; in ipmi_sel_show_entry()
/openbmc/qemu/include/hw/ipmi/
H A Dipmi.h254 uint8_t entity_id; member
/openbmc/qemu/hw/ppc/
H A Dpnv_bmc.c120 sdr->entity_id))); in pnv_dt_bmc_sensors()
/openbmc/intel-ipmi-oem/include/
H A Dstoragecommands.hpp127 uint8_t entity_id; member
/openbmc/fb-ipmi-oem/src/
H A Dstoragecommands.cpp702 record.body.entity_id = 0x0; in ipmiStorageGetSDR()