targets           172 daemons/based/based_messages.c     if (cs && cs->targets) {
targets           192 daemons/based/based_messages.c              cs && cs->targets);
targets           731 daemons/fenced/fenced_commands.c     g_list_free_full(device->targets, free);
targets           767 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GList ** targets)
targets           818 daemons/fenced/fenced_commands.c                     if (targets) {
targets           819 daemons/fenced/fenced_commands.c                         *targets = g_list_append(*targets, strdup(value));
targets          1090 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(value);
targets          1094 daemons/fenced/fenced_commands.c     device->aliases = build_port_aliases(value, &(device->targets));
targets          1097 daemons/fenced/fenced_commands.c     if (!pcmk__str_eq(value, "static-list", pcmk__str_casei) && device->targets) {
targets          1099 daemons/fenced/fenced_commands.c         g_list_free_full(device->targets, free);
targets          1100 daemons/fenced/fenced_commands.c         device->targets = NULL;
targets          1264 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1265 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
targets          1268 daemons/fenced/fenced_commands.c     } else if (dev->targets != NULL) {
targets          1307 daemons/fenced/fenced_commands.c     if (dev->targets) {
targets          1313 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(alias, dev->targets, pcmk__str_casei)) {
targets          1418 daemons/fenced/fenced_commands.c                 stonith_watchdog_targets = device->targets;
targets          1419 daemons/fenced/fenced_commands.c                 device->targets = NULL;
targets          1422 daemons/fenced/fenced_commands.c                 g_list_free_full(device->targets, free);
targets          1423 daemons/fenced/fenced_commands.c                 device->targets = stonith__parse_targets(stonith_our_uname);
targets          1433 daemons/fenced/fenced_commands.c             device->targets = NULL;
targets          2167 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(target, dev->targets, pcmk__str_casei)) {
targets          2177 daemons/fenced/fenced_commands.c         if (dev->targets == NULL || dev->targets_age + 60 < now) {
targets          2195 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(((alias == NULL)? target : alias), dev->targets,
targets            31 daemons/fenced/pacemaker-fenced.h     GList *targets;
targets           220 include/crm/common/logging.h                       core_cs?core_cs->targets:FALSE, TRUE);            \
targets           236 include/crm/common/logging.h 		        (core_cs? core_cs->targets: FALSE), TRUE);              \
targets           380 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
targets           109 lib/common/digest.c     if (digest_cs && digest_cs->targets) {
targets           550 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           555 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           561 lib/common/logging.c                 qb_bit_set(cs->targets, source);
targets           568 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           572 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           574 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           576 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           578 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           582 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           627 lib/common/logging.c     cs->targets = 0;            /* Reset then find targets to enable */
targets           657 lib/common/logging.c     if (cs->targets == 0) {
targets          1375 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
targets          1382 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
targets          1712 lib/common/patchset.c             crm_trace("%p %.6x", digest_cs, digest_cs ? digest_cs->targets : 0);
targets          1713 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
targets           174 lib/common/watchdog.c     if (panic_cs && panic_cs->targets) {
targets           918 lib/common/xml.c     if (xml_error_cs && xml_error_cs->targets) {
targets           206 lib/fencing/st_client.c                 GList *targets = stonith__parse_targets(list);
targets           207 lib/fencing/st_client.c                 rv = pcmk__str_in_list(node, targets, pcmk__str_casei);
targets           208 lib/fencing/st_client.c                 g_list_free_full(targets, free);
targets          2206 lib/fencing/st_client.c     GList *targets = NULL;
targets          2223 lib/fencing/st_client.c                     parse_list_line(line, len, &targets);
targets          2233 lib/fencing/st_client.c     return targets;
targets           397 lib/pacemaker/pcmk_fence.c     GList *targets = NULL;
targets           406 lib/pacemaker/pcmk_fence.c     targets = stonith__parse_targets(lists);
targets           409 lib/pacemaker/pcmk_fence.c     while (targets != NULL) {
targets           410 lib/pacemaker/pcmk_fence.c         out->list_item(out, NULL, "%s", (const char *) targets->data);
targets           411 lib/pacemaker/pcmk_fence.c         targets = targets->next;
targets            67 tools/stonith_admin.c     char *targets;
targets           118 tools/stonith_admin.c     { "list-targets", 's', 0, G_OPTION_ARG_STRING, &options.targets,
targets           445 tools/stonith_admin.c     if (options.targets != NULL) {
targets           447 tools/stonith_admin.c         device = options.targets;