crm_parse_int 1416 cib/callbacks.c msg_a_id = crm_parse_int(value, NULL); crm_parse_int 1419 cib/callbacks.c msg_b_id = crm_parse_int(value, NULL); crm_parse_int 115 cib/cibmon.c max_failures = crm_parse_int(optarg, "30"); crm_parse_int 570 cib/main.c port = crm_parse_int(port_s, "0"); crm_parse_int 576 cib/main.c port = crm_parse_int(port_s, "0"); crm_parse_int 1707 crmd/lrm.c op_key = generate_op_key(rsc->id, op_task, crm_parse_int(op_interval, "0")); crm_parse_int 1711 crmd/lrm.c call = crm_parse_int(call_id, "0"); crm_parse_int 1847 crmd/lrm.c op->interval = crm_parse_int(op_interval, "0"); crm_parse_int 1848 crmd/lrm.c op->timeout = crm_parse_int(op_timeout, "0"); crm_parse_int 1849 crmd/lrm.c op->start_delay = crm_parse_int(op_delay, "0"); crm_parse_int 1888 crmd/lrm.c op->timeout = crm_parse_int(value, "0"); crm_parse_int 1890 crmd/lrm.c op->start_delay = crm_parse_int(value, "0"); crm_parse_int 643 crmd/messages.c interval_ms = crm_parse_int(interval, "0"); crm_parse_int 215 crmd/te_actions.c return crm_parse_int(target_rc_s, "0"); crm_parse_int 1036 crmd/utils.c env_timeout = crm_parse_int(env, "0"); crm_parse_int 283 fencing/commands.c action_limit = crm_parse_int(value, "1"); crm_parse_int 65 include/crm/common/util.h int crm_parse_int(const char *text, const char *default_text); crm_parse_int 110 include/crm/common/util.h # define crm_atoi(text, default_text) crm_parse_int(text, default_text) crm_parse_int 317 lib/cib/cib_client.c int port = crm_parse_int(value, NULL); crm_parse_int 90 lib/cib/cib_utils.c int_elem_l = crm_parse_int(elem_l, NULL); crm_parse_int 93 lib/cib/cib_utils.c int_elem_r = crm_parse_int(elem_r, NULL); crm_parse_int 172 lib/common/io.c seq = crm_parse_int(buffer, "0"); crm_parse_int 832 lib/common/ipc.c int env_max = crm_parse_int(env, "0"); crm_parse_int 255 lib/common/utils.c score_f = crm_parse_int(score, NULL); crm_parse_int 145 lib/pengine/clone.c clone_data->master_max = crm_parse_int(master_max, "1"); crm_parse_int 146 lib/pengine/clone.c clone_data->master_node_max = crm_parse_int(master_node_max, "1"); crm_parse_int 172 lib/pengine/clone.c clone_data->clone_node_max = crm_parse_int(max_clones_node, "1"); crm_parse_int 175 lib/pengine/clone.c clone_data->clone_max = crm_parse_int(max_clones, "1"); crm_parse_int 573 lib/pengine/complex.c (*rsc)->priority = crm_parse_int(value, "0"); crm_parse_int 856 lib/pengine/container.c container_data->masters = crm_parse_int(value, "0"); crm_parse_int 867 lib/pengine/container.c container_data->replicas = crm_parse_int(value, "1"); crm_parse_int 880 lib/pengine/container.c container_data->replicas_per_host = crm_parse_int(value, "1"); crm_parse_int 353 lib/pengine/rules.c int h_val_f = crm_parse_int(h_val, NULL); crm_parse_int 354 lib/pengine/rules.c int value_f = crm_parse_int(value, NULL); crm_parse_int 524 lib/pengine/rules.c value_low_i = crm_parse_int(value_low, "0"); \ crm_parse_int 525 lib/pengine/rules.c value_high_i = crm_parse_int(value_high, "-1"); \ crm_parse_int 588 lib/pengine/rules.c int value_i = crm_parse_int(value, "0"); \ crm_parse_int 889 lib/pengine/unpack.c ticket->last_granted = crm_parse_int(last_granted, 0); crm_parse_int 999 lib/pengine/unpack.c ticket->last_granted = crm_parse_int(last_granted, 0); crm_parse_int 2120 lib/pengine/unpack.c interval = crm_parse_int(interval_s, "0"); crm_parse_int 2001 lib/pengine/utils.c interval = crm_parse_int(interval_s, "0"); crm_parse_int 50 lib/transition/unpack.c action->id = crm_parse_int(value, NULL); crm_parse_int 69 lib/transition/unpack.c action->timeout = crm_parse_int(value, NULL); crm_parse_int 75 lib/transition/unpack.c action->timeout += crm_parse_int(value, NULL); crm_parse_int 80 lib/transition/unpack.c action->interval = crm_parse_int(value, NULL); crm_parse_int 105 lib/transition/unpack.c new_synapse->id = crm_parse_int(ID(xml_synapse), NULL); crm_parse_int 109 lib/transition/unpack.c new_synapse->priority = crm_parse_int(value, NULL); crm_parse_int 208 lib/transition/unpack.c new_graph->id = crm_parse_int(t_id, "-1"); crm_parse_int 223 lib/transition/unpack.c new_graph->batch_limit = crm_parse_int(t_id, "0"); crm_parse_int 226 lib/transition/unpack.c new_graph->migration_limit = crm_parse_int(t_id, "-1"); crm_parse_int 218 pengine/allocate.c interval = crm_parse_int(interval_s, "0"); crm_parse_int 262 pengine/allocate.c interval = crm_parse_int(interval_s, "0"); crm_parse_int 449 pengine/allocate.c interval = crm_parse_int(interval_s, "0"); crm_parse_int 826 pengine/allocate.c base_health = crm_parse_int(pe_pref(data_set->config_hash, "node-health-base"), "0"); crm_parse_int 1809 pengine/allocate.c int interval = crm_parse_int(interval_s, "0"); crm_parse_int 361 pengine/constraints.c min_required_before = crm_parse_int(min_clones_s, "0"); crm_parse_int 431 pengine/container.c return crm_parse_int(max_clones_node, "1"); crm_parse_int 1041 pengine/graph.c int interval = crm_parse_int(interval_s, "0"); crm_parse_int 46 pengine/utilization.c node1_capacity = crm_parse_int(value, "0"); crm_parse_int 48 pengine/utilization.c crm_parse_int(g_hash_table_lookup(data->node2->details->utilization, key), "0"); crm_parse_int 69 pengine/utilization.c node2_capacity = crm_parse_int(value, "0"); crm_parse_int 110 pengine/utilization.c result = crm_itoa(crm_parse_int(current, "0") + crm_parse_int(value, "0")); crm_parse_int 114 pengine/utilization.c result = crm_itoa(crm_parse_int(current, "0") - crm_parse_int(value, "0")); crm_parse_int 148 pengine/utilization.c required = crm_parse_int(value, "0"); crm_parse_int 149 pengine/utilization.c remaining = crm_parse_int(g_hash_table_lookup(data->node->details->utilization, key), "0"); crm_parse_int 1450 tools/crm_mon.c int_value = crm_parse_int(value, NULL); crm_parse_int 1459 tools/crm_mon.c int_value = crm_parse_int(value, NULL); crm_parse_int 1541 tools/crm_mon.c int rc = crm_parse_int(op_rc, "0"); crm_parse_int 1645 tools/crm_mon.c int value = crm_parse_int(attrvalue, "0"); crm_parse_int 1656 tools/crm_mon.c expected_score = host_list_num * crm_parse_int(multiplier, "1"); crm_parse_int 2740 tools/crm_mon.c int rc = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_RC), "0"); crm_parse_int 2741 tools/crm_mon.c int status = crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_OPSTATUS), "0"); crm_parse_int 2788 tools/crm_mon.c time_t run_at = crm_parse_int(last, "0"); crm_parse_int 2818 tools/crm_mon.c crm_parse_int(crm_element_value(xml_op, XML_LRM_ATTR_INTERVAL), "0"), crm_parse_int 921 tools/crm_node.c nodeid = crm_parse_int(optarg, NULL); crm_parse_int 181 tools/crm_resource_print.c int status = crm_parse_int(status_s, "0"); crm_parse_int 196 tools/crm_resource_print.c time_t run_at = crm_parse_int(last, "0"); crm_parse_int 231 tools/crm_simulate.c int interval = crm_parse_int(interval_s, "0"); crm_parse_int 118 tools/crm_ticket.c print_date(crm_parse_int(value, 0)); crm_parse_int 679 tools/fake_transition.c target_outcome = crm_parse_int(target_rc_s, "0");