Home
last modified time | relevance | path

Searched refs:iv_handler (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-hw-diags/attn/
H A Dattention.cpp11 iv_handler(i_handler), iv_target(i_target), iv_config(i_config) in Attention()
30 return iv_handler(this); in handle()
H A Dattention.hpp69 int (*iv_handler)(Attention*); // handler function member in attn::Attention