host_arg           63 include/crm/fencing/internal.h                                          const char *host_arg);
host_arg           41 lib/fencing/fencing_private.h                            const char *host_arg, int timeout,
host_arg         1753 lib/fencing/st_client.c     char *host_arg = NULL;
host_arg         1756 lib/fencing/st_client.c         host_arg = pcmk__str_copy(g_hash_table_lookup(params, PCMK_STONITH_HOST_ARGUMENT));
host_arg         1785 lib/fencing/st_client.c                                         params, host_arg, timeout_sec,
host_arg         1825 lib/fencing/st_client.c     free(host_arg);
host_arg          270 lib/fencing/st_rhcs.c                        const char * host_arg, int timeout,
host_arg          279 lib/fencing/st_rhcs.c     if (host_arg == NULL) {
host_arg          285 lib/fencing/st_rhcs.c             host_arg = stonith__default_host_arg(metadata);
host_arg          288 lib/fencing/st_rhcs.c                       pcmk__s(host_arg, PCMK_VALUE_NONE), agent);
host_arg          299 lib/fencing/st_rhcs.c     } else if (pcmk__str_eq(host_arg, PCMK_VALUE_NONE, pcmk__str_casei)) {
host_arg          300 lib/fencing/st_rhcs.c         host_arg = NULL;
host_arg          304 lib/fencing/st_rhcs.c                                     remaining_timeout, params, NULL, host_arg);