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