target           1026 daemons/based/based_callbacks.c     const char *target = NULL;
target           1043 daemons/based/based_callbacks.c         target = host;
target           1046 daemons/based/based_callbacks.c         target = "local host";
target           1049 daemons/based/based_callbacks.c         target = "primary";
target           1054 daemons/based/based_callbacks.c                   op, client_name, call_id, originator, target, reply_to);
target           1057 daemons/based/based_callbacks.c         crm_trace("Processing local %s operation from %s/%s intended for %s", op, client_name, call_id, target);
target             68 daemons/controld/controld_alerts.c                             e->target, e->operation, desc, e->result);
target           1146 daemons/controld/controld_execd.c     const char *target = NULL;
target           1149 daemons/controld/controld_execd.c         target = crm_element_value(xml, XML_LRM_ATTR_TARGET);
target           1151 daemons/controld/controld_execd.c     if (target == NULL) {
target           1152 daemons/controld/controld_execd.c         target = controld_globals.our_nodename;
target           1154 daemons/controld/controld_execd.c     return target;
target             93 daemons/controld/controld_fencing.c too_many_st_failures(const char *target)
target            103 daemons/controld/controld_fencing.c     if (target == NULL) {
target            109 daemons/controld/controld_fencing.c                 target = (const char*)key;
target            114 daemons/controld/controld_fencing.c         value = g_hash_table_lookup(stonith_failures, target);
target            123 daemons/controld/controld_fencing.c              value->count, target);
target            134 daemons/controld/controld_fencing.c st_fail_count_reset(const char *target)
target            140 daemons/controld/controld_fencing.c     if (target) {
target            143 daemons/controld/controld_fencing.c         rec = g_hash_table_lookup(stonith_failures, target);
target            161 daemons/controld/controld_fencing.c st_fail_count_increment(const char *target)
target            169 daemons/controld/controld_fencing.c     rec = g_hash_table_lookup(stonith_failures, target);
target            179 daemons/controld/controld_fencing.c         g_hash_table_insert(stonith_failures, strdup(target), rec);
target            203 daemons/controld/controld_fencing.c send_stonith_update(pcmk__graph_action_t *action, const char *target,
target            218 daemons/controld/controld_fencing.c     CRM_CHECK(target != NULL, return);
target            225 daemons/controld/controld_fencing.c     peer = pcmk__get_peer_full(0, target, uuid, CRM_GET_PEER_ANY);
target            238 daemons/controld/controld_fencing.c         crm_info("Recording uuid '%s' for node '%s'", uuid, target);
target            264 daemons/controld/controld_fencing.c     crm_debug("Sending fencing update %d for %s", rc, target);
target            265 daemons/controld/controld_fencing.c     fsa_register_cib_callback(rc, strdup(target), cib_fencing_updated);
target            288 daemons/controld/controld_fencing.c                           const char *target, const xmlNode *reason)
target            293 daemons/controld/controld_fencing.c     if ((abort_action != pcmk__graph_wait) && too_many_st_failures(target)) {
target            317 daemons/controld/controld_fencing.c add_stonith_cleanup(const char *target) {
target            318 daemons/controld/controld_fencing.c     stonith_cleanup_list = g_list_append(stonith_cleanup_list, strdup(target));
target            328 daemons/controld/controld_fencing.c remove_stonith_cleanup(const char *target)
target            337 daemons/controld/controld_fencing.c         if (pcmk__str_eq(target, iter_name, pcmk__str_casei)) {
target            356 daemons/controld/controld_fencing.c             char *target = iter->data;
target            358 daemons/controld/controld_fencing.c             crm_info("Purging %s from stonith cleanup list", target);
target            359 daemons/controld/controld_fencing.c             free(target);
target            376 daemons/controld/controld_fencing.c         char *target = iter->data;
target            377 daemons/controld/controld_fencing.c         crm_node_t *target_node = crm_get_peer(0, target);
target            380 daemons/controld/controld_fencing.c         crm_notice("Marking %s, target of a previous stonith action, as clean", target);
target            381 daemons/controld/controld_fencing.c         send_stonith_update(NULL, target, uuid);
target            382 daemons/controld/controld_fencing.c         free(target);
target            526 daemons/controld/controld_fencing.c                        event->target, executioner, client, event->origin);
target            529 daemons/controld/controld_fencing.c                     event->target, executioner,
target            539 daemons/controld/controld_fencing.c         && pcmk__str_eq(event->target, controld_globals.our_nodename,
target            566 daemons/controld/controld_fencing.c             st_fail_count_reset(event->target);
target            568 daemons/controld/controld_fencing.c             st_fail_count_increment(event->target);
target            574 daemons/controld/controld_fencing.c                event->target, (succeeded? "" : " not"),
target            583 daemons/controld/controld_fencing.c         crm_node_t *peer = pcmk__search_known_node_cache(0, event->target,
target            595 daemons/controld/controld_fencing.c             send_stonith_update(NULL, event->target, uuid);
target            610 daemons/controld/controld_fencing.c                          client, event->target);
target            615 daemons/controld/controld_fencing.c         } else if (pcmk__str_eq(controld_globals.dc_name, event->target,
target            621 daemons/controld/controld_fencing.c                 crm_notice("Fencing target %s was our DC", event->target);
target            624 daemons/controld/controld_fencing.c                            event->target);
target            633 daemons/controld/controld_fencing.c                 send_stonith_update(NULL, event->target, uuid);
target            635 daemons/controld/controld_fencing.c             add_stonith_cleanup(event->target);
target            644 daemons/controld/controld_fencing.c             remote_ra_fail(event->target);
target            785 daemons/controld/controld_fencing.c     const char *target = NULL;
target            832 daemons/controld/controld_fencing.c     target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            833 daemons/controld/controld_fencing.c     if (target == NULL) {
target            844 daemons/controld/controld_fencing.c         crm_info("Fence operation %d for %s succeeded", data->call_id, target);
target            863 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_UNFENCED, now, NULL,
target            868 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_DIGESTS_ALL, value, NULL,
target            872 daemons/controld/controld_fencing.c                 update_attrd(target, CRM_ATTR_DIGESTS_SECURE, value, NULL,
target            876 daemons/controld/controld_fencing.c                 send_stonith_update(action, target, uuid);
target            881 daemons/controld/controld_fencing.c         st_fail_count_reset(target);
target            903 daemons/controld/controld_fencing.c                      data->call_id, target, reason);
target            907 daemons/controld/controld_fencing.c                        "(aborting transition)", data->call_id, target, reason);
target            914 daemons/controld/controld_fencing.c         st_fail_count_increment(target);
target            915 daemons/controld/controld_fencing.c         abort_for_stonith_failure(abort_action, target, NULL);
target            928 daemons/controld/controld_fencing.c fence_with_delay(const char *target, const char *type, int delay)
target            935 daemons/controld/controld_fencing.c         stonith__set_call_options(options, target, st_opt_allow_suicide);
target            937 daemons/controld/controld_fencing.c     return stonith_api->cmds->fence_with_delay(stonith_api, options, target,
target            957 daemons/controld/controld_fencing.c     const char *target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            969 daemons/controld/controld_fencing.c     CRM_CHECK(target != NULL, invalid_action = TRUE);
target            980 daemons/controld/controld_fencing.c                type, target, id, stonith_timeout,
target            988 daemons/controld/controld_fencing.c     rc = fence_with_delay(target, type, delay_i);
target             19 daemons/controld/controld_fencing.h void st_fail_count_reset(const char * target);
target             29 daemons/controld/controld_fencing.h void add_stonith_cleanup(const char *target);
target             30 daemons/controld/controld_fencing.h void remove_stonith_cleanup(const char *target);
target            216 daemons/controld/controld_te_actions.c     const char *target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            220 daemons/controld/controld_te_actions.c     if (pcmk__str_eq(target, get_local_node_name(), pcmk__str_casei)) {
target            227 daemons/controld/controld_te_actions.c             router_node = target;
target            257 daemons/controld/controld_te_actions.c     const char *target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            284 daemons/controld/controld_te_actions.c     crm_xml_add(state, XML_ATTR_UNAME, target);
target            298 daemons/controld/controld_te_actions.c     pcmk__create_history_xml(rsc, op, CRM_FEATURE_SET, target_rc, target,
target            307 daemons/controld/controld_te_actions.c               rc, action->id, task_uuid, target);
target            316 daemons/controld/controld_te_actions.c     const char *target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            322 daemons/controld/controld_te_actions.c              action->xml->name, action->id, task_uuid, target);
target            493 daemons/controld/controld_te_actions.c te_update_job_count_on(const char *target, int offset, bool migrate)
target            497 daemons/controld/controld_te_actions.c     if(target == NULL || te_targets == NULL) {
target            501 daemons/controld/controld_te_actions.c     r = g_hash_table_lookup(te_targets, target);
target            504 daemons/controld/controld_te_actions.c         r->name = strdup(target);
target            512 daemons/controld/controld_te_actions.c     crm_trace("jobs[%s] = %d", target, r->jobs);
target            519 daemons/controld/controld_te_actions.c     const char *target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            521 daemons/controld/controld_te_actions.c     if ((action->type != pcmk__rsc_graph_action) || (target == NULL)) {
target            530 daemons/controld/controld_te_actions.c     target = crm_element_value(action->xml, XML_LRM_ATTR_ROUTER_NODE);
target            532 daemons/controld/controld_te_actions.c     if ((target == NULL)
target            541 daemons/controld/controld_te_actions.c     } else if (target == NULL) {
target            542 daemons/controld/controld_te_actions.c         target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            545 daemons/controld/controld_te_actions.c     te_update_job_count_on(target, offset, FALSE);
target            560 daemons/controld/controld_te_actions.c                 const char *target)
target            567 daemons/controld/controld_te_actions.c     if(target == NULL) {
target            575 daemons/controld/controld_te_actions.c     r = g_hash_table_lookup(te_targets, target);
target            576 daemons/controld/controld_te_actions.c     limit = throttle_get_job_limit(target);
target            580 daemons/controld/controld_te_actions.c         r->name = strdup(target);
target            586 daemons/controld/controld_te_actions.c                   target, limit, r->jobs, id);
target            593 daemons/controld/controld_te_actions.c                       target, graph->migration_limit, r->migrate_jobs, id);
target            598 daemons/controld/controld_te_actions.c     crm_trace("Peer %s has not hit their limit yet. current jobs = %d limit= %d limit", target, r->jobs, limit);
target            615 daemons/controld/controld_te_actions.c     const char *target = NULL;
target            627 daemons/controld/controld_te_actions.c     target = crm_element_value(action->xml, XML_LRM_ATTR_ROUTER_NODE);
target            629 daemons/controld/controld_te_actions.c     if ((target == NULL)
target            632 daemons/controld/controld_te_actions.c         target = crm_meta_value(action->params, XML_LRM_ATTR_MIGRATE_SOURCE);
target            633 daemons/controld/controld_te_actions.c         if (!allowed_on_node(graph, action, target)) {
target            637 daemons/controld/controld_te_actions.c         target = crm_meta_value(action->params, XML_LRM_ATTR_MIGRATE_TARGET);
target            639 daemons/controld/controld_te_actions.c     } else if (target == NULL) {
target            640 daemons/controld/controld_te_actions.c         target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET);
target            643 daemons/controld/controld_te_actions.c     return allowed_on_node(graph, action, target);
target            313 daemons/controld/controld_te_events.c             const char *target = NULL;
target            327 daemons/controld/controld_te_events.c             target = crm_element_value(action->xml, XML_LRM_ATTR_TARGET_UUID);
target            328 daemons/controld/controld_te_events.c             if (node && !pcmk__str_eq(target, node, pcmk__str_casei)) {
target            329 daemons/controld/controld_te_events.c                 crm_trace("Wrong node %s for %s on %s", target, id, node);
target            374 daemons/controld/controld_te_events.c match_down_event(const char *target)
target            380 daemons/controld/controld_te_events.c     char *xpath = crm_strdup_printf(XPATH_DOWNED, target);
target            408 daemons/controld/controld_te_events.c                   crm_element_value(match->xml, XML_LRM_ATTR_TASK_KEY), target);
target            410 daemons/controld/controld_te_events.c         crm_debug("No reason to expect node %s to be down", target);
target            395 daemons/controld/controld_throttle.c throttle_set_load_target(float target)
target            397 daemons/controld/controld_throttle.c     throttle_load_target = target;
target             17 daemons/controld/controld_transition.h pcmk__graph_action_t *match_down_event(const char *target);
target            471 daemons/fenced/fenced_cib.c             char *target = stonith_level_key(match, fenced_target_by_unknown);
target            474 daemons/fenced/fenced_cib.c             if (target == NULL) {
target            478 daemons/fenced/fenced_cib.c                 crm_err("Invalid level for %s in element %s", target, ID(match));
target            481 daemons/fenced/fenced_cib.c                 topology_remove_helper(target, index);
target             97 daemons/fenced/fenced_commands.c     char *target;
target            148 daemons/fenced/fenced_commands.c                       const char *target)
target            165 daemons/fenced/fenced_commands.c         if (target != NULL) {
target            174 daemons/fenced/fenced_commands.c                 if (mapval != val && strncasecmp(target, val, (size_t)(mapval - val)) == 0) {
target            177 daemons/fenced/fenced_commands.c                               value, target);
target            318 daemons/fenced/fenced_commands.c     free(cmd->target);
target            374 daemons/fenced/fenced_commands.c     cmd->target = crm_element_value_copy(op, F_STONITH_TARGET);
target            435 daemons/fenced/fenced_commands.c               ((cmd->target == NULL)? "" : " targeting "),
target            436 daemons/fenced/fenced_commands.c               pcmk__s(cmd->target, ""), device->id, cmd->timeout);
target            520 daemons/fenced/fenced_commands.c                       ((pending_op->target == NULL)? "" : " targeting "),
target            521 daemons/fenced/fenced_commands.c                       pcmk__s(pending_op->target, ""),
target            576 daemons/fenced/fenced_commands.c                    ((cmd->target == NULL)? "" : " targeting "),
target            577 daemons/fenced/fenced_commands.c                    pcmk__s(cmd->target, ""), device->id, device->agent);
target            588 daemons/fenced/fenced_commands.c     action = stonith__action_create(device->agent, action_str, cmd->target,
target            647 daemons/fenced/fenced_commands.c     if (device->include_nodeid && (cmd->target != NULL)) {
target            648 daemons/fenced/fenced_commands.c         crm_node_t *node = crm_get_peer(0, cmd->target);
target            660 daemons/fenced/fenced_commands.c                   (cmd->target == NULL)? "" : " targeting ",
target            661 daemons/fenced/fenced_commands.c                   pcmk__s(cmd->target, ""),
target            666 daemons/fenced/fenced_commands.c                   (cmd->target == NULL)? "" : " targeting ",
target            667 daemons/fenced/fenced_commands.c                   pcmk__s(cmd->target, ""),
target            680 daemons/fenced/fenced_commands.c     delay_base = get_action_delay_base(device, cmd->action, cmd->target);
target            702 daemons/fenced/fenced_commands.c                    (cmd->target == NULL)? "" : " targeting ",
target            703 daemons/fenced/fenced_commands.c                    pcmk__s(cmd->target, ""),
target           1153 daemons/fenced/fenced_commands.c                           const char *target,
target           1168 daemons/fenced/fenced_commands.c     pcmk__str_update(&cmd->target, target);
target           1549 daemons/fenced/fenced_commands.c     free(tp->target);
target           1662 daemons/fenced/fenced_commands.c unpack_level_request(xmlNode *xml, enum fenced_target_by *mode, char **target,
target           1697 daemons/fenced/fenced_commands.c     if (target != NULL) {
target           1698 daemons/fenced/fenced_commands.c         *target = local_target;
target           1725 daemons/fenced/fenced_commands.c     char *target;
target           1733 daemons/fenced/fenced_commands.c     level = unpack_level_request(msg, &mode, &target, &id, desc);
target           1742 daemons/fenced/fenced_commands.c         free(target);
target           1753 daemons/fenced/fenced_commands.c         free(target);
target           1764 daemons/fenced/fenced_commands.c                   target, id);
target           1765 daemons/fenced/fenced_commands.c         free(target);
target           1777 daemons/fenced/fenced_commands.c     tp = g_hash_table_lookup(topology, target);
target           1783 daemons/fenced/fenced_commands.c             free(target);
target           1787 daemons/fenced/fenced_commands.c         tp->target = target;
target           1792 daemons/fenced/fenced_commands.c         g_hash_table_replace(topology, tp->target, tp);
target           1794 daemons/fenced/fenced_commands.c                   target, (int) mode, g_hash_table_size(topology));
target           1796 daemons/fenced/fenced_commands.c         free(target);
target           1801 daemons/fenced/fenced_commands.c                  tp->target, id);
target           1808 daemons/fenced/fenced_commands.c         crm_trace("Adding device '%s' for %s[%d]", device, tp->target, id);
target           1817 daemons/fenced/fenced_commands.c                  tp->target, nlevels, pcmk__plural_s(nlevels));
target           1841 daemons/fenced/fenced_commands.c     char *target;
target           1846 daemons/fenced/fenced_commands.c     level = unpack_level_request(msg, NULL, &target, &id, desc);
target           1855 daemons/fenced/fenced_commands.c                   target, id);
target           1856 daemons/fenced/fenced_commands.c         free(target);
target           1869 daemons/fenced/fenced_commands.c     tp = g_hash_table_lookup(topology, target);
target           1874 daemons/fenced/fenced_commands.c                  target, nentries,
target           1877 daemons/fenced/fenced_commands.c     } else if (id == 0 && g_hash_table_remove(topology, target)) {
target           1881 daemons/fenced/fenced_commands.c                  "(%d active %s remaining)", target, nentries,
target           1893 daemons/fenced/fenced_commands.c                  id, target, nlevels, pcmk__plural_s(nlevels));
target           1896 daemons/fenced/fenced_commands.c     free(target);
target           2058 daemons/fenced/fenced_commands.c                       const char *target, gboolean allow_suicide)
target           2060 daemons/fenced/fenced_commands.c     gboolean localhost_is_target = pcmk__str_eq(target, stonith_our_uname,
target           2070 daemons/fenced/fenced_commands.c                       "host, not %s", action, device->id, target);
target           2095 daemons/fenced/fenced_commands.c                                  const char *action, const char *target,
target           2099 daemons/fenced/fenced_commands.c     if (localhost_is_eligible(device, action, target, allow_self)) {
target           2111 daemons/fenced/fenced_commands.c         if (localhost_is_eligible(device, PCMK_ACTION_OFF, target, allow_self)
target           2112 daemons/fenced/fenced_commands.c             || localhost_is_eligible(device, PCMK_ACTION_ON, target, FALSE)) {
target           2126 daemons/fenced/fenced_commands.c     const char *target = NULL;
target           2137 daemons/fenced/fenced_commands.c     target = search->host;
target           2138 daemons/fenced/fenced_commands.c     if (target == NULL) {
target           2152 daemons/fenced/fenced_commands.c     } else if (!localhost_is_eligible_with_remap(dev, action, target,
target           2160 daemons/fenced/fenced_commands.c     alias = g_hash_table_lookup(dev->aliases, target);
target           2165 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(target, dev->targets, pcmk__str_casei)) {
target           2168 daemons/fenced/fenced_commands.c                    && g_hash_table_lookup(dev->aliases, target)) {
target           2185 daemons/fenced/fenced_commands.c                       check_type, dev_id, target, action);
target           2194 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(((alias == NULL)? target : alias), dev->targets,
target           2208 daemons/fenced/fenced_commands.c                   check_type, dev_id, target, action);
target           2209 daemons/fenced/fenced_commands.c         schedule_internal_command(__func__, dev, PCMK_ACTION_STATUS, target,
target           2221 daemons/fenced/fenced_commands.c              pcmk__s(target, "unspecified target"),
target           2281 daemons/fenced/fenced_commands.c     char *target;
target           2298 daemons/fenced/fenced_commands.c                                const char *target)
target           2325 daemons/fenced/fenced_commands.c     delay_base = get_action_delay_base(device, action, target);
target           2355 daemons/fenced/fenced_commands.c                const char *target, gboolean allow_suicide)
target           2357 daemons/fenced/fenced_commands.c     if (!localhost_is_eligible(device, action, target, allow_suicide)) {
target           2376 daemons/fenced/fenced_commands.c                  const stonith_device_t *device, const char *target,
target           2382 daemons/fenced/fenced_commands.c     add_action_specific_attributes(child, action, device, target);
target           2383 daemons/fenced/fenced_commands.c     add_disallowed(child, action, device, target, allow_suicide);
target           2431 daemons/fenced/fenced_commands.c     crm_xml_add(list, F_STONITH_TARGET, query->target);
target           2463 daemons/fenced/fenced_commands.c         add_action_specific_attributes(dev, action, device, query->target);
target           2476 daemons/fenced/fenced_commands.c             add_disallowed(dev, action, device, query->target,
target           2478 daemons/fenced/fenced_commands.c             add_action_reply(dev, PCMK_ACTION_OFF, device, query->target,
target           2480 daemons/fenced/fenced_commands.c             add_action_reply(dev, PCMK_ACTION_ON, device, query->target, FALSE);
target           2484 daemons/fenced/fenced_commands.c         if (query->target == NULL) {
target           2492 daemons/fenced/fenced_commands.c     if (query->target) {
target           2495 daemons/fenced/fenced_commands.c                   query->target);
target           2513 daemons/fenced/fenced_commands.c     free(query->target);
target           2543 daemons/fenced/fenced_commands.c         log_level = (cmd->target == NULL)? LOG_DEBUG : LOG_NOTICE;
target           2550 daemons/fenced/fenced_commands.c         log_level = (cmd->target == NULL)? LOG_NOTICE : LOG_ERR;
target           2562 daemons/fenced/fenced_commands.c     if (cmd->target != NULL) {
target           2563 daemons/fenced/fenced_commands.c         pcmk__g_strcat(msg, "targeting ", cmd->target, " ", NULL);
target           2640 daemons/fenced/fenced_commands.c         && pcmk__str_eq(cmd->origin, cmd->target, pcmk__str_casei)) {
target           2645 daemons/fenced/fenced_commands.c                   cmd->action, cmd->target);
target           2662 daemons/fenced/fenced_commands.c         crm_xml_add(notify_data, F_STONITH_TARGET, cmd->target);
target           2727 daemons/fenced/fenced_commands.c             !pcmk__str_eq(cmd->target, cmd_other->target, pcmk__str_casei) ||
target           2737 daemons/fenced/fenced_commands.c                    (cmd_other->target == NULL)? "" : " targeting ",
target           2738 daemons/fenced/fenced_commands.c                    pcmk__s(cmd_other->target, ""), cmd_other->client_name,
target           2850 daemons/fenced/fenced_commands.c              ndevices, pcmk__plural_s(ndevices), cmd->target);
target           2863 daemons/fenced/fenced_commands.c                             cmd->target);
target           3019 daemons/fenced/fenced_commands.c     crm_xml_add(reply, F_STONITH_TARGET, cmd->target);
target           3061 daemons/fenced/fenced_commands.c check_alternate_host(const char *target)
target           3063 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(target, stonith_our_uname, pcmk__str_casei)) {
target           3070 daemons/fenced/fenced_commands.c                 && !pcmk__str_eq(entry->uname, target, pcmk__str_casei)) {
target           3088 daemons/fenced/fenced_commands.c     const char *target = NULL; 
target           3092 daemons/fenced/fenced_commands.c         target = crm_element_value(dev, F_STONITH_TARGET); 
target           3100 daemons/fenced/fenced_commands.c     if (relay_op_id && target && pcmk__str_eq(target, stonith_our_uname, pcmk__str_casei)) {
target           3124 daemons/fenced/fenced_commands.c                       (relay_op->target == NULL)? "" : " targeting ",
target           3125 daemons/fenced/fenced_commands.c                       pcmk__s(relay_op->target, ""),
target           3127 daemons/fenced/fenced_commands.c                       (target == NULL)? "" : " targeting ", pcmk__s(target, ""),
target           3207 daemons/fenced/fenced_commands.c     const char *target = NULL;
target           3228 daemons/fenced/fenced_commands.c         target = crm_element_value(dev, F_STONITH_TARGET);
target           3240 daemons/fenced/fenced_commands.c     pcmk__str_update(&query->target, target);
target           3245 daemons/fenced/fenced_commands.c     get_capable_devices(target, action, timeout,
target           3329 daemons/fenced/fenced_commands.c         const char *target = crm_element_value(dev, F_STONITH_TARGET);
target           3338 daemons/fenced/fenced_commands.c                        target, (device? device : "any device"));
target           3340 daemons/fenced/fenced_commands.c             if (stonith_check_fence_tolerance(tolerance, target, action)) {
target           3346 daemons/fenced/fenced_commands.c             alternate_host = check_alternate_host(target);
target           3350 daemons/fenced/fenced_commands.c                        request->peer, action, target,
target             43 daemons/fenced/fenced_history.c                                const char *target)
target             48 daemons/fenced/fenced_history.c     if (target) {
target             49 daemons/fenced/fenced_history.c         crm_xml_add(data, F_STONITH_TARGET, target);
target             71 daemons/fenced/fenced_history.c     const char *target = (const char *) user_data;
target             74 daemons/fenced/fenced_history.c         if ((target) && (strcmp(op->target, target) != 0)) {
target             91 daemons/fenced/fenced_history.c stonith_fence_history_cleanup(const char *target,
target             97 daemons/fenced/fenced_history.c                                        target);
target            102 daemons/fenced/fenced_history.c                              (gpointer) target);
target            251 daemons/fenced/fenced_history.c         op->target = crm_element_value_copy(xml_op, F_STONITH_TARGET);
target            301 daemons/fenced/fenced_history.c                                      gboolean add_id, const char *target)
target            358 daemons/fenced/fenced_history.c                 if (!pcmk__str_eq(target, op->target, pcmk__str_null_matches)) {
target            368 daemons/fenced/fenced_history.c                 crm_xml_add(entry, F_STONITH_TARGET, op->target);
target            443 daemons/fenced/fenced_history.c stonith_local_history(gboolean add_id, const char *target)
target            445 daemons/fenced/fenced_history.c     return stonith_local_history_diff_and_merge(NULL, add_id, target);
target            461 daemons/fenced/fenced_history.c     const char *target = NULL;
target            466 daemons/fenced/fenced_history.c         target = crm_element_value(dev, F_STONITH_TARGET);
target            467 daemons/fenced/fenced_history.c         if (target && (options & st_opt_cs_nodeid)) {
target            471 daemons/fenced/fenced_history.c             pcmk__scan_min_int(target, &nodeid, 0);
target            474 daemons/fenced/fenced_history.c                 target = node->uname;
target            480 daemons/fenced/fenced_history.c         crm_trace("Cleaning up operations on %s in %p", target,
target            483 daemons/fenced/fenced_history.c         stonith_fence_history_cleanup(target,
target            543 daemons/fenced/fenced_history.c         crm_trace("Looking for operations on %s in %p", target,
target            545 daemons/fenced/fenced_history.c         *output = stonith_local_history(FALSE, target);
target            253 daemons/fenced/fenced_remote.c     free(op->target);
target            308 daemons/fenced/fenced_remote.c              CRM_XS " id=%.8s", op->target, op->id);
target            330 daemons/fenced/fenced_remote.c              op->target, op->client_name, op->id);
target            363 daemons/fenced/fenced_remote.c                  CRM_XS " id=%.8s", op->target, op->client_name, op->id);
target            384 daemons/fenced/fenced_remote.c     crm_xml_add(notify_data, F_STONITH_TARGET, op->target);
target            451 daemons/fenced/fenced_remote.c     crm_xml_add(data, F_STONITH_TARGET, op->target);
target            554 daemons/fenced/fenced_remote.c                    op->action, (op->target? " targeting " : ""),
target            555 daemons/fenced/fenced_remote.c                    (op->target? op->target : ""),
target            607 daemons/fenced/fenced_remote.c                CRM_XS " id=%.8s", op->action, (op->target? " targeting " : ""),
target            608 daemons/fenced/fenced_remote.c                (op->target? op->target : ""),
target            656 daemons/fenced/fenced_remote.c                op->action, op->target, op->client_name, op->id);
target            671 daemons/fenced/fenced_remote.c                " id=%.8s", op->action, op->target, op->client_name, op->id);
target            680 daemons/fenced/fenced_remote.c                   op->action, op->target, op->client_name, op->id);
target            700 daemons/fenced/fenced_remote.c               op->action, op->target, op->client_name, op->id);
target            734 daemons/fenced/fenced_remote.c                   op->action, op->target, op->client_name, op->id);
target            753 daemons/fenced/fenced_remote.c                   op->id, op->target);
target            756 daemons/fenced/fenced_remote.c                   op->id, op->target);
target            760 daemons/fenced/fenced_remote.c                   op->id, op->target, stonith_op_state_str(op->state));
target            764 daemons/fenced/fenced_remote.c                   op->id, op->target, stonith_op_state_str(op->state));
target            855 daemons/fenced/fenced_remote.c     CRM_CHECK(node && tp && tp->target, return FALSE);
target            865 daemons/fenced/fenced_remote.c                 crm_notice("Matched %s with %s by attribute", node, tp->target);
target            875 daemons/fenced/fenced_remote.c                 crm_info("Bad regex '%s' for fencing level", tp->target);
target            881 daemons/fenced/fenced_remote.c                     crm_notice("Matched %s with %s by name", node, tp->target);
target            888 daemons/fenced/fenced_remote.c             crm_trace("Testing %s against %s", node, tp->target);
target            889 daemons/fenced/fenced_remote.c             return pcmk__str_eq(tp->target, node, pcmk__str_casei);
target            894 daemons/fenced/fenced_remote.c     crm_trace("No match for %s with %s", node, tp->target);
target            905 daemons/fenced/fenced_remote.c         crm_trace("Found %s for %s in %d entries", tp->target, host, g_hash_table_size(topology));
target            912 daemons/fenced/fenced_remote.c             crm_trace("Found %s for %s in %d entries", tp->target, host, g_hash_table_size(topology));
target            937 daemons/fenced/fenced_remote.c     if (op->target) {
target            938 daemons/fenced/fenced_remote.c         tp = find_topology_for_host(op->target);
target            959 daemons/fenced/fenced_remote.c                   op->level, op->target, g_list_length(tp->levels[op->level]),
target            983 daemons/fenced/fenced_remote.c              op->target, op->client_name, op->originator, op->id);
target           1013 daemons/fenced/fenced_remote.c         if (!pcmk__str_eq(op->target, other->target, pcmk__str_casei)) {
target           1015 daemons/fenced/fenced_remote.c                       op->id, other->id, op->target, other->target);
target           1028 daemons/fenced/fenced_remote.c         if (pcmk__str_eq(other->target, other->originator, pcmk__str_casei)) {
target           1030 daemons/fenced/fenced_remote.c                       op->id, other->id, other->target);
target           1036 daemons/fenced/fenced_remote.c                        other->action, other->target, other->client_name,
target           1064 daemons/fenced/fenced_remote.c                    op->action, op->target, op->client_name,
target           1204 daemons/fenced/fenced_remote.c     op->target = crm_element_value_copy(dev, F_STONITH_TARGET);
target           1214 daemons/fenced/fenced_remote.c               op->target, op->client_name, op->base_timeout,
target           1222 daemons/fenced/fenced_remote.c         pcmk__scan_min_int(op->target, &nodeid, 0);
target           1229 daemons/fenced/fenced_remote.c             free(op->target);
target           1230 daemons/fenced/fenced_remote.c             op->target = strdup(node->uname);
target           1233 daemons/fenced/fenced_remote.c             crm_warn("Could not expand nodeid '%s' into a host name", op->target);
target           1297 daemons/fenced/fenced_remote.c                      CRM_XS " id=%.8s", op->action, op->target, op->id);
target           1303 daemons/fenced/fenced_remote.c                      CRM_XS " id=%.8s", op->action, op->target, op->id);
target           1309 daemons/fenced/fenced_remote.c                        op->action, op->target, op->id,
target           1317 daemons/fenced/fenced_remote.c     crm_xml_add(query, F_STONITH_TARGET, op->target);
target           1365 daemons/fenced/fenced_remote.c                   peer->host, op->target, peer->ndevices,
target           1367 daemons/fenced/fenced_remote.c         if ((options & FIND_PEER_SKIP_TARGET) && pcmk__str_eq(peer->host, op->target, pcmk__str_casei)) {
target           1370 daemons/fenced/fenced_remote.c         if ((options & FIND_PEER_TARGET_ONLY) && !pcmk__str_eq(peer->host, op->target, pcmk__str_casei)) {
target           1403 daemons/fenced/fenced_remote.c                       op->action, op->target, device);
target           1406 daemons/fenced/fenced_remote.c                       op->action, op->target);
target           1417 daemons/fenced/fenced_remote.c             crm_trace("Waiting before looking for unverified devices to fence %s", op->target);
target           1449 daemons/fenced/fenced_remote.c         && node_does_watchdog_fencing(op->target)) {
target           1451 daemons/fenced/fenced_remote.c                  op->target);
target           1455 daemons/fenced/fenced_remote.c                    op->action, op->target, (device? device : "any device"));
target           1536 daemons/fenced/fenced_remote.c     stonith_topology_t *tp = find_topology_for_host(op->target);
target           1568 daemons/fenced/fenced_remote.c                     && node_does_watchdog_fencing(op->target)) {
target           1724 daemons/fenced/fenced_remote.c                   op->target, op->client_name, op->originator);
target           1735 daemons/fenced/fenced_remote.c                   op->target);
target           1744 daemons/fenced/fenced_remote.c     if (node_does_watchdog_fencing(op->target)) {
target           1749 daemons/fenced/fenced_remote.c                    op->target, op->action, op->client_name, op->id);
target           1759 daemons/fenced/fenced_remote.c                  "not in host-list", op->target);
target           1781 daemons/fenced/fenced_remote.c               op->id, op->target, op->client_name,
target           1801 daemons/fenced/fenced_remote.c                      op->target, device);
target           1807 daemons/fenced/fenced_remote.c                      "doesn't support 'on'", op->target, device);
target           1824 daemons/fenced/fenced_remote.c                  op->total_timeout, op->target, op->client_name, op->id);
target           1858 daemons/fenced/fenced_remote.c         crm_xml_add(remote_op, F_STONITH_TARGET, op->target);
target           1872 daemons/fenced/fenced_remote.c                        peer->host, op->action, op->target, device,
target           1880 daemons/fenced/fenced_remote.c                        peer->host, op->action, op->target, op->client_name,
target           1892 daemons/fenced/fenced_remote.c                   || (pcmk__str_eq(peer->host, op->target, pcmk__str_casei)
target           1929 daemons/fenced/fenced_remote.c                  "after successful 'off'", device, op->target);
target           1935 daemons/fenced/fenced_remote.c                 op->action, op->target, op->client_name);
target           1940 daemons/fenced/fenced_remote.c                  CRM_XS " state=%s", op->action, op->target, op->client_name,
target           1961 daemons/fenced/fenced_remote.c                      op->replies, op->action, op->target, op->client_name,
target           1982 daemons/fenced/fenced_remote.c                      op->replies, op->action, op->target, op->client_name,
target           1992 daemons/fenced/fenced_remote.c                  op->action, op->target, (device? " using " : ""),
target           2033 daemons/fenced/fenced_remote.c     tp = find_topology_for_host(op->target);
target           2049 daemons/fenced/fenced_remote.c                 if (skip_target && pcmk__str_eq(peer->host, op->target, pcmk__str_casei)) {
target           2270 daemons/fenced/fenced_remote.c     host_is_target = pcmk__str_eq(host, op->target, pcmk__str_casei);
target           2274 daemons/fenced/fenced_remote.c              op->target, op->action, ndevices, pcmk__plural_s(ndevices), id);
target           2382 daemons/fenced/fenced_remote.c                 device, (const char *) op->devices->data, op->action, op->target);
target           2400 daemons/fenced/fenced_remote.c                 op->id, device, op->target);
target           2426 daemons/fenced/fenced_remote.c                      op->target);
target           2431 daemons/fenced/fenced_remote.c                        op->action, op->target,
target           2475 daemons/fenced/fenced_remote.c               op->target, op->originator, op->client_name,
target           2481 daemons/fenced/fenced_remote.c stonith_check_fence_tolerance(int tolerance, const char *target, const char *action)
target           2487 daemons/fenced/fenced_remote.c     if (tolerance <= 0 || !stonith_remote_op_list || target == NULL ||
target           2494 daemons/fenced/fenced_remote.c         if (strcmp(rop->target, target) != 0) {
target           2508 daemons/fenced/fenced_remote.c                    target, action, tolerance, rop->delegate, rop->originator);
target             27 daemons/fenced/pacemaker-fenced.h gboolean stonith_check_fence_tolerance(int tolerance, const char *target, const char *action);
target             81 daemons/fenced/pacemaker-fenced.h     char *target;
target            206 daemons/fenced/pacemaker-fenced.h     char *target;
target             27 include/crm/common/acl_internal.h void pcmk__enable_acl(xmlNode *acl_source, xmlNode *target, const char *user);
target            183 include/crm/common/internal.h                    const char *flag_type, const char *target,
target            194 include/crm/common/internal.h                             ((target == NULL)? "target" : target),
target            217 include/crm/common/internal.h                      const char *flag_type, const char *target,
target            228 include/crm/common/internal.h                             ((target == NULL)? "target" : target),
target            101 include/crm/common/iso8601.h void crm_time_set(crm_time_t *target, const crm_time_t *source);
target            102 include/crm/common/iso8601.h void crm_time_set_timet(crm_time_t *target, const time_t *source);
target             20 include/crm/common/iso8601_internal.h pcmk__time_hr_t *pcmk__time_hr_convert(pcmk__time_hr_t *target,
target             22 include/crm/common/iso8601_internal.h void pcmk__time_set_hr_dt(crm_time_t *target, const pcmk__time_hr_t *hr_dt);
target             73 include/crm/common/xml.h void copy_in_properties(xmlNode *target, const xmlNode *src);
target             75 include/crm/common/xml.h void expand_plus_plus(xmlNode * target, const char *name, const char *value);
target             76 include/crm/common/xml.h void fix_plus_plus_recursive(xmlNode * target);
target            278 include/crm/common/xml.h     int format, xmlNode *source, xmlNode *target, bool *config, bool manage_version);
target            281 include/crm/common/xml.h void patchset_process_digest(xmlNode *patch, xmlNode *source, xmlNode *target, bool with_digest);
target             55 include/crm/fencing/internal.h                                          const char *target,
target             30 include/crm/lrmd_internal.h                             const char *target, const char *task,
target            105 include/crm/stonith-ng.h     char *target;
target            128 include/crm/stonith-ng.h     char *target;
target            341 include/crm/stonith-ng.h     int (*query)(stonith_t *stonith, int call_options, const char *target,
target            372 include/crm/stonith-ng.h     int (*confirm)(stonith_t *stonith, int call_options, const char *target);
target            402 include/pacemaker.h int pcmk_request_fencing(stonith_t *st, const char *target, const char *action,
target            423 include/pacemaker.h int pcmk_fence_history(xmlNodePtr *xml, stonith_t *st, const char *target,
target            449 include/pacemaker.h int pcmk_fence_last(xmlNodePtr *xml, const char *target, bool as_nodeid);
target            493 include/pacemaker.h int pcmk_fence_registered(xmlNodePtr *xml, stonith_t *st, const char *target,
target            508 include/pacemaker.h int pcmk_fence_register_level(stonith_t *st, const char *target,
target            523 include/pacemaker.h int pcmk_fence_unregister_level(stonith_t *st, const char *target,
target             49 include/pcmki/pcmki_fence.h int pcmk__request_fencing(stonith_t *st, const char *target, const char *action,
target             73 include/pcmki/pcmki_fence.h int pcmk__fence_history(pcmk__output_t *out, stonith_t *st, const char *target,
target            111 include/pcmki/pcmki_fence.h int pcmk__fence_last(pcmk__output_t *out, const char *target, bool as_nodeid);
target            171 include/pcmki/pcmki_fence.h                            const char *target, unsigned int timeout);
target            191 include/pcmki/pcmki_fence.h int pcmk__fence_register_level(stonith_t *st, const char *target,
target            212 include/pcmki/pcmki_fence.h int pcmk__fence_unregister_level(stonith_t *st, const char *target,
target            528 lib/cib/cib_ops.c     xmlNode *target = NULL;
target            548 lib/cib/cib_ops.c         target = find_xml_node(parent, object_name, FALSE);
target            551 lib/cib/cib_ops.c         target = pcmk__xe_match(parent, object_name, XML_ATTR_ID, object_id);
target            554 lib/cib/cib_ops.c     if (target == NULL) {
target            555 lib/cib/cib_ops.c         target = create_xml_node(parent, object_name);
target            573 lib/cib/cib_ops.c                     xmlNode *remove = find_xml_node(target, replace_item,
target            578 lib/cib/cib_ops.c                                   replace_item, target->name);
target            587 lib/cib/cib_ops.c         xml_remove_prop(target, XML_CIB_ATTR_REPLACE);
target            590 lib/cib/cib_ops.c     copy_in_properties(target, update);
target            592 lib/cib/cib_ops.c     if (xml_acl_denied(target)) {
target            612 lib/cib/cib_ops.c         tmp_result = update_cib_object(target, a_child);
target            673 lib/cib/cib_ops.c update_results(xmlNode *failed, xmlNode *target, const char *operation,
target            685 lib/cib/cib_ops.c         add_node_copy(xml_node, target);
target            687 lib/cib/cib_ops.c         crm_xml_add(xml_node, XML_FAILCIB_ATTR_ID, ID(target));
target            689 lib/cib/cib_ops.c                     (const char *) target->name);
target            926 lib/cluster/cpg.c     char *target = NULL;
target            972 lib/cluster/cpg.c             target = strdup(node->uname);
target            977 lib/cluster/cpg.c             target = crm_strdup_printf("%u", node->id);
target            981 lib/cluster/cpg.c         target = strdup("all");
target           1032 lib/cluster/cpg.c                   msg->id, target, (unsigned long long) iov->iov_len,
target           1036 lib/cluster/cpg.c                   msg->id, target, (unsigned long long) iov->iov_len,
target           1039 lib/cluster/cpg.c     free(target);
target            280 lib/common/acl.c pcmk__unpack_acl(xmlNode *source, xmlNode *target, const char *user)
target            284 lib/common/acl.c     if ((target == NULL) || (target->doc == NULL)
target            285 lib/common/acl.c         || (target->doc->_private == NULL)) {
target            289 lib/common/acl.c     docpriv = target->doc->_private;
target            344 lib/common/acl.c pcmk__enable_acl(xmlNode *acl_source, xmlNode *target, const char *user)
target            346 lib/common/acl.c     pcmk__unpack_acl(acl_source, target, user);
target            347 lib/common/acl.c     pcmk__set_xml_doc_flag(target, pcmk__xf_acl_enabled);
target            348 lib/common/acl.c     pcmk__apply_acl(target);
target            439 lib/common/acl.c     xmlNode *target = NULL;
target            450 lib/common/acl.c     target = copy_xml(xml);
target            451 lib/common/acl.c     if (target == NULL) {
target            455 lib/common/acl.c     pcmk__enable_acl(acl_source, target, user);
target            457 lib/common/acl.c     docpriv = target->doc->_private;
target            458 lib/common/acl.c     for(aIter = docpriv->acls; aIter != NULL && target; aIter = aIter->next) {
target            467 lib/common/acl.c             xmlXPathObjectPtr xpathObj = xpath_search(target, acl->xpath);
target            473 lib/common/acl.c                 if (!purge_xml_attributes(match) && (match == target)) {
target            487 lib/common/acl.c     if (!purge_xml_attributes(target)) {
target            499 lib/common/acl.c         free_xml(target);
target            500 lib/common/acl.c         target = NULL;
target            503 lib/common/acl.c     if (target) {
target            504 lib/common/acl.c         *result = target;
target             44 lib/common/attrs.c         const char *target = getenv(target_var);
target             48 lib/common/attrs.c         if (host_physical && pcmk__str_eq(target, "host", pcmk__str_casei)) {
target             84 lib/common/crmcommon_private.h void pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update,
target             92 lib/common/crmcommon_private.h void pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update);
target             98 lib/common/crmcommon_private.h void pcmk__unpack_acl(xmlNode *source, xmlNode *target, const char *user);
target            333 lib/common/io.c     const char *target = NULL;
target            341 lib/common/io.c         target = full_file;
target            345 lib/common/io.c             crm_notice("%s not found: %s", target, pcmk_rc_str(errno));
target            348 lib/common/io.c             target = NULL;
target            352 lib/common/io.c                     target, (unsigned long) buf.st_mode);
target            359 lib/common/io.c     if (target == NULL) {
target            360 lib/common/io.c         target = dir;
target            373 lib/common/io.c     if (!pcmk__daemon_user_can_write(target, &buf)
target            374 lib/common/io.c         && !pcmk__daemon_group_can_write(target, &buf)) {
target            378 lib/common/io.c                 target, CRM_DAEMON_USER, CRM_DAEMON_GROUP,
target            209 lib/common/ipc_attrd.c     const char *target = pcmk__node_attr_target(node);
target            211 lib/common/ipc_attrd.c     if (target != NULL) {
target            212 lib/common/ipc_attrd.c         node = target;
target            260 lib/common/ipc_attrd.c     const char *target = NULL;
target            266 lib/common/ipc_attrd.c     target = pcmk__node_attr_target(node);
target            268 lib/common/ipc_attrd.c     if (target != NULL) {
target            269 lib/common/ipc_attrd.c         node = target;
target            285 lib/common/ipc_attrd.c     const char *target = pcmk__node_attr_target(node);
target            287 lib/common/ipc_attrd.c     if (target != NULL) {
target            288 lib/common/ipc_attrd.c         node = target;
target            326 lib/common/ipc_attrd.c     const char *target = NULL;
target            335 lib/common/ipc_attrd.c         target = pcmk__node_attr_target(node);
target            337 lib/common/ipc_attrd.c         if (target != NULL) {
target            338 lib/common/ipc_attrd.c             node = target;
target            368 lib/common/ipc_attrd.c     const char *target = pcmk__node_attr_target(node);
target            370 lib/common/ipc_attrd.c     if (target != NULL) {
target            371 lib/common/ipc_attrd.c         node = target;
target            457 lib/common/ipc_attrd.c     const char *target = NULL;
target            463 lib/common/ipc_attrd.c     target = pcmk__node_attr_target(node);
target            465 lib/common/ipc_attrd.c     if (target != NULL) {
target            466 lib/common/ipc_attrd.c         node = target;
target            534 lib/common/ipc_attrd.c             const char *target = NULL;
target            549 lib/common/ipc_attrd.c             target = pcmk__node_attr_target(pair->node);
target            551 lib/common/ipc_attrd.c             if (target != NULL) {
target            552 lib/common/ipc_attrd.c                 pair->node = target;
target           1305 lib/common/iso8601.c crm_time_set(crm_time_t *target, const crm_time_t *source)
target           1307 lib/common/iso8601.c     crm_trace("target=%p, source=%p", target, source);
target           1309 lib/common/iso8601.c     CRM_CHECK(target != NULL && source != NULL, return);
target           1311 lib/common/iso8601.c     target->years = source->years;
target           1312 lib/common/iso8601.c     target->days = source->days;
target           1313 lib/common/iso8601.c     target->months = source->months;    /* Only for durations */
target           1314 lib/common/iso8601.c     target->seconds = source->seconds;
target           1315 lib/common/iso8601.c     target->offset = source->offset;
target           1319 lib/common/iso8601.c     crm_time_log(LOG_TRACE, "target", target,
target           1324 lib/common/iso8601.c ha_set_tm_time(crm_time_t *target, const struct tm *source)
target           1330 lib/common/iso8601.c     target->years = 0;
target           1331 lib/common/iso8601.c     target->months = 0;
target           1332 lib/common/iso8601.c     target->days = 0;
target           1333 lib/common/iso8601.c     target->seconds = 0;
target           1334 lib/common/iso8601.c     target->offset = 0;
target           1335 lib/common/iso8601.c     target->duration = FALSE;
target           1339 lib/common/iso8601.c         target->years = 1900 + source->tm_year;
target           1344 lib/common/iso8601.c         target->days = 1 + source->tm_yday;
target           1348 lib/common/iso8601.c         target->seconds += HOUR_SECONDS * source->tm_hour;
target           1351 lib/common/iso8601.c         target->seconds += 60 * source->tm_min;
target           1354 lib/common/iso8601.c         target->seconds += source->tm_sec;
target           1363 lib/common/iso8601.c     target->offset += HOUR_SECONDS * h_offset;
target           1364 lib/common/iso8601.c     target->offset += 60 * m_offset;
target           1368 lib/common/iso8601.c crm_time_set_timet(crm_time_t *target, const time_t *source)
target           1370 lib/common/iso8601.c     ha_set_tm_time(target, localtime(source));
target           1376 lib/common/iso8601.c     crm_time_t *target = crm_time_new_undefined();
target           1378 lib/common/iso8601.c     crm_time_set(target, source);
target           1379 lib/common/iso8601.c     return target;
target           1393 lib/common/iso8601.c     crm_time_t *target = crm_time_new_undefined();
target           1395 lib/common/iso8601.c     crm_time_set_timet(target, &source);
target           1396 lib/common/iso8601.c     return target;
target           1660 lib/common/iso8601.c ha_get_tm_time(struct tm *target, const crm_time_t *source)
target           1662 lib/common/iso8601.c     *target = (struct tm) {
target           1674 lib/common/iso8601.c     mktime(target);
target           1688 lib/common/iso8601.c pcmk__time_hr_convert(pcmk__time_hr_t *target, const crm_time_t *dt)
target           1693 lib/common/iso8601.c         hr_dt = target?target:calloc(1, sizeof(pcmk__time_hr_t));
target           1709 lib/common/iso8601.c pcmk__time_set_hr_dt(crm_time_t *target, const pcmk__time_hr_t *hr_dt)
target           1711 lib/common/iso8601.c     CRM_ASSERT((hr_dt) && (target));
target           1712 lib/common/iso8601.c     *target = (crm_time_t) {
target            250 lib/common/patchset.c xml_create_patchset_v1(xmlNode *source, xmlNode *target, bool config,
target            253 lib/common/patchset.c     xmlNode *patchset = diff_xml_object(source, target, suppress);
target            256 lib/common/patchset.c         CRM_LOG_ASSERT(xml_document_dirty(target));
target            257 lib/common/patchset.c         xml_repair_v1_diff(source, target, patchset, config);
target            264 lib/common/patchset.c xml_create_patchset_v2(xmlNode *source, xmlNode *target)
target            279 lib/common/patchset.c     CRM_ASSERT(target);
target            280 lib/common/patchset.c     if (!xml_document_dirty(target)) {
target            284 lib/common/patchset.c     CRM_ASSERT(target->doc);
target            285 lib/common/patchset.c     docpriv = target->doc->_private;
target            304 lib/common/patchset.c         const char *value = crm_element_value(target, vfields[lpc]);
target            323 lib/common/patchset.c     add_xml_changes_to_patchset(target, patchset);
target            328 lib/common/patchset.c xml_create_patchset(int format, xmlNode *source, xmlNode *target,
target            336 lib/common/patchset.c     xml_acl_disable(target);
target            337 lib/common/patchset.c     if (!xml_document_dirty(target)) {
target            342 lib/common/patchset.c     config = is_config_change(target);
target            349 lib/common/patchset.c         crm_xml_add(target, XML_ATTR_NUMUPDATES, "0");
target            351 lib/common/patchset.c         crm_element_value_int(target, XML_ATTR_GENERATION, &counter);
target            352 lib/common/patchset.c         crm_xml_add_int(target, XML_ATTR_GENERATION, counter+1);
target            355 lib/common/patchset.c         crm_element_value_int(target, XML_ATTR_NUMUPDATES, &counter);
target            358 lib/common/patchset.c         crm_xml_add_int(target, XML_ATTR_NUMUPDATES, (counter + 1));
target            372 lib/common/patchset.c             patch = xml_create_patchset_v1(source, target, config, FALSE);
target            375 lib/common/patchset.c             patch = xml_create_patchset_v2(source, target);
target            385 lib/common/patchset.c patchset_process_digest(xmlNode *patch, xmlNode *source, xmlNode *target,
target            392 lib/common/patchset.c     if ((patch == NULL) || (source == NULL) || (target == NULL)) {
target            399 lib/common/patchset.c     CRM_LOG_ASSERT(!xml_document_dirty(target));
target            407 lib/common/patchset.c     digest = calculate_xml_versioned_digest(target, FALSE, TRUE, version);
target            424 lib/common/patchset.c process_v1_removals(xmlNode *target, xmlNode *patch)
target            432 lib/common/patchset.c     if ((target == NULL) || (patch == NULL)) {
target            436 lib/common/patchset.c     if (target->type == XML_COMMENT_NODE) {
target            439 lib/common/patchset.c         subtract_xml_comment(target->parent, target, patch, &dummy);
target            442 lib/common/patchset.c     CRM_CHECK(pcmk__xe_is(target, (const char *) patch->name), return);
target            443 lib/common/patchset.c     CRM_CHECK(pcmk__str_eq(ID(target), ID(patch), pcmk__str_casei), return);
target            446 lib/common/patchset.c     id = crm_element_value_copy(target, XML_ATTR_ID);
target            450 lib/common/patchset.c                   target->name, id);
target            451 lib/common/patchset.c         free_xml(target);
target            460 lib/common/patchset.c     cIter = pcmk__xml_first_child(target);
target            473 lib/common/patchset.c process_v1_additions(xmlNode *parent, xmlNode *target, xmlNode *patch)
target            485 lib/common/patchset.c     } else if ((parent == NULL) && (target == NULL)) {
target            492 lib/common/patchset.c     if ((target == NULL) && (value != NULL)
target            499 lib/common/patchset.c     } else if (target == NULL) {
target            505 lib/common/patchset.c     if (target->type == XML_COMMENT_NODE) {
target            506 lib/common/patchset.c         pcmk__xc_update(parent, target, patch);
target            509 lib/common/patchset.c     CRM_CHECK(pcmk__xe_is(target, name), return);
target            510 lib/common/patchset.c     CRM_CHECK(pcmk__str_eq(ID(target), ID(patch), pcmk__str_casei), return);
target            517 lib/common/patchset.c         xml_remove_prop(target, p_name); // Preserve patch order
target            518 lib/common/patchset.c         crm_xml_add(target, p_name, p_value);
target            525 lib/common/patchset.c         target_child = pcmk__xml_match(target, patch_child, false);
target            526 lib/common/patchset.c         process_v1_additions(target, target_child, patch_child);
target            797 lib/common/patchset.c     xmlNode *target = (xmlNode *) top->doc;
target            843 lib/common/patchset.c                     target = first_matching_xml_child(target, tag, NULL,
target            847 lib/common/patchset.c                     target = first_matching_xml_child(target, tag, id,
target            852 lib/common/patchset.c                     target = NULL;
target            859 lib/common/patchset.c     } while ((rc == 2) && target);
target            861 lib/common/patchset.c     if (target) {
target            863 lib/common/patchset.c                   (path = (char *) xmlGetNodePath(target)), key);
target            873 lib/common/patchset.c     return target;
target            456 lib/common/xml.c copy_in_properties(xmlNode *target, const xmlNode *src)
target            461 lib/common/xml.c     } else if (target == NULL) {
target            469 lib/common/xml.c             expand_plus_plus(target, p_name, p_value);
target            470 lib/common/xml.c             if (xml_acl_denied(target)) {
target            471 lib/common/xml.c                 crm_trace("Cannot copy %s=%s to %s", p_name, p_value, target->name);
target            489 lib/common/xml.c fix_plus_plus_recursive(xmlNode *target)
target            494 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(target); a != NULL; a = a->next) {
target            498 lib/common/xml.c         expand_plus_plus(target, p_name, p_value);
target            500 lib/common/xml.c     for (child = pcmk__xml_first_child(target); child != NULL;
target            523 lib/common/xml.c expand_plus_plus(xmlNode * target, const char *name, const char *value)
target            532 lib/common/xml.c     if (target == NULL || value == NULL || name == NULL) {
target            536 lib/common/xml.c     old_value = crm_element_value(target, name);
target            571 lib/common/xml.c     crm_xml_add_int(target, name, int_value);
target            579 lib/common/xml.c     crm_xml_add(target, name, value);
target           2178 lib/common/xml.c pcmk__xc_update(xmlNode *parent, xmlNode *target, xmlNode *update)
target           2183 lib/common/xml.c     if (target == NULL) {
target           2184 lib/common/xml.c         target = pcmk__xc_match(parent, update, false);
target           2187 lib/common/xml.c     if (target == NULL) {
target           2190 lib/common/xml.c     } else if (!pcmk__str_eq((const char *)target->content, (const char *)update->content, pcmk__str_casei)) {
target           2191 lib/common/xml.c         xmlFree(target->content);
target           2192 lib/common/xml.c         target->content = xmlStrdup(update->content);
target           2209 lib/common/xml.c pcmk__xml_update(xmlNode *parent, xmlNode *target, xmlNode *update,
target           2219 lib/common/xml.c     crm_log_xml_trace(target, "target:");
target           2225 lib/common/xml.c         pcmk__xc_update(parent, target, update);
target           2239 lib/common/xml.c     CRM_CHECK(target != NULL || parent != NULL, return);
target           2241 lib/common/xml.c     if (target == NULL) {
target           2242 lib/common/xml.c         target = pcmk__xe_match(parent, object_name,
target           2246 lib/common/xml.c     if (target == NULL) {
target           2247 lib/common/xml.c         target = create_xml_node(parent, object_name);
target           2248 lib/common/xml.c         CRM_CHECK(target != NULL, return);
target           2266 lib/common/xml.c     CRM_CHECK(pcmk__xe_is(target, (const char *) update->name), return);
target           2270 lib/common/xml.c         copy_in_properties(target, update);
target           2279 lib/common/xml.c             xmlUnsetProp(target, a->name);
target           2280 lib/common/xml.c             xmlSetProp(target, a->name, (pcmkXmlStr) p_value);
target           2294 lib/common/xml.c         pcmk__xml_update(target, NULL, a_child, as_diff);
target             28 lib/fencing/fencing_private.h int stonith__rhcs_validate(stonith_t *st, int call_options, const char *target,
target             46 lib/fencing/fencing_private.h int stonith__lha_validate(stonith_t *st, int call_options, const char *target,
target            123 lib/fencing/st_actions.c make_args(const char *agent, const char *action, const char *target,
target            142 lib/fencing/st_actions.c                       value, action, pcmk__s(target, "no node"));
target            152 lib/fencing/st_actions.c     if ((target != NULL) && (device_args != NULL)) {
target            158 lib/fencing/st_actions.c         g_hash_table_insert(arg_list, strdup("nodename"), strdup(target));
target            166 lib/fencing/st_actions.c                      nodeid, action, pcmk__s(target, "no node"));
target            191 lib/fencing/st_actions.c                     alias = g_hash_table_lookup(port_map, target);
target            194 lib/fencing/st_actions.c                     alias = target;
target            197 lib/fencing/st_actions.c                           param, alias, action, pcmk__s(target, "no node"));
target            266 lib/fencing/st_actions.c                        const char *target, uint32_t target_nodeid,
target            274 lib/fencing/st_actions.c     action->args = make_args(agent, action_name, target, target_nodeid,
target            277 lib/fencing/st_actions.c               action_name, pcmk__s(target, "no node"), agent);
target            542 lib/fencing/st_client.c stonith_api_query(stonith_t * stonith, int call_options, const char *target,
target            555 lib/fencing/st_client.c     crm_xml_add(data, F_STONITH_TARGET, target);
target            602 lib/fencing/st_client.c                  const char *action, const char *target, int timeout_sec,
target            612 lib/fencing/st_client.c     crm_xml_add(data, F_STONITH_TARGET, target);
target            692 lib/fencing/st_client.c stonith_api_confirm(stonith_t * stonith, int call_options, const char *target)
target            694 lib/fencing/st_client.c     stonith__set_call_options(call_options, target, st_opt_manual_ack);
target            695 lib/fencing/st_client.c     return stonith_api_fence(stonith, call_options, target, PCMK_ACTION_OFF, 0,
target            732 lib/fencing/st_client.c             kvp->target = crm_element_value_copy(op, F_STONITH_TARGET);
target            764 lib/fencing/st_client.c         free(hp->target);
target           1443 lib/fencing/st_client.c             event->target = crm_element_value_copy(data, F_STONITH_TARGET);
target           1478 lib/fencing/st_client.c     free(event->target);
target           1745 lib/fencing/st_client.c     const char *target = "node1";
target           1784 lib/fencing/st_client.c             rc = stonith__rhcs_validate(st, call_options, target, agent,
target           1791 lib/fencing/st_client.c             rc = stonith__lha_validate(st, call_options, target, agent,
target           2272 lib/fencing/st_client.c             pcmk__str_eq(event->target, prev_hp->target, pcmk__str_casei) &&
target           2652 lib/fencing/st_client.c     const char *target = pcmk__s(event->target, "no node");
target           2694 lib/fencing/st_client.c                              action, target, executioner, origin, origin_node,
target            275 lib/fencing/st_lha.c stonith__lha_validate(stonith_t *st, int call_options, const char *target,
target            103 lib/fencing/st_output.c                    stonith_action_str(history->action), " of ", history->target,
target            187 lib/fencing/st_output.c         if (!pcmk__str_in_list(hp->target, only_node, pcmk__str_star_matches|pcmk__str_casei)) {
target            216 lib/fencing/st_output.c         if (!pcmk__str_in_list(hp->target, only_node, pcmk__str_star_matches|pcmk__str_casei)) {
target            249 lib/fencing/st_output.c         if (!pcmk__str_in_list(hp->target, only_node, pcmk__str_star_matches|pcmk__str_casei)) {
target            280 lib/fencing/st_output.c             if (!pcmk__str_in_list(hp->target, only_node, pcmk__str_star_matches|pcmk__str_casei)) {
target            310 lib/fencing/st_output.c     const char *target = va_arg(args, const char *);
target            314 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Node %s last fenced at: %s", target, ctime(&when));
target            326 lib/fencing/st_output.c     const char *target = va_arg(args, const char *);
target            330 lib/fencing/st_output.c         pcmk__indented_printf(out, "Node %s last fenced at: %s", target, ctime(&when));
target            332 lib/fencing/st_output.c         pcmk__indented_printf(out, "Node %s has never been fenced\n", target);
target            341 lib/fencing/st_output.c     const char *target = va_arg(args, const char *);
target            348 lib/fencing/st_output.c                                      "target", target,
target            373 lib/fencing/st_output.c         if (!pcmk__str_in_list(hp->target, only_node, pcmk__str_star_matches|pcmk__str_casei)) {
target            461 lib/fencing/st_output.c                                                    "target", event->target,
target            257 lib/fencing/st_rhcs.c stonith__rhcs_validate(stonith_t *st, int call_options, const char *target,
target            298 lib/fencing/st_rhcs.c     action = stonith__action_create(agent, PCMK_ACTION_VALIDATE_ALL, target, 0,
target            311 lib/lrmd/lrmd_alerts.c                         const char *target, const char *task, const char *desc,
target            321 lib/lrmd/lrmd_alerts.c     params = alert_key2param(params, PCMK__alert_key_node, target);
target            208 lib/pacemaker/pcmk_acl.c     xmlNode *target, *comment;
target            234 lib/pacemaker/pcmk_acl.c     target = copy_xml(xmlDocGetRootElement((xmlDoc *) cib_doc));
target            235 lib/pacemaker/pcmk_acl.c     if (target == NULL) {
target            239 lib/pacemaker/pcmk_acl.c     pcmk__enable_acl(target, target, cred);
target            241 lib/pacemaker/pcmk_acl.c     ret = annotate_with_siblings(target);
target            247 lib/pacemaker/pcmk_acl.c         comment = xmlNewDocComment(target->doc, (pcmkXmlStr) credentials);
target            250 lib/pacemaker/pcmk_acl.c             xmlFreeNode(target);
target            253 lib/pacemaker/pcmk_acl.c         xmlAddPrevSibling(xmlDocGetRootElement(target->doc), comment);
target            254 lib/pacemaker/pcmk_acl.c         *acl_evaled_doc = target->doc;
target            257 lib/pacemaker/pcmk_acl.c         xmlFreeNode(target);
target             29 lib/pacemaker/pcmk_fence.c     const char *target;
target             39 lib/pacemaker/pcmk_fence.c handle_level(stonith_t *st, const char *target, int fence_level,
target             48 lib/pacemaker/pcmk_fence.c     if (target == NULL) {
target             54 lib/pacemaker/pcmk_fence.c     value = strchr(target, '=');
target             56 lib/pacemaker/pcmk_fence.c         name = target;
target             58 lib/pacemaker/pcmk_fence.c     } else if (*target == '@') {
target             59 lib/pacemaker/pcmk_fence.c         pattern = target + 1;
target             61 lib/pacemaker/pcmk_fence.c         node = target;
target             98 lib/pacemaker/pcmk_fence.c                 if (pcmk__str_eq(hp->target, np->target, pcmk__str_casei)
target            124 lib/pacemaker/pcmk_fence.c     if (pcmk__str_eq(async_fence_data.target, e->target, pcmk__str_casei)
target            164 lib/pacemaker/pcmk_fence.c                                          async_fence_data.target,
target            187 lib/pacemaker/pcmk_fence.c pcmk__request_fencing(stonith_t *st, const char *target, const char *action,
target            196 lib/pacemaker/pcmk_fence.c     async_fence_data.target = target;
target            224 lib/pacemaker/pcmk_fence.c pcmk_request_fencing(stonith_t *st, const char *target, const char *action,
target            228 lib/pacemaker/pcmk_fence.c     return pcmk__request_fencing(st, target, action, name, timeout, tolerance,
target            234 lib/pacemaker/pcmk_fence.c pcmk__fence_history(pcmk__output_t *out, stonith_t *st, const char *target,
target            244 lib/pacemaker/pcmk_fence.c                   target ? " for node " : "", target ? target : "");
target            250 lib/pacemaker/pcmk_fence.c     stonith__set_call_options(opts, target, st_opts);
target            252 lib/pacemaker/pcmk_fence.c         stonith__set_call_options(opts, target, st_opt_cleanup);
target            255 lib/pacemaker/pcmk_fence.c         stonith__set_call_options(opts, target, st_opt_broadcast);
target            257 lib/pacemaker/pcmk_fence.c     if (pcmk__str_eq(target, "*", pcmk__str_none)) {
target            258 lib/pacemaker/pcmk_fence.c         target = NULL;
target            260 lib/pacemaker/pcmk_fence.c     rc = st->cmds->history(st, opts, target, &history, (timeout / 1000));
target            305 lib/pacemaker/pcmk_fence.c pcmk_fence_history(xmlNodePtr *xml, stonith_t *st, const char *target,
target            321 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_history(out, st, target, timeout, verbose, broadcast,
target            373 lib/pacemaker/pcmk_fence.c pcmk__fence_last(pcmk__output_t *out, const char *target, bool as_nodeid)
target            377 lib/pacemaker/pcmk_fence.c     if (target == NULL) {
target            382 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(atol(target), NULL, FALSE);
target            384 lib/pacemaker/pcmk_fence.c         when = stonith_api_time(0, target, FALSE);
target            387 lib/pacemaker/pcmk_fence.c     return out->message(out, "last-fenced", target, when);
target            392 lib/pacemaker/pcmk_fence.c pcmk_fence_last(xmlNodePtr *xml, const char *target, bool as_nodeid)
target            404 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_last(out, target, as_nodeid);
target            496 lib/pacemaker/pcmk_fence.c pcmk__fence_registered(pcmk__output_t *out, stonith_t *st, const char *target,
target            502 lib/pacemaker/pcmk_fence.c     rc = st->cmds->query(st, st_opts, target, &devices, timeout/1000);
target            525 lib/pacemaker/pcmk_fence.c pcmk_fence_registered(xmlNodePtr *xml, stonith_t *st, const char *target,
target            538 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_registered(out, st, target, timeout);
target            545 lib/pacemaker/pcmk_fence.c pcmk__fence_register_level(stonith_t *st, const char *target, int fence_level,
target            548 lib/pacemaker/pcmk_fence.c     return handle_level(st, target, fence_level, devices, true);
target            553 lib/pacemaker/pcmk_fence.c pcmk_fence_register_level(stonith_t *st, const char *target, int fence_level,
target            556 lib/pacemaker/pcmk_fence.c     return pcmk__fence_register_level(st, target, fence_level, devices);
target            561 lib/pacemaker/pcmk_fence.c pcmk__fence_unregister_level(stonith_t *st, const char *target, int fence_level)
target            563 lib/pacemaker/pcmk_fence.c     return handle_level(st, target, fence_level, NULL, false);
target            568 lib/pacemaker/pcmk_fence.c pcmk_fence_unregister_level(stonith_t *st, const char *target, int fence_level)
target            570 lib/pacemaker/pcmk_fence.c     return pcmk__fence_unregister_level(st, target, fence_level);
target           1442 lib/pacemaker/pcmk_output.c     const char *target = va_arg(args, const char *);
target           1449 lib/pacemaker/pcmk_output.c     out->list_item(out, NULL, "Fencing %s (%s)", target, op);
target           1457 lib/pacemaker/pcmk_output.c     const char *target = va_arg(args, const char *);
target           1465 lib/pacemaker/pcmk_output.c                                  "target", target,
target             57 lib/pacemaker/pcmk_sched_fencing.c     pcmk_node_t *target;
target             60 lib/pacemaker/pcmk_sched_fencing.c     target = stonith_op->node;
target             78 lib/pacemaker/pcmk_sched_fencing.c                                             target->details->id) != NULL)
target             79 lib/pacemaker/pcmk_sched_fencing.c                     && !rsc_is_known_on(rsc, target)) {
target             91 lib/pacemaker/pcmk_sched_fencing.c                                  action->uuid, pe__node_name(target));
target            117 lib/pacemaker/pcmk_sched_fencing.c     pcmk_node_t *target;
target            120 lib/pacemaker/pcmk_sched_fencing.c     target = stonith_op->node;
target            123 lib/pacemaker/pcmk_sched_fencing.c     action_list = pe__resource_actions(rsc, target, PCMK_ACTION_STOP, FALSE);
target            132 lib/pacemaker/pcmk_sched_fencing.c         || pe__is_guest_node(target)) {
target            170 lib/pacemaker/pcmk_sched_fencing.c                        pe__node_name(target));
target            174 lib/pacemaker/pcmk_sched_fencing.c                      pe__node_name(target));
target            211 lib/pacemaker/pcmk_sched_fencing.c     action_list = pe__resource_actions(rsc, target, PCMK_ACTION_DEMOTE, FALSE);
target            223 lib/pacemaker/pcmk_sched_fencing.c                             rsc->id, pe__node_name(target));
target            226 lib/pacemaker/pcmk_sched_fencing.c                             action->uuid, pe__node_name(target));
target             29 lib/pacemaker/pcmk_sched_migration.c                    const pcmk_node_t *target)
target             35 lib/pacemaker/pcmk_sched_migration.c                    target->details->uname);
target            688 lib/pacemaker/pcmk_simulate.c     char *target = crm_element_value_copy(action->xml, XML_LRM_ATTR_TARGET);
target            690 lib/pacemaker/pcmk_simulate.c     out->message(out, "inject-fencing-action", target, op);
target            697 lib/pacemaker/pcmk_simulate.c         xmlNode *cib_node = pcmk__inject_node_state_change(fake_cib, target,
target            709 lib/pacemaker/pcmk_simulate.c                        "[@" XML_ATTR_UNAME "='", target, "']/" XML_CIB_TAG_LRM,
target            717 lib/pacemaker/pcmk_simulate.c                        "[@" XML_ATTR_UNAME "='", target, "']"
target            728 lib/pacemaker/pcmk_simulate.c     free(target);
target             32 lib/pengine/bundle.c     char *target;
target             39 lib/pengine/bundle.c     char *target;
target            513 lib/pengine/bundle.c                                ":", mount->target, NULL);
target            527 lib/pengine/bundle.c                                        volid, mount->target);
target            545 lib/pengine/bundle.c                                    ":", port->target, NULL);
target            551 lib/pengine/bundle.c                                    " -p ", port->source, ":", port->target,
target            558 lib/pengine/bundle.c                                    " --port=", port->target,
target            563 lib/pengine/bundle.c                                    " --port=", port->target, ":", port->source,
target            863 lib/pengine/bundle.c           const char *target, const char *options, uint32_t flags)
target            869 lib/pengine/bundle.c     mount->target = strdup(target);
target            879 lib/pengine/bundle.c     free(mount->target);
target            888 lib/pengine/bundle.c     free(port->target);
target           1069 lib/pengine/bundle.c                 port->target = crm_element_value_copy(xml_child, "internal-port");
target           1073 lib/pengine/bundle.c                 if(port->target == NULL) {
target           1074 lib/pengine/bundle.c                     port->target = strdup(port->source);
target           1090 lib/pengine/bundle.c         const char *target = crm_element_value(xml_child, "target-dir");
target           1100 lib/pengine/bundle.c         if (source && target) {
target           1101 lib/pengine/bundle.c             mount_add(bundle_data, source, target, options, flags);
target           1102 lib/pengine/bundle.c             if (strcmp(target, "/var/log") == 0) {
target           1214 lib/pengine/bundle.c         port->target = strdup(port->source);
target           3023 lib/pengine/unpack.c     const char *target = NULL;
target           3031 lib/pengine/unpack.c     target = crm_element_value(xml_op, XML_LRM_ATTR_MIGRATE_TARGET);
target           3036 lib/pengine/unpack.c     if (pcmk__str_eq(node_name, target, pcmk__str_casei)) {
target           3178 lib/pengine/unpack.c     const char *target = NULL;
target           3185 lib/pengine/unpack.c                                  &target) != pcmk_rc_ok) {
target           3195 lib/pengine/unpack.c                                target, source, -1, history->rsc->cluster);
target           3212 lib/pengine/unpack.c     target_newer_state = newer_state_after_migrate(history->rsc->id, target,
target           3233 lib/pengine/unpack.c     target_node = pe_find_node(history->rsc->cluster->nodes, target);
target           3257 lib/pengine/unpack.c         && unknown_on_node(history->rsc, target)) {
target           3297 lib/pengine/unpack.c     const char *target = NULL;
target           3301 lib/pengine/unpack.c                                  &target) != pcmk_rc_ok) {
target           3312 lib/pengine/unpack.c                                       PCMK_ACTION_MIGRATE_FROM, target, source,
target           3320 lib/pengine/unpack.c         !unknown_on_node(history->rsc, target)
target           3324 lib/pengine/unpack.c         && !newer_state_after_migrate(history->rsc->id, target, history->xml,
target           3332 lib/pengine/unpack.c                                                 target);
target           3364 lib/pengine/unpack.c     const char *target = NULL;
target           3368 lib/pengine/unpack.c                                  &target) != pcmk_rc_ok) {
target           3379 lib/pengine/unpack.c                                     source, target, PCMK_OCF_OK,
target           4651 lib/pengine/unpack.c         pcmk_node_t *target = NULL;
target           4655 lib/pengine/unpack.c         target = pe_find_node(history->rsc->cluster->nodes, migrate_target);
target           4656 lib/pengine/unpack.c         if (target != NULL) {
target           4657 lib/pengine/unpack.c             stop_action(history->rsc, target, FALSE);
target            573 lib/services/dbus.c     char *target;       // Name of DBus bus that query should be sent to
target            582 lib/services/dbus.c     free(data->target);
target            695 lib/services/dbus.c pcmk_dbus_get_property(DBusConnection *connection, const char *target,
target            704 lib/services/dbus.c     CRM_CHECK((connection != NULL) && (target != NULL) && (obj != NULL)
target            708 lib/services/dbus.c               target, obj, name);
target            711 lib/services/dbus.c     msg = dbus_message_new_method_call(target, obj, BUS_PROPERTY_IFACE, "Get");
target            737 lib/services/dbus.c     query_data->target = strdup(target);
target            742 lib/services/dbus.c     CRM_CHECK((query_data->target != NULL)
target             37 lib/services/pcmk-dbus.h     DBusConnection *connection, const char *target, const char *obj, const gchar * iface, const char *name,
target            173 maint/gnulib/lib/fcntl.c static int rpl_fcntl_DUPFD (int fd, int target);
target            175 maint/gnulib/lib/fcntl.c static int rpl_fcntl_DUPFD_CLOEXEC (int fd, int target);
target            215 maint/gnulib/lib/fcntl.c         int target = va_arg (arg, int);
target            216 maint/gnulib/lib/fcntl.c         result = rpl_fcntl_DUPFD (fd, target);
target            222 maint/gnulib/lib/fcntl.c         int target = va_arg (arg, int);
target            223 maint/gnulib/lib/fcntl.c         result = rpl_fcntl_DUPFD_CLOEXEC (fd, target);
target            447 maint/gnulib/lib/fcntl.c rpl_fcntl_DUPFD (int fd, int target)
target            451 maint/gnulib/lib/fcntl.c   result = dupfd (fd, target, 0);
target            454 maint/gnulib/lib/fcntl.c   if (target < 0 || getdtablesize () <= target)
target            467 maint/gnulib/lib/fcntl.c           result = fcntl (fd, F_DUPFD, target);
target            482 maint/gnulib/lib/fcntl.c   result = fcntl (fd, F_DUPFD, target);
target            488 maint/gnulib/lib/fcntl.c rpl_fcntl_DUPFD_CLOEXEC (int fd, int target)
target            492 maint/gnulib/lib/fcntl.c   result = dupfd (fd, target, O_CLOEXEC);
target            512 maint/gnulib/lib/fcntl.c       result = fcntl (fd, F_DUPFD_CLOEXEC, target);
target            523 maint/gnulib/lib/fcntl.c           result = rpl_fcntl_DUPFD (fd, target);
target            530 maint/gnulib/lib/fcntl.c     result = rpl_fcntl_DUPFD (fd, target);
target             46 maint/gnulib/lib/linkat.c   char *target = areadlink (file1);
target             47 maint/gnulib/lib/linkat.c   if (target)
target             58 maint/gnulib/lib/linkat.c           free (target);
target             66 maint/gnulib/lib/linkat.c               int result = symlink (target, file2);
target             67 maint/gnulib/lib/linkat.c               free (target);
target             71 maint/gnulib/lib/linkat.c           free (target);
target             76 maint/gnulib/lib/linkat.c       free (target);
target             94 maint/gnulib/lib/linkat.c   char *target;
target            101 maint/gnulib/lib/linkat.c   while (i-- && (target = areadlink (name)))
target            103 maint/gnulib/lib/linkat.c       if (IS_ABSOLUTE_FILE_NAME (target))
target            107 maint/gnulib/lib/linkat.c           name = target;
target            116 maint/gnulib/lib/linkat.c               free (target);
target            120 maint/gnulib/lib/linkat.c           name = mfile_name_concat (dir, target, NULL);
target            122 maint/gnulib/lib/linkat.c           free (target);
target            132 maint/gnulib/lib/linkat.c       target = NULL;
target            135 maint/gnulib/lib/linkat.c   if (!target && errno != EINVAL)
target            212 maint/gnulib/lib/linkat.c   char *target;
target            217 maint/gnulib/lib/linkat.c   while (i-- && (target = areadlinkat (fd1, name)))
target            219 maint/gnulib/lib/linkat.c       if (IS_ABSOLUTE_FILE_NAME (target))
target            223 maint/gnulib/lib/linkat.c           name = target;
target            232 maint/gnulib/lib/linkat.c               free (target);
target            236 maint/gnulib/lib/linkat.c           name = mfile_name_concat (dir, target, NULL);
target            238 maint/gnulib/lib/linkat.c           free (target);
target            248 maint/gnulib/lib/linkat.c       target = NULL;
target            251 maint/gnulib/lib/linkat.c   if (!target && errno != EINVAL)
target            502 maint/gnulib/lib/mountlist.c             char *target = blank + 1;
target            503 maint/gnulib/lib/mountlist.c             blank = terminate_at_blank (target);
target            525 maint/gnulib/lib/mountlist.c             unescape_tab (target);
target            532 maint/gnulib/lib/mountlist.c             me->me_mountdir = xstrdup (target);
target            149 maint/gnulib/lib/regexec.c 						   Idx target, Idx ex_subexp,
target           3102 maint/gnulib/lib/regexec.c 			      Idx target, Idx ex_subexp, int type)
target           3105 maint/gnulib/lib/regexec.c   for (cur_node = target; !re_node_set_contains (dst_nodes, cur_node);)
target            762 tools/crm_attribute.c         const char *target = pcmk__node_attr_target(options.dest_uname);
target            764 tools/crm_attribute.c         if (target != NULL) {
target            766 tools/crm_attribute.c             options.dest_uname = g_strdup(target);
target           2139 tools/crm_mon.c         send_custom_trap(e->target, NULL, e->operation, pcmk_ok, e->result, 0, desc);
target            333 tools/crm_resource_ban.c             pcmk_node_t *target = n->data;
target            335 tools/crm_resource_ban.c             rc = cli_resource_clear(rsc_id, target->details->uname, NULL,
target            336 tools/stonith_admin.c request_fencing(stonith_t *st, const char *target, const char *command,
target            340 tools/stonith_admin.c     int rc = pcmk__request_fencing(st, target, command, name,
target            361 tools/stonith_admin.c                     what, target, rc_str,
target            378 tools/stonith_admin.c     char *target = NULL;
target            456 tools/stonith_admin.c         target = options.terminate;
target            468 tools/stonith_admin.c         target = options.reboot_host;
target            475 tools/stonith_admin.c         target = options.fence_host;
target            482 tools/stonith_admin.c         target = options.unfence_host;
target            488 tools/stonith_admin.c         target = options.confirm_host;
target            494 tools/stonith_admin.c         target = options.last_fenced;
target            499 tools/stonith_admin.c         target = options.history;
target            504 tools/stonith_admin.c         target = options.register_level;
target            509 tools/stonith_admin.c         target = options.unregister_level;
target            555 tools/stonith_admin.c             rc = pcmk__fence_registered(out, st, target, options.timeout*1000);
target            598 tools/stonith_admin.c             rc = pcmk__fence_unregister_level(st, target, options.fence_level);
target            601 tools/stonith_admin.c                          options.fence_level, target, pcmk_rc_str(rc));
target            606 tools/stonith_admin.c             rc = pcmk__fence_register_level(st, target, options.fence_level, options.devices);
target            609 tools/stonith_admin.c                          options.fence_level, target, pcmk_rc_str(rc));
target            623 tools/stonith_admin.c             rc = st->cmds->confirm(st, st_opts, target);
target            628 tools/stonith_admin.c             rc = request_fencing(st, target, PCMK_ACTION_REBOOT, &error);
target            632 tools/stonith_admin.c             rc = request_fencing(st, target, PCMK_ACTION_OFF, &error);
target            636 tools/stonith_admin.c             rc = request_fencing(st, target, PCMK_ACTION_ON, &error);
target            640 tools/stonith_admin.c             rc = pcmk__fence_last(out, target, options.as_nodeid);
target            644 tools/stonith_admin.c             rc = pcmk__fence_history(out, st, target, options.timeout*1000, args->verbosity,