stateAsText       142 daemons/controld/controld_utils.c     const char *stateAsText = NULL;
stateAsText       146 daemons/controld/controld_utils.c             stateAsText = "S_IDLE";
stateAsText       149 daemons/controld/controld_utils.c             stateAsText = "S_ELECTION";
stateAsText       152 daemons/controld/controld_utils.c             stateAsText = "S_INTEGRATION";
stateAsText       155 daemons/controld/controld_utils.c             stateAsText = "S_FINALIZE_JOIN";
stateAsText       158 daemons/controld/controld_utils.c             stateAsText = "S_NOT_DC";
stateAsText       161 daemons/controld/controld_utils.c             stateAsText = "S_POLICY_ENGINE";
stateAsText       164 daemons/controld/controld_utils.c             stateAsText = "S_RECOVERY";
stateAsText       167 daemons/controld/controld_utils.c             stateAsText = "S_RELEASE_DC";
stateAsText       170 daemons/controld/controld_utils.c             stateAsText = "S_PENDING";
stateAsText       173 daemons/controld/controld_utils.c             stateAsText = "S_STOPPING";
stateAsText       176 daemons/controld/controld_utils.c             stateAsText = "S_TERMINATE";
stateAsText       179 daemons/controld/controld_utils.c             stateAsText = "S_TRANSITION_ENGINE";
stateAsText       182 daemons/controld/controld_utils.c             stateAsText = "S_STARTING";
stateAsText       185 daemons/controld/controld_utils.c             stateAsText = "S_HALT";
stateAsText       188 daemons/controld/controld_utils.c             stateAsText = "S_ILLEGAL";
stateAsText       192 daemons/controld/controld_utils.c     if (stateAsText == NULL) {
stateAsText       194 daemons/controld/controld_utils.c         stateAsText = "<UNKNOWN_STATE>";
stateAsText       197 daemons/controld/controld_utils.c     return stateAsText;