mutable           764 fencing/main.c             char *mutable = NULL;
mutable           770 fencing/main.c             mutable = strdup(xpath);
mutable           771 fencing/main.c             rsc_id = strstr(mutable, "primitive[@id=\'");
mutable           782 fencing/main.c             free(mutable);
mutable           980 lib/ais/plugin.c     AIS_Message *mutable;
mutable          1000 lib/ais/plugin.c     mutable = ais_msg_copy(ais_msg);
mutable          1001 lib/ais/plugin.c     AIS_ASSERT(check_message_sanity(mutable, mutable->data));
mutable          1003 lib/ais/plugin.c     type = mutable->sender.type;
mutable          1006 lib/ais/plugin.c          type, mutable->host.local, pcmk_children[type].conn, mutable->host.type, crm_msg_ais,
mutable          1007 lib/ais/plugin.c          mutable->sender.pid, pcmk_children[type].pid, ((int)SIZEOF(pcmk_children)));
mutable          1017 lib/ais/plugin.c     AIS_CHECK(transient || mutable->sender.pid == pcmk_children[type].pid,
mutable          1018 lib/ais/plugin.c               ais_err("Sender: %d, child[%d]: %d", mutable->sender.pid, type,
mutable          1020 lib/ais/plugin.c               ais_free(mutable);
mutable          1026 lib/ais/plugin.c         && mutable->host.local
mutable          1027 lib/ais/plugin.c         && pcmk_children[type].conn == NULL && mutable->host.type == crm_msg_ais) {
mutable          1028 lib/ais/plugin.c         AIS_CHECK(mutable->sender.type != mutable->sender.pid,
mutable          1029 lib/ais/plugin.c                   ais_err("Pid=%d, type=%d", mutable->sender.pid, mutable->sender.type));
mutable          1047 lib/ais/plugin.c         AIS_CHECK(mutable->sender.type == mutable->sender.pid,
mutable          1048 lib/ais/plugin.c                   ais_err("Pid=%d, type=%d", mutable->sender.pid, mutable->sender.type));
mutable          1049 lib/ais/plugin.c         g_hash_table_replace(ipc_client_list, async_conn, GUINT_TO_POINTER(mutable->sender.pid));
mutable          1052 lib/ais/plugin.c     mutable->sender.id = local_nodeid;
mutable          1053 lib/ais/plugin.c     mutable->sender.size = local_uname_len;
mutable          1054 lib/ais/plugin.c     memset(mutable->sender.uname, 0, MAX_NAME);
mutable          1055 lib/ais/plugin.c     memcpy(mutable->sender.uname, local_uname, mutable->sender.size);
mutable          1057 lib/ais/plugin.c     route_ais_message(mutable, TRUE);
mutable          1060 lib/ais/plugin.c     ais_free(mutable);
mutable          1437 lib/ais/plugin.c     AIS_Message *mutable = user_data;
mutable          1439 lib/ais/plugin.c     if (pid == mutable->host.type) {
mutable          1440 lib/ais/plugin.c         int rc = send_client_ipc(key, mutable);
mutable          1444 lib/ais/plugin.c         ais_info("Sent message to %s.%d (rc=%d)", ais_dest(&(mutable->host)), pid, rc);
mutable          1447 lib/ais/plugin.c                      ais_dest(&(mutable->host)), pid, rc);
mutable          1448 lib/ais/plugin.c             log_ais_message(LOG_DEBUG, mutable);
mutable          1459 lib/ais/plugin.c     AIS_Message *mutable = ais_msg_copy(msg);
mutable          1463 lib/ais/plugin.c               mutable->id, ais_dest(&(mutable->host)), msg_type2text(dest),
mutable          1464 lib/ais/plugin.c               ais_dest(&(mutable->sender)), msg_type2text(mutable->sender.type),
mutable          1465 lib/ais/plugin.c               mutable->sender.pid, local_origin ? "false" : "true", ais_data_len((mutable)));
mutable          1468 lib/ais/plugin.c         if (mutable->host.size == 0 || ais_str_eq(local_uname, mutable->host.uname)) {
mutable          1469 lib/ais/plugin.c             mutable->host.local = TRUE;
mutable          1473 lib/ais/plugin.c     if (check_message_sanity(mutable, mutable->data) == FALSE) {
mutable          1479 lib/ais/plugin.c     if (mutable->host.local) {
mutable          1485 lib/ais/plugin.c             process_ais_message(mutable);
mutable          1500 lib/ais/plugin.c             g_hash_table_foreach(ipc_client_list, deliver_transient_msg, mutable);
mutable          1513 lib/ais/plugin.c             log_ais_message(LOG_ERR, mutable);
mutable          1514 lib/ais/plugin.c             log_printf(LOG_ERR, "%s", get_ais_data(mutable));
mutable          1530 lib/ais/plugin.c         if (mutable->header.id == service_id) {
mutable          1531 lib/ais/plugin.c             mutable->header.id = 0;     /* reset this back to zero for IPC messages */
mutable          1533 lib/ais/plugin.c         } else if (mutable->header.id != 0) {
mutable          1534 lib/ais/plugin.c             ais_err("reset header id back to zero from %d", mutable->header.id);
mutable          1535 lib/ais/plugin.c             mutable->header.id = 0;     /* reset this back to zero for IPC messages */
mutable          1539 lib/ais/plugin.c         rc = send_client_ipc(conn, mutable);
mutable          1545 lib/ais/plugin.c         rc = send_plugin_msg_raw(mutable);
mutable          1550 lib/ais/plugin.c                  ais_dest(&(mutable->host)), msg_type2text(dest), reason, rc);
mutable          1551 lib/ais/plugin.c         log_ais_message(LOG_DEBUG, mutable);
mutable          1555 lib/ais/plugin.c     ais_free(mutable);
mutable          1565 lib/ais/plugin.c     AIS_Message *mutable = ais_msg_copy(ais_msg);
mutable          1570 lib/ais/plugin.c     if (mutable->id == 0) {
mutable          1574 lib/ais/plugin.c         mutable->id = msg_id;
mutable          1577 lib/ais/plugin.c     mutable->header.error = CS_OK;
mutable          1578 lib/ais/plugin.c     mutable->header.id = SERVICE_ID_MAKE(PCMK_SERVICE_ID, 0);
mutable          1580 lib/ais/plugin.c     mutable->sender.id = local_nodeid;
mutable          1581 lib/ais/plugin.c     mutable->sender.size = local_uname_len;
mutable          1582 lib/ais/plugin.c     memset(mutable->sender.uname, 0, MAX_NAME);
mutable          1583 lib/ais/plugin.c     memcpy(mutable->sender.uname, local_uname, mutable->sender.size);
mutable          1585 lib/ais/plugin.c     iovec.iov_base = (char *)mutable;
mutable          1586 lib/ais/plugin.c     iovec.iov_len = mutable->header.size;
mutable          1591 lib/ais/plugin.c     if (rc == 0 && mutable->is_compressed == FALSE) {
mutable          1592 lib/ais/plugin.c         ais_trace("Message sent: %.80s", mutable->data);
mutable          1595 lib/ais/plugin.c     AIS_CHECK(rc == 0, ais_err("Message not sent (%d): %.120s", rc, mutable->data));
mutable          1597 lib/ais/plugin.c     ais_free(mutable);
mutable           688 lib/common/logging.c         char *mutable = strdup(argv[0]);
mutable           689 lib/common/logging.c         char *modified = basename(mutable);
mutable           697 lib/common/logging.c         free(mutable);