Home
last modified time | relevance | path

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

/openbmc/google-misc/subprojects/ncsid/src/
H A Dncsi_state_machine.cpp80 const char kStateFormat[] = "l2_config=%d/%d l3l4_config=%d/%d test=%d/%d"; variable
85 constexpr auto kStateFormatLen = sizeof(kStateFormat);
89 (void)snprintf(buffer, size, kStateFormat, state->l2_config_state, in snprintf_state()
98 DEBUG_PRINTF(kStateFormat, state.l2_config_state, NCSI_STATE_L2_CONFIG_END, in print_state()