token              81 daemons/fenced/fenced_remote.c extern xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             124 include/crm/cib/internal.h xmlNode *cib_create_op(int call_id, const char *token, const char *op, const char *host,
token             106 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             286 lib/cib/cib_native.c         free(native->token);
token             339 lib/cib/cib_native.c     CRM_CHECK(native->token != NULL,;
token             342 lib/cib/cib_native.c         cib_create_op(cib->call_id, native->token, op, host, section, data, call_options,
token             297 lib/cib/cib_remote.c             connection->token = strdup(tmp_ticket);
token             428 lib/cib/cib_remote.c             cib_create_op(0, private->callback.token, CRM_OP_REGISTER, NULL, NULL, NULL, 0, NULL);
token             521 lib/cib/cib_remote.c         cib_create_op(cib->call_id, private->callback.token, op, host, section, data, call_options,
token             503 lib/cib/cib_utils.c cib_create_op(int call_id, const char *token, const char *op, const char *host, const char *section,
token             509 lib/cib/cib_utils.c     CRM_CHECK(token != NULL, return NULL);
token             514 lib/cib/cib_utils.c     crm_xml_add(op_msg, F_CIB_CALLBACK_TOKEN, token);
token             549 lib/common/logging.c             char token[500];
token             556 lib/common/logging.c                 snprintf(token, sizeof(token), "%.*s", (int)(next - offset), offset);
token             558 lib/common/logging.c                 tag = g_quark_from_string(token);
token             559 lib/common/logging.c                 crm_info("Created GQuark %u from token '%s' in '%s'", tag, token, trace_tags);
token              64 lib/fencing/st_client.c     char *token;
token             111 lib/fencing/st_client.c xmlNode *stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data,
token             264 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1211 lib/fencing/st_client.c stonith_create_op(int call_id, const char *token, const char *op, xmlNode * data, int call_options)
token            1216 lib/fencing/st_client.c     CRM_CHECK(token != NULL, return NULL);
token            1221 lib/fencing/st_client.c     crm_xml_add(op_msg, F_STONITH_CALLBACK_TOKEN, token);
token            1268 lib/fencing/st_client.c     free(native->token); native->token = NULL;
token            1524 lib/fencing/st_client.c             native->token = crm_element_value_copy(reply, F_STONITH_CLIENTID);
token            1531 lib/fencing/st_client.c             } else if (native->token == NULL) {
token            1541 lib/fencing/st_client.c                           display_name, native->token);
token            1861 lib/fencing/st_client.c     if ((stonith->state == stonith_disconnected) || (native->token == NULL)) {
token            1874 lib/fencing/st_client.c     op_msg = stonith_create_op(stonith->call_id, native->token, op, data, call_options);
token            1950 lib/fencing/st_client.c         free(native->token); native->token = NULL;
token              71 lib/lrmd/lrmd_client.c     char *token;
token             503 lib/lrmd/lrmd_client.c lrmd_create_op(const char *token, const char *op, xmlNode *data, int timeout,
token             509 lib/lrmd/lrmd_client.c     CRM_CHECK(token != NULL, return NULL);
token             513 lib/lrmd/lrmd_client.c     crm_xml_add(op_msg, F_LRMD_CALLBACK_TOKEN, token);
token             858 lib/lrmd/lrmd_client.c     CRM_CHECK(native->token != NULL,;
token             862 lib/lrmd/lrmd_client.c     op_msg = lrmd_create_op(native->token, op, data, timeout, options);
token             992 lib/lrmd/lrmd_client.c             native->token = strdup(tmp_ticket);
token            1486 lib/lrmd/lrmd_client.c     free(native->token);
token            1487 lib/lrmd/lrmd_client.c     native->token = NULL;
token            2097 lib/lrmd/lrmd_client.c         free(native->token);