local_handle 315 lib/ais/plugin.c hdb_handle_t local_handle = 0; local_handle 319 lib/ais/plugin.c local_handle = config_find_next(pcmk_api, "logging", top_handle); local_handle 321 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "debug", &value, "on"); local_handle 331 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "to_logfile", &value, "off"); local_handle 333 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "logfile", &value, NULL); local_handle 373 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "to_syslog", &value, "on"); local_handle 384 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "syslog_facility", &value, "daemon"); local_handle 388 lib/ais/plugin.c config_find_done(pcmk_api, local_handle); local_handle 391 lib/ais/plugin.c local_handle = config_find_next(pcmk_api, "quorum", top_handle); local_handle 392 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "provider", &value, NULL); local_handle 400 lib/ais/plugin.c local_handle = config_find_next(pcmk_api, "service", top_handle); local_handle 401 lib/ais/plugin.c while (local_handle) { local_handle 403 lib/ais/plugin.c pcmk_api->object_key_get(local_handle, "name", strlen("name"), (void **)&value, NULL); local_handle 407 lib/ais/plugin.c local_handle = config_find_next(pcmk_api, "service", top_handle); local_handle 410 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "ver", &value, "0"); local_handle 416 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "clustername", &local_cname, "pcmk"); local_handle 419 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "use_logd", &value, "no"); local_handle 422 lib/ais/plugin.c get_config_opt(pcmk_api, local_handle, "use_mgmtd", &value, "no"); local_handle 435 lib/ais/plugin.c config_find_done(pcmk_api, local_handle); local_handle 622 lib/ais/utils.c hdb_handle_t local_handle = 0; local_handle 625 lib/ais/utils.c config->object_find_create(OBJECT_PARENT_HANDLE, name, strlen(name), &local_handle); local_handle 626 lib/ais/utils.c ais_info("Local handle: %lld for %s", (long long)local_handle, name); local_handle 629 lib/ais/utils.c return local_handle; local_handle 636 lib/ais/utils.c hdb_handle_t local_handle = 0; local_handle 639 lib/ais/utils.c rc = config->object_find_next(top_handle, &local_handle); local_handle 644 lib/ais/utils.c local_handle = 0; local_handle 648 lib/ais/utils.c return local_handle; local_handle 652 lib/ais/utils.c config_find_done(struct corosync_api_v1 *config, hdb_handle_t local_handle) local_handle 655 lib/ais/utils.c config->object_find_destroy(local_handle); local_handle 109 lib/ais/utils.h extern void config_find_done(struct corosync_api_v1 *config, hdb_handle_t local_handle); local_handle 58 lib/cluster/corosync.c cmap_handle_t local_handle = 0; local_handle 65 lib/cluster/corosync.c if (cmap_handle == 0 && local_handle == 0) { local_handle 69 lib/cluster/corosync.c rc = cmap_initialize(&local_handle); local_handle 82 lib/cluster/corosync.c local_handle = 0; local_handle 87 lib/cluster/corosync.c cmap_handle = local_handle; local_handle 129 lib/cluster/corosync.c if(local_handle) { local_handle 130 lib/cluster/corosync.c cmap_finalize(local_handle); local_handle 77 lib/cluster/cpg.c cpg_handle_t local_handle = handle; local_handle 94 lib/cluster/cpg.c cs_repeat(retries, 5, rc = cpg_initialize(&local_handle, &cb)); local_handle 100 lib/cluster/cpg.c cs_repeat(retries, 5, rc = cpg_local_get(local_handle, &local_nodeid)); local_handle 108 lib/cluster/cpg.c cpg_finalize(local_handle); local_handle 843 lib/cluster/legacy.c confdb_handle_t local_handle = OBJECT_PARENT_HANDLE; local_handle 845 lib/cluster/legacy.c rc = confdb_object_find_start(config, local_handle); local_handle 847 lib/cluster/legacy.c return local_handle; local_handle 858 lib/cluster/legacy.c hdb_handle_t local_handle = 0; local_handle 866 lib/cluster/legacy.c rc = confdb_object_find(config, top_handle, name, strlen(name), &local_handle); local_handle 869 lib/cluster/legacy.c local_handle = 0; local_handle 873 lib/cluster/legacy.c return local_handle; local_handle 885 lib/cluster/legacy.c hdb_handle_t local_handle = 0; local_handle 895 lib/cluster/legacy.c local_handle = config_find_next(config, "service", top_handle); local_handle 896 lib/cluster/legacy.c while (local_handle) { local_handle 897 lib/cluster/legacy.c get_config_opt(config, local_handle, "name", &value, NULL); local_handle 901 lib/cluster/legacy.c get_config_opt(config, local_handle, "ver", &value, "0"); local_handle 906 lib/cluster/legacy.c local_handle = config_find_next(config, "service", top_handle); local_handle 911 lib/cluster/legacy.c local_handle = config_find_next(config, "quorum", top_handle); local_handle 912 lib/cluster/legacy.c get_config_opt(config, local_handle, "provider", &value, NULL); local_handle 204 mcp/corosync.c confdb_handle_t local_handle = OBJECT_PARENT_HANDLE; local_handle 206 mcp/corosync.c rc = confdb_object_find_start(config, local_handle); local_handle 208 mcp/corosync.c return local_handle; local_handle 219 mcp/corosync.c hdb_handle_t local_handle = 0; local_handle 227 mcp/corosync.c rc = confdb_object_find(config, top_handle, name, strlen(name), &local_handle); local_handle 230 mcp/corosync.c local_handle = 0; local_handle 234 mcp/corosync.c return local_handle; local_handle 276 mcp/corosync.c hdb_handle_t local_handle; local_handle 293 mcp/corosync.c cmap_handle_t local_handle; local_handle 298 mcp/corosync.c rc = cmap_initialize(&local_handle); local_handle 338 mcp/corosync.c local_handle = config_find_next(config, "service", top_handle); local_handle 340 mcp/corosync.c while (local_handle) { local_handle 341 mcp/corosync.c get_config_opt(config, local_handle, "name", &value, NULL); local_handle 343 mcp/corosync.c get_config_opt(config, local_handle, "ver", &value, "0"); local_handle 345 mcp/corosync.c get_config_opt(config, local_handle, "use_logd", &value, "no"); local_handle 349 mcp/corosync.c get_config_opt(config, local_handle, "use_mgmtd", &value, "no"); local_handle 359 mcp/corosync.c local_handle = config_find_next(config, "service", top_handle); local_handle 371 mcp/corosync.c local_handle = config_find_next(config, "logging", top_handle); local_handle 382 mcp/corosync.c get_config_opt(config, local_handle, KEY_PREFIX "debug", &debug_enabled, "off"); local_handle 418 mcp/corosync.c get_config_opt(config, local_handle, KEY_PREFIX "to_logfile", &logfile_enabled, "on"); local_handle 419 mcp/corosync.c get_config_opt(config, local_handle, KEY_PREFIX "logfile", &logfile, "/var/log/pacemaker.log"); local_handle 444 mcp/corosync.c get_config_opt(config, local_handle, KEY_PREFIX "to_syslog", &syslog_enabled, "on"); local_handle 445 mcp/corosync.c get_config_opt(config, local_handle, KEY_PREFIX "syslog_facility", &syslog_facility, "daemon"); local_handle 470 mcp/corosync.c if(local_handle){ local_handle 479 mcp/corosync.c rc = cmap_set_uint8(local_handle, key, 1); local_handle 486 mcp/corosync.c cmap_finalize(local_handle);