Searched refs:attentions (Results 1 – 7 of 7) sorted by relevance
/openbmc/openpower-hw-diags/test/ |
H A D | test-end2end.cpp | 52 std::vector<attn::Attention> attentions; in main() local 54 attentions.emplace_back(attn::Attention::AttentionType::Special, in main() 57 attentions.emplace_back(attn::Attention::AttentionType::Checkstop, in main() 60 attentions.emplace_back(attn::Attention::AttentionType::Vital, in main() 63 std::for_each(std::begin(attentions), std::end(attentions), in main()
|
/openbmc/openpower-hw-diags/attn/ |
H A D | Attention_Handler.md | 27 The attention handler services four types of attentions namely, and in order of 29 Attention (BP) and Checkstop Attention (checkstop). TI and BP attentions are 34 The general handling of attentions is as follows: 48 the handling of attentions. Among these are systemd, dbus, phosphor-logging and 71 resident in memory waiting for attentions. The attention handler will be stopped 82 handling attentions. Using the PDBG interface the attention handler will query 84 enabled processor will be queried and a map of active attentions will be 88 used to determine active attentions. 101 Three types of attentions, HBTI, PHYPTI and BP, share a single attention status 129 These attentions are indications from the hypervisor that an error has occurred. [all …]
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/ |
H A D | openpower-libhei_git.bb | 4 "The library provides a set of tools to isolate hardware attentions driven \
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-platform-ipmi | 118 What: /sys/devices/platform/ipmi_si.*/attentions 150 attentions (RO) Number of time the driver got an
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_si_intf.c | 807 smi_inc_stat(smi_info, attentions); in smi_event_handler() 1636 IPMI_SI_ATTR(attentions);
|
/openbmc/openpower-hw-diags/analyzer/ras-data/ |
H A D | ras-data-definition.md | 4 return a list of active attentions in the hardware, referred to as `signatures`.
|
/openbmc/linux/drivers/scsi/ |
H A D | st.c | 971 int attentions, waits, max_wait, scode; in test_ready() local 979 for (attentions=waits=0; ; ) { in test_ready() 996 if (attentions < MAX_ATTENTIONS) { in test_ready() 997 attentions++; in test_ready()
|