targets           175 daemons/based/based_messages.c     if (cs && cs->targets) {
targets           195 daemons/based/based_messages.c              cs && cs->targets);
targets           564 daemons/fenced/fenced_commands.c     g_list_free_full(device->targets, free);
targets           594 daemons/fenced/fenced_commands.c build_port_aliases(const char *hostmap, GListPtr * targets)
targets           632 daemons/fenced/fenced_commands.c                     if (targets) {
targets           633 daemons/fenced/fenced_commands.c                         *targets = g_list_append(*targets, strdup(value));
targets           902 daemons/fenced/fenced_commands.c         device->targets = stonith__parse_targets(value);
targets           906 daemons/fenced/fenced_commands.c     device->aliases = build_port_aliases(value, &(device->targets));
targets          1067 daemons/fenced/fenced_commands.c     if (rc != 0 && !dev->targets) {
targets          1072 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1073 daemons/fenced/fenced_commands.c         dev->targets = NULL;
targets          1076 daemons/fenced/fenced_commands.c         g_list_free_full(dev->targets, free);
targets          1077 daemons/fenced/fenced_commands.c         dev->targets = stonith__parse_targets(output);
targets          1081 daemons/fenced/fenced_commands.c     if (dev->targets) {
targets          1087 daemons/fenced/fenced_commands.c         if (string_in_list(dev->targets, alias)) {
targets          1659 daemons/fenced/fenced_commands.c         if (string_in_list(dev->targets, host)) {
targets          1669 daemons/fenced/fenced_commands.c         if (dev->targets == NULL || dev->targets_age + 60 < now) {
targets          1680 daemons/fenced/fenced_commands.c         if (string_in_list(dev->targets, alias)) {
targets            30 daemons/fenced/pacemaker-fenced.h     GListPtr targets;
targets           208 include/crm/common/logging.h                       core_cs?core_cs->targets:FALSE, TRUE);            \
targets           224 include/crm/common/logging.h 		        (core_cs? core_cs->targets: FALSE), TRUE);              \
targets           368 include/crm/common/logging.h         if (digest_cs && digest_cs->targets) {                  \
targets           126 lib/common/digest.c     if (digest_cs && digest_cs->targets) {
targets           492 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           497 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           503 lib/common/logging.c                 qb_bit_set(cs->targets, source);
targets           510 lib/common/logging.c             qb_bit_set(cs->targets, source);
targets           514 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           516 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           518 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           520 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           524 lib/common/logging.c         qb_bit_set(cs->targets, source);
targets           569 lib/common/logging.c     cs->targets = 0;            /* Reset then find targets to enable */
targets           599 lib/common/logging.c     if (cs->targets == 0) {
targets          1396 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
targets          1403 lib/common/patchset.c                           ((digest_cs != NULL)? digest_cs->targets : 0));
targets          1736 lib/common/patchset.c             crm_trace("%p %.6x", digest_cs, digest_cs ? digest_cs->targets : 0);
targets          1737 lib/common/patchset.c             if ((digest_cs != NULL) && digest_cs->targets) {
targets           168 lib/common/watchdog.c     if (panic_cs && panic_cs->targets) {
targets           823 lib/common/xml.c     if (xml_error_cs && xml_error_cs->targets) {
targets          2502 lib/fencing/st_client.c     GList *targets = NULL;
targets          2519 lib/fencing/st_client.c                     parse_list_line(line, len, &targets);
targets          2529 lib/fencing/st_client.c     return targets;
targets           333 lib/pacemaker/pcmk_fence.c     GList *targets = NULL;
targets           342 lib/pacemaker/pcmk_fence.c     targets = stonith__parse_targets(lists);
targets           345 lib/pacemaker/pcmk_fence.c     while (targets != NULL) {
targets           346 lib/pacemaker/pcmk_fence.c         out->list_item(out, NULL, "%s", (const char *) targets->data);
targets           347 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           419 tools/stonith_admin.c     if (options.targets != NULL) {
targets           421 tools/stonith_admin.c         device = options.targets;