Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp144 ncsi_response_type_t response_type = ncsi_fsm_poll_l2_config( in poll_l2_config() local
149 if (response_type == NCSI_RESPONSE_ACK) in poll_l2_config()
164 else if (NCSI_RESPONSE_NONE == response_type) in poll_l2_config()
172 report_ncsi_error(response_type); in poll_l2_config()
184 ncsi_response_type_t response_type = in poll_simple() local
190 if (response_type == NCSI_RESPONSE_NONE) in poll_simple()
226 else if (response_type != NCSI_RESPONSE_ACK) in poll_simple()
228 report_ncsi_error(response_type); in poll_simple()
234 void StateMachine::report_ncsi_error(ncsi_response_type_t response_type) in report_ncsi_error() argument
240 switch (response_type) in report_ncsi_error()
H A Dncsi_state_machine.h72 void report_ncsi_error(ncsi_response_type_t response_type);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/
H A D0001-initialize-local-variables-before-use.patch29 KXTJ3_INTERRUPT_RESPONSE_T response_type)
/openbmc/bmcweb/http/
H A Dwebsocket_impl.hpp85 protocolHeader](boost::beast::websocket::response_type& m) { in start()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0001-Adapt-to-OpenSSL-1.1.1.patch65 pamsshagentauth_buffer_put_int(&buffer, response_type);