remote_op_list     85 fencing/remote.c GHashTable *remote_op_list = NULL;
remote_op_list    835 fencing/remote.c     g_hash_table_iter_init(&iter, remote_op_list);
remote_op_list    965 fencing/remote.c     if (remote_op_list == NULL) {
remote_op_list    966 fencing/remote.c         remote_op_list = g_hash_table_new_full(crm_str_hash, g_str_equal, NULL, free_remote_op);
remote_op_list    976 fencing/remote.c         op = g_hash_table_lookup(remote_op_list, op_id);
remote_op_list    993 fencing/remote.c     g_hash_table_replace(remote_op_list, op->id, op);
remote_op_list    994 fencing/remote.c     CRM_LOG_ASSERT(g_hash_table_lookup(remote_op_list, op->id) != NULL);
remote_op_list   1832 fencing/remote.c     op = g_hash_table_lookup(remote_op_list, id);
remote_op_list   1927 fencing/remote.c     if (remote_op_list) {
remote_op_list   1928 fencing/remote.c         op = g_hash_table_lookup(remote_op_list, id);
remote_op_list   2054 fencing/remote.c     crm_trace("Looking for operations on %s in %p", target, remote_op_list);
remote_op_list   2057 fencing/remote.c     if (remote_op_list) {
remote_op_list   2061 fencing/remote.c         g_hash_table_iter_init(&iter, remote_op_list);
remote_op_list   2093 fencing/remote.c     crm_trace("tolerance=%d, remote_op_list=%p", tolerance, remote_op_list);
remote_op_list   2095 fencing/remote.c     if (tolerance <= 0 || !remote_op_list || target == NULL || action == NULL) {
remote_op_list   2099 fencing/remote.c     g_hash_table_iter_init(&iter, remote_op_list);