Home
last modified time | relevance | path

Searched refs:HOST_IPMI (Results 1 – 3 of 3) sorted by relevance

/openbmc/docs/designs/
H A Dphosphor-audit.md140 audit_event(HOST_IPMI, "shutting down the host"(rc=0), "host poweroff",
/openbmc/skeleton/libopenbmc_intf/
H A Dopenbmc_intf.c31395 return HOST_IPMI (ret); in host_ipmi_proxy_new_finish()
31429 return HOST_IPMI (ret); in host_ipmi_proxy_new_sync()
31485 return HOST_IPMI (ret); in host_ipmi_proxy_new_for_bus_finish()
31519 return HOST_IPMI (ret); in host_ipmi_proxy_new_for_bus_sync()
31839 return HOST_IPMI (g_object_new (TYPE_HOST_IPMI_SKELETON, NULL)); in host_ipmi_skeleton_new()
32393 return HOST_IPMI (ret); in object_get_host_ipmi()
32794 return HOST_IPMI (ret); in object_peek_host_ipmi()
H A Dopenbmc_intf.h3990 #define HOST_IPMI(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TYPE_HOST_IPMI, HostIpmi)) macro