res 2008 crmd/lrm.c gboolean res = TRUE; res 2017 crmd/lrm.c res = FALSE; res 2023 crmd/lrm.c return res; res 179 fencing/config.y int res = 0; res 183 fencing/config.y res |= standalone_cfg_add_device(line_val.name, line_val.agent); res 187 fencing/config.y res |= standalone_cfg_add_device_options(line_val.name, res 194 fencing/config.y res |= standalone_cfg_add_node_priority(line_val.name, res 202 fencing/config.y res |= standalone_cfg_add_node(line_val.keys[i], res 207 fencing/config.y res |= standalone_cfg_add_node(line_val.vals[i], res 215 fencing/config.y if (res) { res 270 fencing/standalone_config.c int res = 0; res 281 fencing/standalone_config.c res |= stonith_level_register(data, NULL); res 287 fencing/standalone_config.c return res; res 297 fencing/standalone_config.c int res; res 316 fencing/standalone_config.c res = stonith_device_register(data, NULL, FALSE); res 321 fencing/standalone_config.c return res; res 688 lib/ais/plugin.c int res; res 692 lib/ais/plugin.c res = totempg_ifaces_get(nodeid, interfaces, &status, &iface_count); res 693 lib/ais/plugin.c if (res == -1) { res 342 lib/cluster/cluster.c struct utsname res; res 343 lib/cluster/cluster.c int rc = uname(&res); res 348 lib/cluster/cluster.c name = strdup(res.nodename); res 196 lib/common/logging.c struct utsname res; res 198 lib/common/logging.c if (uname(&res) == 0) { res 201 lib/common/logging.c (unsigned long) getpid(), res.nodename, daemon); res 465 lib/common/mainloop.c int32_t res = 0; res 467 lib/common/mainloop.c res = qb_array_index(gio_map, fd, (void **)&adaptor); res 468 lib/common/mainloop.c if (res < 0) { res 469 lib/common/mainloop.c crm_err("Array lookup failed for fd=%d: %d", fd, res); res 470 lib/common/mainloop.c return res; res 177 lib/common/operations.c int res = 0; res 186 lib/common/operations.c res = sscanf(magic, "%d:%d;%s", op_status, op_rc, key); res 187 lib/common/operations.c if (res != 3) { res 188 lib/common/operations.c crm_warn("Only found %d items in: '%s'", res, magic); res 220 lib/common/operations.c int res = 0; res 229 lib/common/operations.c res = sscanf(key, "%d:%d:%d:%36s", action_id, transition_id, target_rc, *uuid); res 230 lib/common/operations.c switch (res) { res 242 lib/common/operations.c res = sscanf(key, "%d:%d:%36s", action_id, transition_id, *uuid); res 243 lib/common/operations.c if (res == 2) { res 245 lib/common/operations.c res = sscanf(key, "%d:%36s", transition_id, *uuid); res 246 lib/common/operations.c CRM_CHECK(res == 2, done = FALSE); res 248 lib/common/operations.c } else if (res != 3) { res 249 lib/common/operations.c CRM_CHECK(res == 3, done = FALSE); res 258 lib/common/operations.c res = sscanf(key, "%d:%36s", transition_id, *uuid); res 259 lib/common/operations.c CRM_CHECK(res == 2, done = FALSE); res 262 lib/common/operations.c crm_crit("Unhandled sscanf result (%d) for %s", res, key); res 266 lib/common/operations.c crm_warn("Bad UUID (%s) in sscanf result (%d) for %s", *uuid, res, key); res 270 lib/common/operations.c crm_err("Cannot decode '%s' rc=%d", key, res); res 864 lib/common/remote.c struct addrinfo *res = NULL; res 876 lib/common/remote.c ret_ga = getaddrinfo(server, NULL, &hints, &res); res 882 lib/common/remote.c if (!res || !res->ai_addr) { res 888 lib/common/remote.c for (rp = res; rp != NULL; rp = rp->ai_next) { res 896 lib/common/remote.c server = res->ai_canonname; res 936 lib/common/remote.c if (res) { res 937 lib/common/remote.c freeaddrinfo(res); res 717 lib/common/schemas.c xmlDocPtr res = NULL; res 738 lib/common/schemas.c res = xsltApplyStylesheet(xslt, doc, NULL); res 739 lib/common/schemas.c CRM_CHECK(res != NULL, goto cleanup); res 743 lib/common/schemas.c out = xmlDocGetRootElement(res); res 3063 lib/common/xml.c int res = 0; res 3114 lib/common/xml.c res = fprintf(stream, "%s", buffer); res 3115 lib/common/xml.c if (res < 0) { res 3125 lib/common/xml.c res = -1; res 3131 lib/common/xml.c res = -1; res 3136 lib/common/xml.c crm_trace("Saved %d bytes to the Cib as XML", res); res 3139 lib/common/xml.c return res; res 877 lib/services/services.c gboolean res = FALSE; res 894 lib/services/services.c res = action_exec_helper(op); res 895 lib/services/services.c if (res == FALSE) { res 299 lrmd/tls_backend.c struct addrinfo hints, *res = NULL, *iter; res 338 lrmd/tls_backend.c rc = getaddrinfo(NULL, port_str, &hints, &res); res 345 lrmd/tls_backend.c iter = res; res 358 lrmd/tls_backend.c iter = res; res 376 lrmd/tls_backend.c freeaddrinfo(res); res 1321 pengine/constraints.c char *res = NULL; res 1327 pengine/constraints.c res = strdup(action->task); res 1332 pengine/constraints.c res = op_type; res 1339 pengine/constraints.c return res; res 225 tools/crmadmin.c int res = 0; res 227 tools/crmadmin.c res = do_work(); res 228 tools/crmadmin.c if (res > 0) { res 239 tools/crmadmin.c } else if (res < 0) {