token              80 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             114 include/crm/common/ipc_internal.h     char *token;
token              30 lib/cib/cib_native.c     char *token;
token             330 lib/cib/cib_native.c                 native->token = crm_element_value_copy(reply,
token             332 lib/cib/cib_native.c                 if (native->token == NULL) {
token             367 lib/cib/cib_native.c         free(native->token);
token             442 lib/cib/cib_native.c         *async_id = native->token;
token             445 lib/cib/cib_native.c         *sync_id = native->token;
token             448 lib/cib/cib_remote.c             connection->token = strdup(tmp_ticket);
token             613 lib/cib/cib_remote.c         *async_id = private->callback.token;
token             617 lib/cib/cib_remote.c         *sync_id = private->command.token;
token             666 lib/common/logging.c             char token[500];
token             673 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
token             675 lib/common/logging.c                 tag = g_quark_from_string(token);
token             676 lib/common/logging.c                 crm_info("Created GQuark %u from token '%s' in '%s'", tag, token, trace_tags);
token              34 lib/fencing/st_client.c     char *token;
token              86 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             282 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token             808 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
token             812 lib/fencing/st_client.c     CRM_CHECK(token != NULL, return NULL);
token             864 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1162 lib/fencing/st_client.c             native->token = crm_element_value_copy(reply, PCMK__XA_ST_CLIENTID);
token            1169 lib/fencing/st_client.c             } else if (native->token == NULL) {
token            1176 lib/fencing/st_client.c                           display_name, native->token);
token            1563 lib/fencing/st_client.c     if ((stonith->state == stonith_disconnected) || (native->token == NULL)) {
token            1576 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
token            1655 lib/fencing/st_client.c         free(native->token); native->token = NULL;
token              70 lib/lrmd/lrmd_client.c     char *token;
token             561 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout,
token             566 lib/lrmd/lrmd_client.c     CRM_CHECK(token != NULL, return NULL);
token             916 lib/lrmd/lrmd_client.c     CRM_LOG_ASSERT(native->token != NULL);
token             919 lib/lrmd/lrmd_client.c     op_msg = lrmd_create_op(native->token, op, data, timeout, options);
token            1059 lib/lrmd/lrmd_client.c         native->token = strdup(tmp_ticket);
token            1818 lib/lrmd/lrmd_client.c     free(native->token);
token            1819 lib/lrmd/lrmd_client.c     native->token = NULL;
token            2483 lib/lrmd/lrmd_client.c         free(native->token);