Home | History | Annotate | Download | only in utils

Lines Matching full:used

8  * This file includes a set of pre-processor macros that can be used to
12 * Boolean changed), and STATE_MACHINE_DEBUG_PREFIX to be a string that is used
13 * as a prefix for all debug messages. If SM_ENTRY_MA macro is used to define
15 * needs to be defined to point to the MAC address used in debug output.
16 * SM_ENTRY_M macro can be used to define similar group of state machines
28 * This macro is used to declare a state machine function. It is used in place
41 * This macro is used inside each state machine function declared with
62 * parameters are set to "sub-state machine" name. prefix is used to allow more
98 * with SM_STATE macro. SM_ENTER is used in a state machine step function to
109 * This macro is like SM_ENTER, but this is used when entering a new state
111 * macro is used to avoid unwanted debug message floods when the same global
121 * This macro is used to declare a state machine step function. It is used in
122 * place of a C function definition to declare a function that is used to move