stateAsText       344 crmd/utils.c       const char *stateAsText = NULL;
stateAsText       348 crmd/utils.c               stateAsText = "S_IDLE";
stateAsText       351 crmd/utils.c               stateAsText = "S_ELECTION";
stateAsText       354 crmd/utils.c               stateAsText = "S_INTEGRATION";
stateAsText       357 crmd/utils.c               stateAsText = "S_FINALIZE_JOIN";
stateAsText       360 crmd/utils.c               stateAsText = "S_NOT_DC";
stateAsText       363 crmd/utils.c               stateAsText = "S_POLICY_ENGINE";
stateAsText       366 crmd/utils.c               stateAsText = "S_RECOVERY";
stateAsText       369 crmd/utils.c               stateAsText = "S_RELEASE_DC";
stateAsText       372 crmd/utils.c               stateAsText = "S_PENDING";
stateAsText       375 crmd/utils.c               stateAsText = "S_STOPPING";
stateAsText       378 crmd/utils.c               stateAsText = "S_TERMINATE";
stateAsText       381 crmd/utils.c               stateAsText = "S_TRANSITION_ENGINE";
stateAsText       384 crmd/utils.c               stateAsText = "S_STARTING";
stateAsText       387 crmd/utils.c               stateAsText = "S_HALT";
stateAsText       390 crmd/utils.c               stateAsText = "S_ILLEGAL";
stateAsText       394 crmd/utils.c       if (stateAsText == NULL) {
stateAsText       396 crmd/utils.c           stateAsText = "<UNKNOWN_STATE>";
stateAsText       399 crmd/utils.c       return stateAsText;