targets           782 daemons/fenced/fenced_commands.c     g_list_free_full(device->targets, free);
targets           827 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GList ** targets)
targets           878 daemons/fenced/fenced_commands.c                     if (targets) {
targets           879 daemons/fenced/fenced_commands.c                         *targets = g_list_append(*targets, pcmk__str_copy(value));
targets          1066 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(value);
targets          1070 daemons/fenced/fenced_commands.c     device->aliases = build_port_aliases(value, &(device->targets));
targets          1074 daemons/fenced/fenced_commands.c         && (device->targets != NULL)) {
targets          1077 daemons/fenced/fenced_commands.c         g_list_free_full(device->targets, free);
targets          1078 daemons/fenced/fenced_commands.c         device->targets = NULL;
targets          1233 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1234 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
targets          1237 daemons/fenced/fenced_commands.c     } else if (dev->targets != NULL) {
targets          1276 daemons/fenced/fenced_commands.c     if (dev->targets) {
targets          1282 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(alias, dev->targets, pcmk__str_casei)) {
targets          1390 daemons/fenced/fenced_commands.c             stonith_watchdog_targets = device->targets;
targets          1391 daemons/fenced/fenced_commands.c             device->targets = NULL;
targets          1397 daemons/fenced/fenced_commands.c             device->targets = NULL;
targets          1403 daemons/fenced/fenced_commands.c         g_list_free_full(device->targets, free);
targets          1404 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(local_node_name);
targets          2082 daemons/fenced/fenced_commands.c     return (dev->targets != NULL) && (time(NULL) < (dev->targets_age + 60));
targets          2132 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(target, dev->targets, pcmk__str_casei)) {
targets          2162 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(((alias == NULL)? target : alias), dev->targets,
targets           137 daemons/fenced/pacemaker-fenced.h     GList *targets;
targets           205 include/crm/common/logging.h                       core_cs?core_cs->targets:FALSE, TRUE);            \
targets           222 include/crm/common/logging.h                 (core_cs? core_cs->targets: FALSE), TRUE);              \
targets           387 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
targets           595 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           600 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           606 lib/common/logging.c                 qb_bit_set(cs->targets, source);
targets           613 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           617 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           619 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           621 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           623 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           627 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           686 lib/common/logging.c     cs->targets = 0;            /* Reset then find targets to enable */
targets           716 lib/common/logging.c     if (cs->targets == 0) {
targets           216 lib/fencing/st_client.c                 GList *targets = stonith__parse_targets(list);
targets           217 lib/fencing/st_client.c                 rv = pcmk__str_in_list(node, targets, pcmk__str_casei);
targets           218 lib/fencing/st_client.c                 g_list_free_full(targets, free);
targets          2302 lib/fencing/st_client.c     GList *targets = NULL;
targets          2322 lib/fencing/st_client.c                     parse_list_line(line, len, &targets);
targets          2332 lib/fencing/st_client.c     return targets;
targets           436 lib/pacemaker/pcmk_fence.c     GList *targets = NULL;
targets           445 lib/pacemaker/pcmk_fence.c     targets = stonith__parse_targets(lists);
targets           448 lib/pacemaker/pcmk_fence.c     while (targets != NULL) {
targets           449 lib/pacemaker/pcmk_fence.c         out->list_item(out, NULL, "%s", (const char *) targets->data);
targets           450 lib/pacemaker/pcmk_fence.c         targets = targets->next;
targets            68 tools/stonith_admin.c     char *targets;
targets           119 tools/stonith_admin.c     { "list-targets", 's', 0, G_OPTION_ARG_STRING, &options.targets,
targets           469 tools/stonith_admin.c     if (options.targets != NULL) {
targets           471 tools/stonith_admin.c         device = options.targets;