targets           735 daemons/fenced/fenced_commands.c     g_list_free_full(device->targets, free);
targets           771 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GList ** targets)
targets           822 daemons/fenced/fenced_commands.c                     if (targets) {
targets           823 daemons/fenced/fenced_commands.c                         *targets = g_list_append(*targets, pcmk__str_copy(value));
targets          1101 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(value);
targets          1105 daemons/fenced/fenced_commands.c     device->aliases = build_port_aliases(value, &(device->targets));
targets          1109 daemons/fenced/fenced_commands.c         && (device->targets != NULL)) {
targets          1112 daemons/fenced/fenced_commands.c         g_list_free_full(device->targets, free);
targets          1113 daemons/fenced/fenced_commands.c         device->targets = NULL;
targets          1277 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1278 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(result->action_stdout);
targets          1281 daemons/fenced/fenced_commands.c     } else if (dev->targets != NULL) {
targets          1320 daemons/fenced/fenced_commands.c     if (dev->targets) {
targets          1326 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(alias, dev->targets, pcmk__str_casei)) {
targets          1431 daemons/fenced/fenced_commands.c                 stonith_watchdog_targets = device->targets;
targets          1432 daemons/fenced/fenced_commands.c                 device->targets = NULL;
targets          1435 daemons/fenced/fenced_commands.c                 g_list_free_full(device->targets, free);
targets          1436 daemons/fenced/fenced_commands.c                 device->targets = stonith__parse_targets(stonith_our_uname);
targets          1445 daemons/fenced/fenced_commands.c             device->targets = NULL;
targets          2181 daemons/fenced/fenced_commands.c         if (pcmk__str_in_list(target, dev->targets, pcmk__str_casei)) {
targets          2192 daemons/fenced/fenced_commands.c         if (dev->targets == NULL || dev->targets_age + 60 < now) {
targets          2213 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           237 include/crm/common/logging.h                       core_cs?core_cs->targets:FALSE, TRUE);            \
targets           254 include/crm/common/logging.h                 (core_cs? core_cs->targets: FALSE), TRUE);              \
targets           419 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          2224 lib/fencing/st_client.c     GList *targets = NULL;
targets          2241 lib/fencing/st_client.c                     parse_list_line(line, len, &targets);
targets          2251 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            66 tools/stonith_admin.c     char *targets;
targets           117 tools/stonith_admin.c     { "list-targets", 's', 0, G_OPTION_ARG_STRING, &options.targets,
targets           458 tools/stonith_admin.c     if (options.targets != NULL) {
targets           460 tools/stonith_admin.c         device = options.targets;