token              81 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             125 include/crm/cib/internal.h xmlNode *cib_create_op(int call_id, const char *token, const char *op, const char *host,
token             109 include/crm/common/ipc_internal.h     char *token;
token              34 lib/cib/cib_native.c     char *token;
token             221 lib/cib/cib_native.c                 native->token = crm_element_value_copy(reply, F_CIB_CLIENTID);
token             222 lib/cib/cib_native.c                 if (native->token == NULL) {
token             289 lib/cib/cib_native.c         free(native->token);
token             342 lib/cib/cib_native.c     CRM_CHECK(native->token != NULL,;
token             345 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
token             287 lib/cib/cib_remote.c             connection->token = strdup(tmp_ticket);
token             405 lib/cib/cib_remote.c             cib_create_op(0, private->callback.token, CRM_OP_REGISTER, NULL, NULL, NULL, 0, NULL);
token             498 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
token             514 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
token             520 lib/cib/cib_utils.c     CRM_CHECK(token != NULL, return NULL);
token             525 lib/cib/cib_utils.c     crm_xml_add(op_msg, F_CIB_CALLBACK_TOKEN, token);
token             598 lib/common/logging.c             char token[500];
token             605 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
token             607 lib/common/logging.c                 tag = g_quark_from_string(token);
token             608 lib/common/logging.c                 crm_info("Created GQuark %u from token '%s' in '%s'", tag, token, trace_tags);
token              65 lib/fencing/st_client.c     char *token;
token             112 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             265 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1204 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
token            1209 lib/fencing/st_client.c     CRM_CHECK(token != NULL, return NULL);
token            1214 lib/fencing/st_client.c     crm_xml_add(op_msg, F_STONITH_CALLBACK_TOKEN, token);
token            1261 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1516 lib/fencing/st_client.c             native->token = crm_element_value_copy(reply, F_STONITH_CLIENTID);
token            1523 lib/fencing/st_client.c             } else if (native->token == NULL) {
token            1533 lib/fencing/st_client.c                           display_name, native->token);
token            1854 lib/fencing/st_client.c     if ((stonith->state == stonith_disconnected) || (native->token == NULL)) {
token            1867 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
token            1943 lib/fencing/st_client.c         free(native->token); native->token = NULL;
token              71 lib/lrmd/lrmd_client.c     char *token;
token             511 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout,
token             517 lib/lrmd/lrmd_client.c     CRM_CHECK(token != NULL, return NULL);
token             521 lib/lrmd/lrmd_client.c     crm_xml_add(op_msg, F_LRMD_CALLBACK_TOKEN, token);
token             859 lib/lrmd/lrmd_client.c     CRM_CHECK(native->token != NULL,;
token             863 lib/lrmd/lrmd_client.c     op_msg = lrmd_create_op(native->token, op, data, timeout, options);
token             993 lib/lrmd/lrmd_client.c             native->token = strdup(tmp_ticket);
token            1658 lib/lrmd/lrmd_client.c     free(native->token);
token            1659 lib/lrmd/lrmd_client.c     native->token = NULL;
token            2272 lib/lrmd/lrmd_client.c         free(native->token);