max 754 cib/callbacks.c const char *max = crm_element_value(request, F_CIB_SCHEMA_MAX); max 757 cib/callbacks.c op, is_reply?" reply":"", cib_is_master?"master":"slave", max); max 758 cib/callbacks.c if(max == NULL && cib_is_master) { max 762 cib/callbacks.c } else if(max) { max 60 crmd/attrd.c int max = 5; max 75 crmd/attrd.c max); max 100 crmd/attrd.c sleep(5 - max); max 102 crmd/attrd.c } while (max--); max 515 crmd/lrm.c int max = 0; max 532 crmd/lrm.c max = DIMOF(secure_terms); max 542 crmd/lrm.c } else if (max) { max 543 crmd/lrm.c for (int lpc = 0; lpc < max; lpc++) { max 955 crmd/lrm.c int max = 0; max 960 crmd/lrm.c max = strlen(rsc_template) + strlen(lrm_state->node_name) + strlen(rsc_id) + 1; max 961 crmd/lrm.c rsc_xpath = calloc(1, max); max 962 crmd/lrm.c snprintf(rsc_xpath, max, rsc_template, lrm_state->node_name, rsc_id); max 229 crmd/pengine.c int max = 0; max 241 crmd/pengine.c max = numXpathResults(xpathObj); max 244 crmd/pengine.c for (lpc = 0; lpc < max; lpc++) { max 250 crmd/pengine.c if(max == 0) { max 71 crmd/te_callbacks.c int lpc, max; max 112 crmd/te_callbacks.c max = numXpathResults(xpathObj); max 114 crmd/te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 162 crmd/te_callbacks.c max = numXpathResults(xpathObj); max 163 crmd/te_callbacks.c if (max > 1) { max 167 crmd/te_callbacks.c crm_debug("Detected LRM refresh - %d resources updated: Skipping all resource events", max); max 186 crmd/te_callbacks.c int lpc = 0, max = numXpathResults(xpathObj); max 188 crmd/te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 199 crmd/te_callbacks.c max = numXpathResults(xpathObj); max 200 crmd/te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 608 crmd/te_callbacks.c int lpc = 0, max = numXpathResults(xpathObj); max 610 crmd/te_callbacks.c for (lpc = 0; lpc < max; lpc++) { max 45 crmd/throttle.c int max; max 416 crmd/throttle.c int max = 0; max 422 crmd/throttle.c max = crm_int_helper(preference, NULL); max 423 crmd/throttle.c if(max > 0) { max 424 crmd/throttle.c throttle_job_max = max; max 431 crmd/throttle.c max = crm_int_helper(preference, NULL); max 432 crmd/throttle.c if(max > 0) { max 433 crmd/throttle.c throttle_job_max = max; max 440 crmd/throttle.c max = crm_int_helper(preference, NULL); max 441 crmd/throttle.c if(max > 0) { max 442 crmd/throttle.c throttle_job_max = max; max 519 crmd/throttle.c r->max = throttle_job_max; max 531 crmd/throttle.c jobs = QB_MAX(1, r->max / 4); max 534 crmd/throttle.c jobs = QB_MAX(1, r->max / 2); max 537 crmd/throttle.c jobs = QB_MAX(1, r->max); max 549 crmd/throttle.c int max = 0; max 555 crmd/throttle.c crm_element_value_int(xml, F_CRM_THROTTLE_MAX, &max); max 565 crmd/throttle.c r->max = max; max 569 crmd/throttle.c from, max, mode, throttle_get_job_limit(from)); max 532 fencing/commands.c int last = 0, lpc = 0, max = 0, added = 0; max 539 fencing/commands.c max = strlen(hostmap); max 540 fencing/commands.c for (; lpc <= max; lpc++) { max 596 fencing/commands.c parse_host_line(const char *line, int max, GListPtr * output) max 601 fencing/commands.c if (max <= 0) { max 611 fencing/commands.c crm_trace("Processing %d bytes: [%s]", max, line); max 613 fencing/commands.c for (lpc = 0; lpc <= max && isspace(line[lpc]); lpc++) { max 618 fencing/commands.c for (lpc = 0; lpc <= max; lpc++) { max 621 fencing/commands.c if (a_space && lpc < max && isspace(line[lpc + 1])) { max 653 fencing/commands.c int max = 0; max 661 fencing/commands.c max = strlen(hosts); max 662 fencing/commands.c for (lpc = 0; lpc <= max; lpc++) { max 767 fencing/commands.c int max = 0; max 775 fencing/commands.c max = numXpathResults(xpath); max 777 fencing/commands.c if (max <= 0) { max 782 fencing/commands.c for (lpc = 0; lpc < max; lpc++) { max 994 fencing/commands.c int max = g_list_length(list); max 996 fencing/commands.c for (lpc = 0; lpc < max; lpc++) { max 1319 fencing/commands.c int max = 0; max 1327 fencing/commands.c max = strlen(devices); max 1328 fencing/commands.c for (lpc = 0; lpc <= max; lpc++) { max 446 fencing/main.c int max = numXpathResults(xpathObj), lpc = 0; max 448 fencing/main.c for (lpc = 0; lpc < max; lpc++) { max 495 fencing/main.c int max = numXpathResults(xpathObj), lpc = 0; max 497 fencing/main.c for (lpc = 0; lpc < max; lpc++) { max 524 fencing/main.c int max = numXpathResults(xpathObj), lpc = 0; max 526 fencing/main.c for (lpc = 0; lpc < max; lpc++) { max 818 fencing/main.c int max = numXpathResults(xpath_obj), lpc = 0; max 824 fencing/main.c for (lpc = 0; lpc < max; lpc++) { max 842 fencing/main.c int max = numXpathResults(xpath_obj), lpc = 0; max 844 fencing/main.c for (lpc = 0; lpc < max; lpc++) { max 35 include/crm/common/internal.h void write_last_sequence(const char *directory, const char *series, int sequence, int max); max 70 include/crm/common/internal.h bool crm_compress_string(const char *data, int length, int max, char **result, max 284 include/crm/common/xml.h int update_validation(xmlNode **xml_blob, int *best, int max, max 353 include/crm_internal.h void crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth); max 354 include/crm_internal.h void crm_buffer_add_char(char **buffer, int *offset, int *max, char c); max 580 lib/ais/plugin.c static int max = SIZEOF(pcmk_children); max 665 lib/ais/plugin.c for (start_seq = 1; start_seq < max; start_seq++) { max 667 lib/ais/plugin.c for (lpc = 0; lpc < max; lpc++) { max 1070 lib/ais/plugin.c static int max = SIZEOF(pcmk_children); max 1089 lib/ais/plugin.c phase = max; max 1097 lib/ais/plugin.c for (lpc = max - 1; lpc >= 0; lpc--) { max 108 lib/cib/cib_ops.c const char *max = crm_element_value(req, F_CIB_SCHEMA_MAX); max 112 lib/cib/cib_ops.c crm_trace("Processing \"%s\" event with max=%s", op, max); max 118 lib/cib/cib_ops.c if (max) { max 119 lib/cib/cib_ops.c max_version = get_schema_version(max); max 366 lib/cib/cib_ops.c int max = 0, lpc; max 370 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 374 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 610 lib/cib/cib_ops.c int lpc = 0, max = 0; max 642 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 644 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 684 lib/cib/cib_ops.c int max = 0; max 698 lib/cib/cib_ops.c max = numXpathResults(xpathObj); max 700 lib/cib/cib_ops.c if (max < 1 && safe_str_eq(op, CIB_OP_DELETE)) { max 703 lib/cib/cib_ops.c } else if (max < 1) { max 708 lib/cib/cib_ops.c if (max > 1) { max 717 lib/cib/cib_ops.c for (lpc = 0; lpc < max; lpc++) { max 204 lib/cib/cib_utils.c int max = DIMOF(known_paths); max 206 lib/cib/cib_utils.c for (; lpc < max; lpc++) { max 219 lib/cib/cib_utils.c int max = DIMOF(known_paths); max 221 lib/cib/cib_utils.c for (; lpc < max; lpc++) { max 46 lib/cluster/cpg.c #define cs_repeat(counter, max, code) do { \ max 55 lib/cluster/cpg.c } while(counter < max) max 56 lib/common/attrd_client.c int max = 5; max 72 lib/common/attrd_client.c while (max > 0) { max 74 lib/common/attrd_client.c crm_info("Connecting to cluster... %d retries remaining", max); max 91 lib/common/attrd_client.c sleep(5 - max); max 92 lib/common/attrd_client.c max--; max 97 lib/common/attrd_client.c sleep(5 - max); max 98 lib/common/attrd_client.c max--; max 43 lib/common/digest.c int offset = 0, max = 0; max 46 lib/common/digest.c crm_buffer_add_char(&buffer, &offset, &max, ' '); max 47 lib/common/digest.c crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0); max 48 lib/common/digest.c crm_buffer_add_char(&buffer, &offset, &max, '\n'); max 103 lib/common/digest.c int offset, max; max 122 lib/common/digest.c crm_xml_dump(source, do_filter ? xml_log_option_filtered : 0, &buffer, &offset, &max, 0); max 194 lib/common/io.c write_last_sequence(const char *directory, const char *series, int sequence, int max) max 204 lib/common/io.c if (max == 0) { max 207 lib/common/io.c if (max > 0 && sequence >= max) { max 53 lib/common/ipc.c static unsigned int pick_ipc_buffer(unsigned int max); max 824 lib/common/ipc.c pick_ipc_buffer(unsigned int max) max 841 lib/common/ipc.c return QB_MAX(max, global_max); max 1386 lib/common/iso8601.c int max = 128, scanned_pos = 0, printed_pos = 0, fmt_pos = 0, max 1388 lib/common/iso8601.c char nano_s[10], date_s[max+1], nanofmt_s[5] = "%", *tmp_fmt_s; max 1431 lib/common/iso8601.c date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm); max 1442 lib/common/iso8601.c date_len += snprintf(&date_s[date_len], max-date_len, max 652 lib/common/mainloop.c int max = 10; max 670 lib/common/mainloop.c } while (keep && rc > 0 && --max > 0); max 275 lib/common/schemas.c int lpc, max; max 280 lib/common/schemas.c max = scandir(base, &namelist, schema_filter, schema_sort); max 291 lib/common/schemas.c if (max < 0) { max 295 lib/common/schemas.c for (lpc = 0; lpc < max; lpc++) { max 307 lib/common/schemas.c if ((lpc + 1) < max) { max 783 lib/common/schemas.c update_validation(xmlNode **xml_blob, int *best, int max, gboolean transform, max 863 lib/common/schemas.c } else if (max > 0 && (lpc == max || next > max)) { max 865 lib/common/schemas.c known_schemas[lpc].name, lpc, next, max); max 413 lib/common/strings.c crm_compress_string(const char *data, int length, int max, char **result, unsigned int *result_len) max 421 lib/common/strings.c if(max == 0) { max 422 lib/common/strings.c max = (length * 1.1) + 600; /* recommended size */ max 430 lib/common/strings.c compressed = malloc(max); max 432 lib/common/strings.c *result_len = max; max 930 lib/common/utils.c int max = 0; max 937 lib/common/utils.c max = strlen(crm_name); max 938 lib/common/utils.c for (; lpc < max; lpc++) { max 124 lib/common/xml.c #define buffer_print(buffer, max, offset, fmt, args...) do { \ max 125 lib/common/xml.c int rc = (max); \ max 127 lib/common/xml.c rc = snprintf((buffer) + (offset), (max) - (offset), fmt, ##args); \ max 133 lib/common/xml.c } else if(rc >= ((max) - (offset))) { \ max 135 lib/common/xml.c (max) = QB_MAX(CHUNK_SIZE, (max) * 2); \ max 136 lib/common/xml.c tmp = realloc_safe((buffer), (max)); \ max 146 lib/common/xml.c insert_prefix(int options, char **buffer, int *offset, int *max, int depth) max 151 lib/common/xml.c if ((*buffer) == NULL || spaces >= ((*max) - (*offset))) { max 152 lib/common/xml.c (*max) = QB_MAX(CHUNK_SIZE, (*max) * 2); max 153 lib/common/xml.c (*buffer) = realloc_safe((*buffer), (*max)); max 244 lib/common/xml.c int get_tag_name(const char *input, size_t offset, size_t max); max 245 lib/common/xml.c int get_attr_name(const char *input, size_t offset, size_t max); max 246 lib/common/xml.c int get_attr_value(const char *input, size_t offset, size_t max); max 554 lib/common/xml.c int max = 0, lpc = 0; max 558 lib/common/xml.c max = numXpathResults(xpathObj); max 560 lib/common/xml.c for(lpc = 0; lpc < max; lpc++) { max 583 lib/common/xml.c crm_trace("Now enforcing ACL: %s (%d matches)", acl->xpath, max); max 726 lib/common/xml.c int max = 0; max 736 lib/common/xml.c max = numXpathResults(xpathObj); max 737 lib/common/xml.c for(lpc = 0; lpc < max; lpc++) { max 747 lib/common/xml.c crm_trace("Enforced ACL %s (%d matches)", acl->xpath, max); max 1444 lib/common/xml.c int lpc = 0, max = 0; max 1447 lib/common/xml.c max = strlen(prefix); max 1451 lib/common/xml.c for(lpc = 2; lpc < max; lpc++) { max 3282 lib/common/xml.c dump_xml_attr(xmlAttrPtr attr, int options, char **buffer, int *offset, int *max) max 3300 lib/common/xml.c buffer_print(*buffer, *max, *offset, " %s=\"%s\"", p_name, p_value); max 3308 lib/common/xml.c int max = 0; max 3325 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); max 3328 lib/common/xml.c buffer_print(buffer, max, offset, "<!--%s-->", data->content); max 3331 lib/common/xml.c buffer_print(buffer, max, offset, "<%s", name); max 3354 lib/common/xml.c buffer_print(buffer, max, offset, " %s=\"%s\"", p_name, p_copy); max 3359 lib/common/xml.c buffer_print(buffer, max, offset, "/>"); max 3362 lib/common/xml.c buffer_print(buffer, max, offset, ">"); max 3365 lib/common/xml.c buffer_print(buffer, max, offset, "/>"); max 3381 lib/common/xml.c max = 0; max 3391 lib/common/xml.c insert_prefix(options, &buffer, &offset, &max, depth); max 3392 lib/common/xml.c buffer_print(buffer, max, offset, "</%s>", name); max 3550 lib/common/xml.c dump_filtered_xml(xmlNode * data, int options, char **buffer, int *offset, int *max) max 3573 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); max 3579 lib/common/xml.c dump_xml_element(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) max 3583 lib/common/xml.c CRM_ASSERT(max != NULL); max 3594 lib/common/xml.c *max = 0; max 3600 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); max 3601 lib/common/xml.c buffer_print(*buffer, *max, *offset, "<%s", name); max 3604 lib/common/xml.c dump_filtered_xml(data, options, buffer, offset, max); max 3610 lib/common/xml.c dump_xml_attr(xIter, options, buffer, offset, max); max 3615 lib/common/xml.c buffer_print(*buffer, *max, *offset, "/>"); max 3618 lib/common/xml.c buffer_print(*buffer, *max, *offset, ">"); max 3622 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); max 3628 lib/common/xml.c crm_xml_dump(xChild, options, buffer, offset, max, depth + 1); max 3631 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); max 3632 lib/common/xml.c buffer_print(*buffer, *max, *offset, "</%s>", name); max 3635 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); max 3641 lib/common/xml.c dump_xml_text(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) max 3643 lib/common/xml.c CRM_ASSERT(max != NULL); max 3654 lib/common/xml.c *max = 0; max 3657 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); max 3659 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); max 3662 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); max 3668 lib/common/xml.c dump_xml_comment(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) max 3670 lib/common/xml.c CRM_ASSERT(max != NULL); max 3681 lib/common/xml.c *max = 0; max 3684 lib/common/xml.c insert_prefix(options, buffer, offset, max, depth); max 3686 lib/common/xml.c buffer_print(*buffer, *max, *offset, "<!--"); max 3687 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%s", data->content); max 3688 lib/common/xml.c buffer_print(*buffer, *max, *offset, "-->"); max 3691 lib/common/xml.c buffer_print(*buffer, *max, *offset, "\n"); max 3696 lib/common/xml.c crm_xml_dump(xmlNode * data, int options, char **buffer, int *offset, int *max, int depth) max 3700 lib/common/xml.c *max = 0; max 3740 lib/common/xml.c *max = xmlNodeDump(xml_buffer, doc, data, 0, (options & xml_log_option_formatted)); max 3741 lib/common/xml.c if (*max > 0) { max 3748 lib/common/xml.c crm_err("xmlNodeDump() -> %dbytes took %ds", *max, next - now); max 3759 lib/common/xml.c dump_xml_element(data, options, buffer, offset, max, depth); max 3764 lib/common/xml.c dump_xml_text(data, options, buffer, offset, max, depth); max 3768 lib/common/xml.c dump_xml_comment(data, options, buffer, offset, max, depth); max 3799 lib/common/xml.c crm_buffer_add_char(char **buffer, int *offset, int *max, char c) max 3801 lib/common/xml.c buffer_print(*buffer, *max, *offset, "%c", c); max 3808 lib/common/xml.c int offset = 0, max = 0; max 3810 lib/common/xml.c crm_xml_dump(an_xml_node, xml_log_option_formatted|xml_log_option_text, &buffer, &offset, &max, 0); max 3818 lib/common/xml.c int offset = 0, max = 0; max 3820 lib/common/xml.c crm_xml_dump(an_xml_node, xml_log_option_formatted, &buffer, &offset, &max, 0); max 3828 lib/common/xml.c int offset = 0, max = 0; max 3830 lib/common/xml.c crm_xml_dump(an_xml_node, 0, &buffer, &offset, &max, 0); max 47 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); max 53 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 67 lib/common/xpath.c int max = numXpathResults(xpathObj); max 72 lib/common/xpath.c if (index >= max) { max 73 lib/common/xpath.c crm_err("Requested index %d of only %d items", index, max); max 109 lib/common/xpath.c int lpc, max = numXpathResults(xpathObj); max 115 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 128 lib/common/xpath.c for (lpc2 = 0; lpc2 < max; lpc2++) { max 226 lib/common/xpath.c int max; max 238 lib/common/xpath.c max = numXpathResults(xpathObj); max 240 lib/common/xpath.c if (max < 1) { max 244 lib/common/xpath.c } else if (max > 1) { max 249 lib/common/xpath.c for (lpc = 0; lpc < max; lpc++) { max 441 lib/fencing/st_client.c int last = 0, lpc = 0, max = 0; max 450 lib/fencing/st_client.c max = strlen(map); max 452 lib/fencing/st_client.c for (; lpc < max + 1; lpc++) { max 1408 lib/fencing/st_client.c int rc = 0, lpc = 0, max = 0; max 1428 lib/fencing/st_client.c max = numXpathResults(xpathObj); max 1430 lib/fencing/st_client.c for (lpc = 0; lpc < max; lpc++) { max 1448 lib/fencing/st_client.c return max; max 62 lib/pengine/container.c allocate_ip(container_variant_data_t *data, container_grouping_t *tuple, char *buffer, int max) max 76 lib/pengine/container.c return snprintf(buffer, max, " --add-host=%s-%d:%s --link %s-docker-%d:%s-link-%d", max 81 lib/pengine/container.c return snprintf(buffer, max, " --add-host=%s-%d:%s", max 84 lib/pengine/container.c return snprintf(buffer, max, " --hosts-entry=%s=%s-%d", max 185 lib/pengine/container.c int offset = 0, max = 4096; max 186 lib/pengine/container.c char *buffer = calloc(1, max+1); max 208 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --restart=no"); max 216 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -h %s-%d", max 220 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_stderr=1"); max 224 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --net=%s", data->docker_network); max 228 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%s", data->control_port); max 230 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -e PCMK_remote_port=%d", DEFAULT_REMOTE_PORT); max 244 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", source, mount->target); max 248 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -v %s:%s", mount->source, mount->target); max 251 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ":%s", mount->options); max 259 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -p %s:%s:%s", max 263 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " -p %s:%s", port->source, port->target); max 268 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_run_options); max 272 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_host_options); max 342 lib/pengine/container.c int offset = 0, max = 4096; max 343 lib/pengine/container.c char *buffer = calloc(1, max+1); max 373 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --hostname=%s-%d", max 377 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_stderr=1"); max 381 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --net=%s", data->docker_network); max 385 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%s", data->control_port); max 387 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --environment=PCMK_remote_port=%d", DEFAULT_REMOTE_PORT); max 401 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, source); max 403 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); max 405 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); max 409 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --volume vol%d,kind=host,source=%s", volid, mount->source); max 411 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, ",%s", mount->options); max 413 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --mount volume=vol%d,target=%s", volid, mount->target); max 422 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --port=%s:%s:%s", max 425 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " --port=%s:%s", port->target, port->source); max 430 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_run_options); max 434 lib/pengine/container.c offset += snprintf(buffer+offset, max-offset, " %s", data->docker_host_options); max 1005 lib/pengine/container.c int offset = 0, max = 1024; max 1061 lib/pengine/container.c buffer = calloc(1, max+1); max 1073 lib/pengine/container.c offset += allocate_ip(container_data, tuple, buffer+offset, max-offset); max 1085 lib/pengine/container.c int offset = 0, max = 1024; max 1086 lib/pengine/container.c char *buffer = calloc(1, max+1); max 1091 lib/pengine/container.c offset += allocate_ip(container_data, tuple, buffer+offset, max-offset); max 93 lib/pengine/failcounts.c int max = numXpathResults(xpathObj); max 96 lib/pengine/failcounts.c for (lpc = 0; lpc < max; lpc++) { max 2170 lib/pengine/utils.c long max = 1024; max 2174 lib/pengine/utils.c char *digests_all = malloc(max); max 2175 lib/pengine/utils.c char *digests_secure = malloc(max); max 2192 lib/pengine/utils.c digests_all+digests_all_offset, max-digests_all_offset, max 2196 lib/pengine/utils.c digests_secure+digests_secure_offset, max-digests_secure_offset, max 99 mcp/corosync.c #define cs_repeat(counter, max, code) do { \ max 108 mcp/corosync.c } while(counter < max) max 374 mcp/pacemaker.c static int max = SIZEOF(pcmk_children); max 380 mcp/pacemaker.c phase = max; max 389 mcp/pacemaker.c for (lpc = max - 1; lpc >= 0; lpc--) { max 693 mcp/pacemaker.c static int max = SIZEOF(pcmk_children); max 696 mcp/pacemaker.c for (start_seq = 1; start_seq < max; start_seq++) { max 697 mcp/pacemaker.c for (lpc = 0; lpc < max; lpc++) { max 742 mcp/pacemaker.c int max = SIZEOF(pcmk_children); max 748 mcp/pacemaker.c for (i = 0; i < max; i++) { max 780 mcp/pacemaker.c static int max = SIZEOF(pcmk_children); max 783 mcp/pacemaker.c for (start_seq = 1; start_seq < max; start_seq++) { max 785 mcp/pacemaker.c for (lpc = 0; lpc < max; lpc++) { max 220 pengine/clone.c int max = 0; max 315 pengine/clone.c max = g_list_length(list1); max 316 pengine/clone.c if (max < g_list_length(list2)) { max 317 pengine/clone.c max = g_list_length(list2); max 320 pengine/clone.c for (; lpc < max; lpc++) { max 506 pengine/clone.c int max, int per_host_max, pe_working_set_t * data_set); max 510 pengine/clone.c int max, int per_host_max, pe_working_set_t * data_set) max 527 pengine/clone.c loop_max = max / available_nodes; max 534 pengine/clone.c max, rsc->id, available_nodes, per_host_max, loop_max); max 537 pengine/clone.c for (GListPtr gIter = children; gIter != NULL && allocated < max; gIter = gIter->next) { max 546 pengine/clone.c child->id, child_node->details->uname, max - allocated, max); max 557 pengine/clone.c } else if (color_instance(child, child_node, max < available_nodes, per_host_max, data_set)) { max 565 pengine/clone.c pe_rsc_trace(rsc, "Done pre-allocating (%d of %d)", allocated, max); max 581 pengine/clone.c } else if (allocated >= max) { max 582 pengine/clone.c pe_rsc_debug(rsc, "Child %s not allocated - limit reached %d %d", child->id, allocated, max); max 585 pengine/clone.c if (color_instance(child, NULL, max < available_nodes, per_host_max, data_set)) { max 592 pengine/clone.c allocated, rsc->id, max); max 43 pengine/container.c int max, int per_host_max, pe_working_set_t * data_set); max 365 replace/uuid_parse.c # ifndef max max 368 replace/uuid_parse.c # define ifreq_size(i) max(sizeof(struct ifreq),\ max 4032 tools/crm_mon.c int lpc = 0, max = numXpathResults(xpathObj); max 4034 tools/crm_mon.c for (lpc = 0; lpc < max; lpc++) { max 119 tools/fake_transition.c int max = strlen(new_node_template) + strlen(node) + 1; max 122 tools/fake_transition.c xpath = calloc(1, max); max 124 tools/fake_transition.c snprintf(xpath, max, new_node_template, node); max 260 tools/fake_transition.c int max = strlen(rsc_template) + strlen(node) + strlen(resource) + 1; max 262 tools/fake_transition.c xpath = calloc(1, max); max 264 tools/fake_transition.c snprintf(xpath, max, rsc_template, node, resource);