Home
last modified time | relevance | path

Searched refs:i_attention (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-hw-diags/attn/
H A Dattn_handler.cpp44 int handleCheckstop(Attention* i_attention);
53 int handleSpecial(Attention* i_attention);
227 int handleCheckstop(Attention* i_attention) in handleCheckstop() argument
237 if (false == (i_attention->getConfig()->getFlag(enCheckstop))) in handleCheckstop()
275 int handleSpecial(Attention* i_attention) in handleSpecial() argument
282 pdbg_target* attnProc = i_attention->getTarget(); // proc with attention in handleSpecial()
342 if (true == (i_attention->getConfig()->getFlag(enTerminate))) in handleSpecial()
353 if (i_attention->getConfig()->getFlag(dfltTi)) in handleSpecial()
356 if (true == (i_attention->getConfig()->getFlag(enTerminate))) in handleSpecial()
366 if (true == (i_attention->getConfig()->getFlag(enBreakpoints))) in handleSpecial()
H A Dvital_handler.cpp128 int handleVital(Attention* i_attention) in handleVital() argument
133 if (false == (i_attention->getConfig()->getFlag(enVital))) in handleVital()
149 pdbg_target_index(i_attention->getTarget()); // get processor number in handleVital()
H A Dvital_handler.hpp13 int handleVital(Attention* i_attention);
/openbmc/openpower-hw-diags/test/
H A Dtest-end2end.cpp14 int handleSpecial(Attention* i_attention);
15 int handleCheckstop(Attention* i_attention);
16 int handleVital(Attention* i_attention);
H A Dtest-attention.cpp13 int handleSpecial(Attention* i_attention);