targets           729 daemons/fenced/fenced_commands.c     g_list_free_full(device->targets, free);
targets           765 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GList ** targets)
targets           816 daemons/fenced/fenced_commands.c                     if (targets) {
targets           817 daemons/fenced/fenced_commands.c                         *targets = g_list_append(*targets, strdup(value));
targets          1088 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(value);
targets          1092 daemons/fenced/fenced_commands.c     device->aliases = build_port_aliases(value, &(device->targets));
targets          1095 daemons/fenced/fenced_commands.c     if (!pcmk__str_eq(value, "static-list", pcmk__str_casei) && device->targets) {
targets          1097 daemons/fenced/fenced_commands.c         g_list_free_full(device->targets, free);
targets          1098 daemons/fenced/fenced_commands.c         device->targets = NULL;
targets          1262 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1263 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
targets          1266 daemons/fenced/fenced_commands.c     } else if (dev->targets != NULL) {
targets          1305 daemons/fenced/fenced_commands.c     if (dev->targets) {
targets          1311 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(alias, dev->targets, pcmk__str_casei)) {
targets          1416 daemons/fenced/fenced_commands.c                 stonith_watchdog_targets = device->targets;
targets          1417 daemons/fenced/fenced_commands.c                 device->targets = NULL;
targets          1420 daemons/fenced/fenced_commands.c                 g_list_free_full(device->targets, free);
targets          1421 daemons/fenced/fenced_commands.c                 device->targets = stonith__parse_targets(stonith_our_uname);
targets          1431 daemons/fenced/fenced_commands.c             device->targets = NULL;
targets          2165 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(target, dev->targets, pcmk__str_casei)) {
targets          2175 daemons/fenced/fenced_commands.c         if (dev->targets == NULL || dev->targets_age + 60 < now) {
targets          2194 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(((alias == NULL)? target : alias), dev->targets,
targets            36 daemons/fenced/pacemaker-fenced.h     GList *targets;
targets           231 include/crm/common/logging.h                       core_cs?core_cs->targets:FALSE, TRUE);            \
targets           247 include/crm/common/logging.h 		        (core_cs? core_cs->targets: FALSE), TRUE);              \
targets           402 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
targets           581 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           586 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           592 lib/common/logging.c                 qb_bit_set(cs->targets, source);
targets           599 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           603 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           605 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           607 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           609 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           613 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           672 lib/common/logging.c     cs->targets = 0;            /* Reset then find targets to enable */
targets           702 lib/common/logging.c     if (cs->targets == 0) {
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          2219 lib/fencing/st_client.c     GList *targets = NULL;
targets          2236 lib/fencing/st_client.c                     parse_list_line(line, len, &targets);
targets          2246 lib/fencing/st_client.c     return targets;
targets           414 lib/pacemaker/pcmk_fence.c     GList *targets = NULL;
targets           423 lib/pacemaker/pcmk_fence.c     targets = stonith__parse_targets(lists);
targets           426 lib/pacemaker/pcmk_fence.c     while (targets != NULL) {
targets           427 lib/pacemaker/pcmk_fence.c         out->list_item(out, NULL, "%s", (const char *) targets->data);
targets           428 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           449 tools/stonith_admin.c     if (options.targets != NULL) {
targets           451 tools/stonith_admin.c         device = options.targets;