channel 519 crmd/heartbeat.c IPC_Channel *channel = NULL; channel 525 crmd/heartbeat.c channel = cluster_conn->llc_ops->ipcchan(cluster_conn); channel 529 crmd/heartbeat.c CRM_CHECK(channel != NULL,;); channel 531 crmd/heartbeat.c if (channel != NULL && IPC_ISRCONN(channel)) { channel 539 crmd/heartbeat.c if (channel == NULL || channel->ch_status != IPC_CONNECT) { channel 415 crmd/lrm_state.c crmd_remote_proxy_new(lrmd_t *lrmd, const char *node_name, const char *session_id, const char *channel) channel 422 crmd/lrm_state.c session_id, channel); channel 500 crmd/lrm_state.c const char *channel = crm_element_value(msg, F_LRMD_IPC_IPC_SERVER); channel 502 crmd/lrm_state.c proxy = crmd_remote_proxy_new(lrmd, lrm_state->node_name, session, channel); channel 377 include/crm_internal.h const char *node_name, const char *session_id, const char *channel); channel 183 lib/cib/cib_native.c const char *channel = NULL; channel 195 lib/cib/cib_native.c channel = cib_channel_rw; channel 199 lib/cib/cib_native.c channel = cib_channel_shm; channel 203 lib/cib/cib_native.c channel = cib_channel_ro; channel 209 lib/cib/cib_native.c crm_trace("Connecting %s channel", channel); channel 212 lib/cib/cib_native.c native->ipc = crm_ipc_new(channel, 0); channel 224 lib/cib/cib_native.c mainloop_add_ipc_client(channel, G_PRIORITY_HIGH, 512 * 1024 /* 512k */ , cib, channel 476 lib/cluster/heartbeat.c IPC_Channel *channel = NULL; channel 481 lib/cluster/heartbeat.c channel = cluster_conn->llc_ops->ipcchan(cluster_conn); channel 485 lib/cluster/heartbeat.c CRM_CHECK(channel != NULL, return FALSE); channel 487 lib/cluster/heartbeat.c if (channel != NULL && IPC_ISRCONN(channel)) { channel 515 lib/cluster/heartbeat.c if (channel == NULL || channel->ch_status != IPC_CONNECT) { channel 464 lib/common/mainloop.c GIOChannel *channel; channel 485 lib/common/mainloop.c channel = g_io_channel_unix_new(fd); channel 486 lib/common/mainloop.c if (!channel) { channel 505 lib/common/mainloop.c g_io_add_watch_full(channel, G_PRIORITY_DEFAULT, evts, gio_read_socket, adaptor, channel 517 lib/common/mainloop.c g_io_channel_unref(channel); channel 633 lib/common/mainloop.c GIOChannel *channel; channel 829 lib/common/mainloop.c client->channel = g_io_channel_unix_new(fd); channel 831 lib/common/mainloop.c g_io_add_watch_full(client->channel, priority, channel 844 lib/common/mainloop.c g_io_channel_unref(client->channel); channel 176 lib/lrmd/proxy_common.c const char *node_name, const char *session_id, const char *channel) channel 180 lib/lrmd/proxy_common.c if(channel == NULL) { channel 193 lib/lrmd/proxy_common.c && safe_str_eq(channel, CRM_SYSTEM_CRMD)) { channel 198 lib/lrmd/proxy_common.c proxy->source = mainloop_add_ipc_client(channel, G_PRIORITY_LOW, 0, proxy, proxy_callbacks); channel 208 lib/lrmd/proxy_common.c channel, node_name, session_id); channel 258 lrmd/remote_ctl.c const char *channel = crm_element_value(msg, F_LRMD_IPC_IPC_SERVER); channel 265 lrmd/remote_ctl.c remote_proxy_new(lrmd, &proxy_callbacks, options.node_name, session, channel); channel 446 tools/crm_mon.c detect_user_input(GIOChannel *channel, GIOCondition condition, gpointer unused)