stateAsText       143 daemons/controld/controld_utils.c     const char *stateAsText = NULL;
stateAsText       147 daemons/controld/controld_utils.c             stateAsText = "S_IDLE";
stateAsText       150 daemons/controld/controld_utils.c             stateAsText = "S_ELECTION";
stateAsText       153 daemons/controld/controld_utils.c             stateAsText = "S_INTEGRATION";
stateAsText       156 daemons/controld/controld_utils.c             stateAsText = "S_FINALIZE_JOIN";
stateAsText       159 daemons/controld/controld_utils.c             stateAsText = "S_NOT_DC";
stateAsText       162 daemons/controld/controld_utils.c             stateAsText = "S_POLICY_ENGINE";
stateAsText       165 daemons/controld/controld_utils.c             stateAsText = "S_RECOVERY";
stateAsText       168 daemons/controld/controld_utils.c             stateAsText = "S_RELEASE_DC";
stateAsText       171 daemons/controld/controld_utils.c             stateAsText = "S_PENDING";
stateAsText       174 daemons/controld/controld_utils.c             stateAsText = "S_STOPPING";
stateAsText       177 daemons/controld/controld_utils.c             stateAsText = "S_TERMINATE";
stateAsText       180 daemons/controld/controld_utils.c             stateAsText = "S_TRANSITION_ENGINE";
stateAsText       183 daemons/controld/controld_utils.c             stateAsText = "S_STARTING";
stateAsText       186 daemons/controld/controld_utils.c             stateAsText = "S_HALT";
stateAsText       189 daemons/controld/controld_utils.c             stateAsText = "S_ILLEGAL";
stateAsText       193 daemons/controld/controld_utils.c     if (stateAsText == NULL) {
stateAsText       195 daemons/controld/controld_utils.c         stateAsText = "<UNKNOWN_STATE>";
stateAsText       198 daemons/controld/controld_utils.c     return stateAsText;