stonith_key_value_add 1167 daemons/execd/execd_commands.c             device_params = stonith_key_value_add(device_params, key, value);
stonith_key_value_add  207 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  209 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "fail");
stonith_key_value_add  234 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  236 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "fail");
stonith_key_value_add  243 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  245 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "pass");
stonith_key_value_add  274 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  276 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "pass");
stonith_key_value_add  277 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mock_dynamic_hosts", "false_1_node1 false_1_node2");
stonith_key_value_add  355 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  528 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  530 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "fail");
stonith_key_value_add  535 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  537 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "pass");
stonith_key_value_add  542 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, PCMK_STONITH_HOST_MAP,
stonith_key_value_add  544 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "mode", "fail");
stonith_key_value_add  545 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "delay", "1000");
stonith_key_value_add  547 daemons/fenced/cts-fence-helper.c     params = stonith_key_value_add(params, "pcmk_off_timeout", buf);
stonith_key_value_add 1638 daemons/fenced/fenced_commands.c             output = stonith_key_value_add(output, NULL, line);
stonith_key_value_add  191 daemons/fenced/fenced_scheduler.c         params = stonith_key_value_add(params, name, value);
stonith_key_value_add  568 include/crm/stonith-ng.h stonith_key_value_t *stonith_key_value_add(stonith_key_value_t * kvp, const char *key,
stonith_key_value_add  576 lib/fencing/st_client.c                 *devices = stonith_key_value_add(*devices, NULL, crm_element_value(match, XML_ATTR_ID));
stonith_key_value_add  136 lib/fencing/st_lha.c         *devices = stonith_key_value_add(*devices, NULL, *entry);
stonith_key_value_add   74 lib/fencing/st_rhcs.c                 *devices = stonith_key_value_add(*devices, NULL,
stonith_key_value_add  253 tools/stonith_admin.c         options.params = stonith_key_value_add(options.params, optarg, env);
stonith_key_value_add  262 tools/stonith_admin.c     options.devices = stonith_key_value_add(options.devices, NULL, optarg);
stonith_key_value_add  289 tools/stonith_admin.c         options.params = stonith_key_value_add(options.params, name, value);