Home
last modified time | relevance | path

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

/dports/sysutils/openipmi/OpenIPMI-2.0.29/include/OpenIPMI/internal/
H A Dipmi_entity.h326 int (*check_hot_swap_state)(ipmi_entity_t *ent); member
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dentity.c398 .check_hot_swap_state = e_check_hot_swap_state,
6207 if (!ent->hs_cb.check_hot_swap_state) in ipmi_entity_check_hot_swap_state()
6209 return ent->hs_cb.check_hot_swap_state(ent); in ipmi_entity_check_hot_swap_state()
H A Doem_atca.c867 .check_hot_swap_state = atca_check_hot_swap_state,
/dports/sysutils/openipmi/OpenIPMI-2.0.29/swig/
H A DOpenIPMI.i5874 int check_hot_swap_state() in check_hot_swap_state() function
/dports/sysutils/openipmi/OpenIPMI-2.0.29/
H A DChangeLog6281 * lib/oem_atca.c: Added a check_hot_swap_state handler. Fixed