Searched refs:BMC_EVENT_PROTOCOL_RESET (Results 1 – 6 of 6) sorted by relevance
36 #define BMC_EVENT_PROTOCOL_RESET 0x01 macro38 #define BMC_EVENT_ACK_MASK (BMC_EVENT_PROTOCOL_RESET | \42 #define BMC_EVENT_V1_MASK BMC_EVENT_PROTOCOL_RESET43 #define BMC_EVENT_V2_MASK (BMC_EVENT_PROTOCOL_RESET | \
146 BMC_EVENT_DAEMON_READY | BMC_EVENT_PROTOCOL_RESET); in control_set_backend()
445 context->bmc_events |= BMC_EVENT_PROTOCOL_RESET; in main()460 context->bmc_events |= BMC_EVENT_PROTOCOL_RESET; in main()
36 if (events & BMC_EVENT_PROTOCOL_RESET) { in transport_dbus_property_update()445 value = context->bmc_events & BMC_EVENT_PROTOCOL_RESET; in transport_dbus_get_property()
758 BMC_EVENT_DAEMON_READY | BMC_EVENT_PROTOCOL_RESET); in protocol_reset()
234 constexpr auto BMC_EVENT_PROTOCOL_RESET = 1 << 0; variable396 if (ctx->bmc_events == BMC_EVENT_PROTOCOL_RESET) in hiomap_protocol_reset()415 auto cmd = std::make_pair(IPMI_CMD_HIOMAP_EVENT, BMC_EVENT_PROTOCOL_RESET); in hiomap_protocol_reset()838 ctx->event_lookup["ProtocolReset"] = BMC_EVENT_PROTOCOL_RESET; in register_openpower_hiomap_commands()