Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/demos/mb/multiboot/src/
Dparent.c444 int p_state; in ParentMain() local
457 p_state = MB_CommGetParentState(aid); in ParentMain()
459 if (p_state < PSTATE_NUM) in ParentMain()
462 "%s ", (char *)pstate_string[p_state]); in ParentMain()