stateAsText 167 daemons/controld/controld_utils.c const char *stateAsText = NULL; stateAsText 171 daemons/controld/controld_utils.c stateAsText = "S_IDLE"; stateAsText 174 daemons/controld/controld_utils.c stateAsText = "S_ELECTION"; stateAsText 177 daemons/controld/controld_utils.c stateAsText = "S_INTEGRATION"; stateAsText 180 daemons/controld/controld_utils.c stateAsText = "S_FINALIZE_JOIN"; stateAsText 183 daemons/controld/controld_utils.c stateAsText = "S_NOT_DC"; stateAsText 186 daemons/controld/controld_utils.c stateAsText = "S_POLICY_ENGINE"; stateAsText 189 daemons/controld/controld_utils.c stateAsText = "S_RECOVERY"; stateAsText 192 daemons/controld/controld_utils.c stateAsText = "S_RELEASE_DC"; stateAsText 195 daemons/controld/controld_utils.c stateAsText = "S_PENDING"; stateAsText 198 daemons/controld/controld_utils.c stateAsText = "S_STOPPING"; stateAsText 201 daemons/controld/controld_utils.c stateAsText = "S_TERMINATE"; stateAsText 204 daemons/controld/controld_utils.c stateAsText = "S_TRANSITION_ENGINE"; stateAsText 207 daemons/controld/controld_utils.c stateAsText = "S_STARTING"; stateAsText 210 daemons/controld/controld_utils.c stateAsText = "S_HALT"; stateAsText 213 daemons/controld/controld_utils.c stateAsText = "S_ILLEGAL"; stateAsText 217 daemons/controld/controld_utils.c if (stateAsText == NULL) { stateAsText 219 daemons/controld/controld_utils.c stateAsText = "<UNKNOWN_STATE>"; stateAsText 222 daemons/controld/controld_utils.c return stateAsText;