agent             643 daemons/controld/controld_execd_state.c                        const char *agent, char **output, enum lrmd_call_options options)
agent             669 daemons/controld/controld_execd_state.c             class, provider, agent, output, options, params);
agent             785 daemons/controld/controld_execd_state.c                        const char *provider, const char *agent, enum lrmd_call_options options)
agent             793 daemons/controld/controld_execd_state.c     if (is_remote_lrmd_ra(agent, provider, NULL)) {
agent             801 daemons/controld/controld_execd_state.c                                     agent, options);
agent             131 daemons/controld/controld_lrm.h                            const char *agent, char **output, enum lrmd_call_options options);
agent             144 daemons/controld/controld_lrm.h                            const char *provider, const char *agent, enum lrmd_call_options options);
agent             150 daemons/controld/controld_lrm.h gboolean is_remote_lrmd_ra(const char *agent, const char *provider, const char *id);
agent            1031 daemons/controld/controld_remote_ra.c is_remote_lrmd_ra(const char *agent, const char *provider, const char *id)
agent            1033 daemons/controld/controld_remote_ra.c     if (agent && provider && !strcmp(agent, REMOTE_LRMD_RA) && !strcmp(provider, "pacemaker")) {
agent              74 daemons/fenced/fenced_commands.c static int get_agent_metadata(const char *agent, xmlNode **metadata);
agent             451 daemons/fenced/fenced_commands.c     switch (get_agent_metadata(device->agent, &device->agent_metadata)) {
agent             543 daemons/fenced/fenced_commands.c     if (pcmk__str_any_of(device->agent, STONITH_WATCHDOG_AGENT,
agent             582 daemons/fenced/fenced_commands.c                    pcmk__s(cmd->target, ""), device->id, device->agent);
agent             593 daemons/fenced/fenced_commands.c     action = stonith__action_create(device->agent, action_str, cmd->target,
agent             750 daemons/fenced/fenced_commands.c     free(device->agent);
agent             869 daemons/fenced/fenced_commands.c get_agent_metadata(const char *agent, xmlNode ** metadata)
agent             877 daemons/fenced/fenced_commands.c     if (pcmk__str_eq(agent, STONITH_WATCHDOG_AGENT_INTERNAL, pcmk__str_none)) {
agent             881 daemons/fenced/fenced_commands.c     buffer = g_hash_table_lookup(metadata_cache, agent);
agent             891 daemons/fenced/fenced_commands.c         rc = st->cmds->metadata(st, st_opt_sync_call, agent,
agent             895 daemons/fenced/fenced_commands.c             crm_err("Could not retrieve metadata for fencing agent %s", agent);
agent             898 daemons/fenced/fenced_commands.c         g_hash_table_replace(metadata_cache, pcmk__str_copy(agent), buffer);
agent            1017 daemons/fenced/fenced_commands.c     char *agent = crm_element_value_copy(dev, PCMK_XA_AGENT);
agent            1019 daemons/fenced/fenced_commands.c     CRM_CHECK(agent != NULL, return device);
agent            1024 daemons/fenced/fenced_commands.c     device->agent = agent;
agent            1044 daemons/fenced/fenced_commands.c     switch (get_agent_metadata(device->agent, &device->agent_metadata)) {
agent            1305 daemons/fenced/fenced_commands.c     } else if (!pcmk__str_eq(dup->agent, device->agent, pcmk__str_casei)) {
agent            1306 daemons/fenced/fenced_commands.c         crm_trace("Different agent: %s != %s", dup->agent, device->agent);
agent            1332 daemons/fenced/fenced_commands.c         pcmk__str_any_of(device->agent, STONITH_WATCHDOG_AGENT,
agent            1339 daemons/fenced/fenced_commands.c         } else if (!pcmk__str_any_of(device->agent, STONITH_WATCHDOG_AGENT,
agent            1343 daemons/fenced/fenced_commands.c                     device->agent?device->agent:"");
agent            1356 daemons/fenced/fenced_commands.c             if (pcmk__str_eq(device->agent, STONITH_WATCHDOG_AGENT,
agent            2403 daemons/fenced/fenced_commands.c         crm_xml_add(dev, PCMK_XA_AGENT, device->agent);
agent             148 daemons/fenced/fenced_scheduler.c     const char *agent = NULL;
agent             210 daemons/fenced/fenced_scheduler.c     agent = crm_element_value(rsc->priv->xml, PCMK_XA_TYPE);
agent             225 daemons/fenced/fenced_scheduler.c     xml = create_device_registration_xml(rsc_id, st_namespace_any, agent,
agent              31 daemons/fenced/pacemaker-fenced.h     char *agent;
agent              58 include/crm/fencing/internal.h stonith_action_t *stonith__action_create(const char *agent,
agent              79 include/crm/fencing/internal.h int stonith__metadata_async(const char *agent, int timeout_sec,
agent              92 include/crm/fencing/internal.h                                         const char *agent,
agent             191 include/crm/fencing/internal.h                       const char *namespace_s, const char *agent,
agent             253 include/crm/lrmd.h                          const char *provider, const char *agent,
agent             380 include/crm/lrmd.h                          const char *provider, const char *agent,
agent             412 include/crm/lrmd.h     int (*list_ocf_providers) (lrmd_t *lrmd, const char *agent,
agent             467 include/crm/lrmd.h                                 const char *provider, const char *agent,
agent              37 include/crm/pengine/common.h     const char *agent;
agent             121 include/crm/services.h     char *agent;
agent             219 include/crm/services.h                                 const char *agent);
agent             240 include/crm/services.h                                       const char *provider, const char *agent,
agent             257 include/crm/services.h const char *resources_find_service_class(const char *agent);
agent              42 include/crm/services_internal.h                                                const char *agent,
agent             120 include/crm/stonith-ng.h enum stonith_namespace stonith_get_namespace(const char *agent,
agent             230 include/crm/stonith-ng.h                            const char *namespace_s, const char *agent,
agent             279 include/crm/stonith-ng.h     int (*metadata)(stonith_t *stonith, int call_options, const char *agent,
agent             541 include/crm/stonith-ng.h                     const char *namespace_s, const char *agent,
agent             702 include/crm/stonith-ng.h bool stonith_agent_exists(const char *agent, int timeout);
agent             638 include/pacemaker.h int pcmk_fence_metadata(xmlNodePtr *xml, const char *agent, unsigned int timeout);
agent             694 include/pacemaker.h int pcmk_fence_validate(xmlNodePtr *xml, const char *agent, const char *id,
agent             154 include/pcmki/pcmki_fence.h int pcmk__fence_metadata(pcmk__output_t *out, stonith_t *st, const char *agent,
agent             237 include/pcmki/pcmki_fence.h int pcmk__fence_validate(pcmk__output_t *out, stonith_t *st, const char *agent,
agent              33 lib/fencing/fencing_private.h int stonith__rhcs_metadata(const char *agent, int timeout, char **output);
agent              36 lib/fencing/fencing_private.h bool stonith__agent_is_rhcs(const char *agent);
agent              40 lib/fencing/fencing_private.h                            const char *agent, GHashTable *params,
agent              51 lib/fencing/fencing_private.h int stonith__lha_metadata(const char *agent, int timeout, char **output);
agent              54 lib/fencing/fencing_private.h bool stonith__agent_is_lha(const char *agent);
agent              58 lib/fencing/fencing_private.h                           const char *agent, GHashTable *params,
agent              31 lib/fencing/st_actions.c     char *agent;
agent              81 lib/fencing/st_actions.c         char *prefix = crm_strdup_printf("%s[%d] stderr:", action->agent, pid);
agent             123 lib/fencing/st_actions.c make_args(const char *agent, const char *action, const char *target,
agent             178 lib/fencing/st_actions.c             && !pcmk__str_eq(agent, "fence_legacy", pcmk__str_none)
agent             219 lib/fencing/st_actions.c         free(action->agent);
agent             264 lib/fencing/st_actions.c stonith__action_create(const char *agent, const char *action_name,
agent             271 lib/fencing/st_actions.c     action->args = make_args(agent, action_name, target, target_nodeid,
agent             274 lib/fencing/st_actions.c               action_name, pcmk__s(target, "no node"), agent);
agent             275 lib/fencing/st_actions.c     action->agent = strdup(agent);
agent             305 lib/fencing/st_actions.c                  action->agent, action->action, action->max_retries);
agent             587 lib/fencing/st_actions.c         || (action->agent == NULL)) {
agent             600 lib/fencing/st_actions.c                  action->tries, action->agent, action->action, action->remaining_timeout);
agent             605 lib/fencing/st_actions.c                                basename(action->agent));
agent             617 lib/fencing/st_actions.c     svc_action->id = crm_strdup_printf("%s_%s_%dof%d", basename(action->agent),
agent             620 lib/fencing/st_actions.c     svc_action->agent = strdup(action->agent);
agent             151 lib/fencing/st_client.c stonith_get_namespace(const char *agent, const char *namespace_s)
agent             157 lib/fencing/st_client.c     if (stonith__agent_is_rhcs(agent)) {
agent             162 lib/fencing/st_client.c     if (stonith__agent_is_lha(agent)) {
agent             293 lib/fencing/st_client.c                                const char *agent,
agent             302 lib/fencing/st_client.c         standard = stonith_get_namespace(agent, NULL);
agent             305 lib/fencing/st_client.c         hash2field((gpointer) "plugin", (gpointer) agent, args);
agent             306 lib/fencing/st_client.c         agent = "fence_legacy";
agent             312 lib/fencing/st_client.c     crm_xml_add(data, PCMK_XA_AGENT, agent);
agent             331 lib/fencing/st_client.c                             const char *agent,
agent             339 lib/fencing/st_client.c                                           agent, params, NULL);
agent             509 lib/fencing/st_client.c                             const char *agent, const char *namespace_s,
agent             516 lib/fencing/st_client.c     enum stonith_namespace ns = stonith_get_namespace(agent, namespace_s);
agent             523 lib/fencing/st_client.c               stonith_namespace2text(ns), agent);
agent             527 lib/fencing/st_client.c             return stonith__rhcs_metadata(agent, timeout_sec, output);
agent             531 lib/fencing/st_client.c             return stonith__lha_metadata(agent, timeout_sec, output);
agent             536 lib/fencing/st_client.c                     agent);
agent            1741 lib/fencing/st_client.c                   const char *namespace_s, const char *agent,
agent            1765 lib/fencing/st_client.c                  agent, pcmk_rc_str(rc));
agent            1781 lib/fencing/st_client.c     switch (stonith_get_namespace(agent, namespace_s)) {
agent            1783 lib/fencing/st_client.c             rc = stonith__rhcs_validate(st, call_options, target, agent,
agent            1791 lib/fencing/st_client.c             rc = stonith__lha_validate(st, call_options, target, agent,
agent            1803 lib/fencing/st_client.c                 *error_output = crm_strdup_printf("Agent %s not found", agent);
agent            1805 lib/fencing/st_client.c                 crm_err("Agent %s not found", agent);
agent            1816 lib/fencing/st_client.c                                                   agent);
agent            1818 lib/fencing/st_client.c                 crm_err("Agent %s does not support validation", agent);
agent            1830 lib/fencing/st_client.c                      const char *namespace_s, const char *agent,
agent            1850 lib/fencing/st_client.c     rc = stonith__validate(st, call_options, rsc_id, namespace_s, agent,
agent            2107 lib/fencing/st_client.c stonith_agent_exists(const char *agent, int timeout)
agent            2114 lib/fencing/st_client.c     if (agent == NULL) {
agent            2126 lib/fencing/st_client.c         if (pcmk__str_eq(dIter->value, agent, pcmk__str_none)) {
agent            2490 lib/fencing/st_client.c stonith__metadata_async(const char *agent, int timeout_sec,
agent            2496 lib/fencing/st_client.c     switch (stonith_get_namespace(agent, NULL)) {
agent            2502 lib/fencing/st_client.c                 action = stonith__action_create(agent, PCMK_ACTION_METADATA,
agent            2526 lib/fencing/st_client.c                 stonith__lha_metadata(agent, timeout_sec,
agent            2540 lib/fencing/st_client.c                                                      agent),
agent              92 lib/fencing/st_lha.c stonith__agent_is_lha(const char *agent)
agent             109 lib/fencing/st_lha.c         stonith_obj = (*st_new_fn) (agent);
agent             179 lib/fencing/st_lha.c stonith__lha_metadata(const char *agent, int timeout, char **output)
agent             214 lib/fencing/st_lha.c         stonith_obj = st_new_fn(agent);
agent             224 lib/fencing/st_lha.c                 crm_warn("no long description in %s's metadata.", agent);
agent             231 lib/fencing/st_lha.c                 crm_warn("no short description in %s's metadata.", agent);
agent             238 lib/fencing/st_lha.c                 crm_warn("no list of parameters in %s's metadata.", agent);
agent             246 lib/fencing/st_lha.c             crm_perror(LOG_ERR, "Agent %s not found", agent);
agent             264 lib/fencing/st_lha.c         buffer = crm_strdup_printf(META_TEMPLATE, agent,
agent             303 lib/fencing/st_lha.c                       const char *agent, GHashTable *params, int timeout,
agent             510 lib/fencing/st_output.c     const char *agent = va_arg(args, const char *);
agent             517 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Validation of %s on %s %s", agent, device,
agent             522 lib/fencing/st_output.c         char *buf = crm_strdup_printf("Validation of %s %s", agent,
agent             536 lib/fencing/st_output.c     const char *agent = va_arg(args, const char *);
agent             543 lib/fencing/st_output.c         pcmk__indented_printf(out, "Validation of %s on %s %s\n", agent, device,
agent             546 lib/fencing/st_output.c         pcmk__indented_printf(out, "Validation of %s %s\n", agent,
agent             558 lib/fencing/st_output.c     const char *agent = va_arg(args, const char *);
agent             566 lib/fencing/st_output.c                                                    PCMK_XA_AGENT, agent,
agent             124 lib/fencing/st_rhcs.c stonith__rhcs_get_metadata(const char *agent, int timeout_sec,
agent             130 lib/fencing/st_rhcs.c     stonith_action_t *action = stonith__action_create(agent,
agent             140 lib/fencing/st_rhcs.c                      QB_XS " rc=%d", agent, pcmk_strerror(rc), rc);
agent             148 lib/fencing/st_rhcs.c                  agent, pcmk_exec_status_str(result->execution_status));
agent             156 lib/fencing/st_rhcs.c                  agent, result->exit_status);
agent             163 lib/fencing/st_rhcs.c         crm_warn("Metadata action for %s returned no data", agent);
agent             172 lib/fencing/st_rhcs.c         crm_warn("Metadata for %s is invalid", agent);
agent             225 lib/fencing/st_rhcs.c stonith__rhcs_metadata(const char *agent, int timeout_sec, char **output)
agent             230 lib/fencing/st_rhcs.c     int rc = stonith__rhcs_get_metadata(agent, timeout_sec, &xml);
agent             257 lib/fencing/st_rhcs.c stonith__agent_is_rhcs(const char *agent)
agent             260 lib/fencing/st_rhcs.c     char *buffer = crm_strdup_printf(PCMK__FENCE_BINDIR "/%s", agent);
agent             269 lib/fencing/st_rhcs.c                        const char *agent, GHashTable *params,
agent             282 lib/fencing/st_rhcs.c         rc = stonith__rhcs_get_metadata(agent, remaining_timeout, &metadata);
agent             287 lib/fencing/st_rhcs.c             stonith__device_parameter_flags(&device_flags, agent, metadata);
agent             309 lib/fencing/st_rhcs.c     action = stonith__action_create(agent, PCMK_ACTION_VALIDATE_ALL, target, 0,
agent            2286 lib/lrmd/lrmd_client.c does_provider_have_agent(const char *agent, const char *provider, const char *class)
agent            2294 lib/lrmd/lrmd_client.c         if (pcmk__str_eq(agent, gIter2->data, pcmk__str_casei)) {
agent            2303 lib/lrmd/lrmd_client.c lrmd_api_list_ocf_providers(lrmd_t * lrmd, const char *agent, lrmd_list_t ** providers)
agent            2314 lib/lrmd/lrmd_client.c         if (!agent || does_provider_have_agent(agent, provider,
agent             480 lib/pacemaker/pcmk_fence.c pcmk__fence_metadata(pcmk__output_t *out, stonith_t *st, const char *agent,
agent             484 lib/pacemaker/pcmk_fence.c     int rc = st->cmds->metadata(st, st_opt_sync_call, agent, NULL, &buffer,
agent             497 lib/pacemaker/pcmk_fence.c pcmk_fence_metadata(xmlNodePtr *xml, const char *agent, unsigned int timeout)
agent             508 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_metadata(out, st, agent, timeout);
agent             619 lib/pacemaker/pcmk_fence.c pcmk__fence_validate(pcmk__output_t *out, stonith_t *st, const char *agent,
agent             626 lib/pacemaker/pcmk_fence.c     rc  = stonith__validate(st, st_opt_sync_call, id, NULL, agent, params,
agent             628 lib/pacemaker/pcmk_fence.c     out->message(out, "validate", agent, id, output, error_output, rc);
agent             633 lib/pacemaker/pcmk_fence.c pcmk_fence_validate(xmlNodePtr *xml, const char *agent, const char *id,
agent             645 lib/pacemaker/pcmk_fence.c     rc = pcmk__fence_validate(out, st, agent, id, params, timeout);
agent             181 lib/pengine/complex.c         .agent = crm_element_value(rsc->priv->xml, PCMK_XA_TYPE)
agent             693 lib/pengine/pe_actions.c         .agent = crm_element_value(rsc->priv->xml, PCMK_XA_TYPE),
agent            1280 lib/pengine/pe_actions.c                 const char *agent = g_hash_table_lookup(match->priv->meta,
agent            1284 lib/pengine/pe_actions.c                 data = pe__compare_fencing_digest(match, agent, node,
agent            1301 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
agent            1304 lib/pengine/pe_actions.c                                match->id, ":", agent, ":",
agent             511 lib/pengine/pe_digest.c unfencing_digest_matches(const char *rsc_id, const char *agent,
agent             516 lib/pengine/pe_digest.c     if (rsc_id && agent && digest_calc && node_summary) {
agent             517 lib/pengine/pe_digest.c         char *search_secure = create_unfencing_summary(rsc_id, agent,
agent             549 lib/pengine/pe_digest.c pe__compare_fencing_digest(pcmk_resource_t *rsc, const char *agent,
agent             567 lib/pengine/pe_digest.c     if (unfencing_digest_matches(rsc->id, agent, data->digest_all_calc,
agent             576 lib/pengine/pe_digest.c     if (unfencing_digest_matches(rsc->id, agent, data->digest_secure_calc,
agent             596 lib/pengine/pe_digest.c             char *digest = create_unfencing_summary(rsc->id, agent,
agent             604 lib/pengine/pe_digest.c             char *digest = create_unfencing_summary(rsc->id, agent,
agent             107 lib/pengine/pe_status_private.h                                               const char *agent,
agent              48 lib/pengine/rules.c         new->rsc_agent = old->rsc_data->agent;
agent              63 lib/services/services.c resources_find_service_class(const char *agent)
agent              66 lib/services/services.c     if (services__lsb_agent_exists(agent)) {
agent              72 lib/services/services.c     if (systemd_unit_exists(agent)) {
agent             117 lib/services/services.c expand_resource_class(const char *rsc, const char *standard, const char *agent)
agent             123 lib/services/services.c         const char *found_class = resources_find_service_class(agent);
agent             126 lib/services/services.c             crm_debug("Found %s agent %s for %s", found_class, agent, rsc);
agent             139 lib/services/services.c                      default_standard, agent, rsc);
agent             180 lib/services/services.c                           const char *agent, const char *action)
agent             200 lib/services/services.c     if (pcmk__str_empty(agent)) {
agent             218 lib/services/services.c                       const char *agent, const char *action)
agent             225 lib/services/services.c     op->agent = strdup(agent);
agent             226 lib/services/services.c     if (op->agent == NULL) {
agent             230 lib/services/services.c     op->standard = expand_resource_class(name, standard, agent);
agent             255 lib/services/services.c                         const char *provider, const char *agent,
agent             285 lib/services/services.c     if (required_argument_missing(ra_caps, name, standard, provider, agent,
agent             295 lib/services/services.c     if (copy_action_arguments(op, ra_caps, name, standard, provider, agent,
agent             329 lib/services/services.c                         const char *provider, const char *agent,
agent             334 lib/services/services.c                             provider, agent, action, interval_ms, timeout,
agent             603 lib/services/services.c     free(op->agent);
agent             949 lib/services/services.c     if (op->agent == NULL) {
agent             958 lib/services/services.c                 op->agent);
agent             967 lib/services/services.c         class = resources_find_service_class(op->agent);
agent             971 lib/services/services.c                  op->agent);
agent             981 lib/services/services.c         return pcmk_legacy2rc(services__get_lsb_metadata(op->agent,
agent            1121 lib/services/services.c resources_agent_exists(const char *standard, const char *provider, const char *agent)
agent            1163 lib/services/services.c         if (services__lsb_agent_exists(agent)) {
agent            1169 lib/services/services.c         if (systemd_unit_exists(agent)) {
agent            1180 lib/services/services.c         rc = services__ocf_agent_exists(provider, agent);
agent            1184 lib/services/services.c         rc = services__lsb_agent_exists(agent);
agent            1189 lib/services/services.c         rc = systemd_unit_exists(agent);
agent             452 lib/services/services_linux.c     if (op->agent == NULL) {
agent             476 lib/services/services_linux.c     if (op->agent != NULL) {
agent             477 lib/services/services_linux.c         set_ocf_env("OCF_RESOURCE_TYPE", op->agent, NULL);
agent             892 lib/services/services_linux.c         name = op->agent;
agent             248 lib/services/services_lsb.c services__lsb_agent_exists(const char *agent)
agent             252 lib/services/services_lsb.c     char *path = pcmk__full_path(agent, PCMK__LSB_INIT_DIR);
agent             270 lib/services/services_lsb.c     op->opaque->exec = pcmk__full_path(op->agent, PCMK__LSB_INIT_DIR);
agent              24 lib/services/services_lsb.h G_GNUC_INTERNAL bool services__lsb_agent_exists(const char *agent);
agent              85 lib/services/services_ocf.c services__ocf_agent_exists(const char *provider, const char *agent)
agent              93 lib/services/services_ocf.c     if (provider == NULL || agent == NULL || pcmk__str_empty(dirs)) {
agent              99 lib/services/services_ocf.c         buf = crm_strdup_printf("%s/%s/%s", dir, provider, agent);
agent             134 lib/services/services_ocf.c         char *buf = crm_strdup_printf("%s/%s/%s", dir, op->provider, op->agent);
agent              30 lib/services/services_ocf.h gboolean services__ocf_agent_exists(const char *provider, const char *agent);
agent             322 lib/services/systemd.c                                "systemd unit %s not found", op->agent);
agent             326 lib/services/systemd.c              op->action, op->agent,
agent             362 lib/services/systemd.c                      "DBus reply has unexpected type", op->agent, op->id);
agent             381 lib/services/systemd.c                                     op->agent);
agent             831 lib/services/systemd.c create_override_dir(const char *agent)
agent             834 lib/services/systemd.c                                            "/%s.service.d", agent);
agent             845 lib/services/systemd.c get_override_filename(const char *agent)
agent             848 lib/services/systemd.c                              "/%s.service.d/50-pacemaker.conf", agent);
agent             852 lib/services/systemd.c systemd_create_override(const char *agent, int timeout)
agent             855 lib/services/systemd.c     char *override_file = get_override_filename(agent);
agent             857 lib/services/systemd.c     create_override_dir(agent);
agent             867 lib/services/systemd.c         char *override = crm_strdup_printf(SYSTEMD_OVERRIDE_TEMPLATE, agent);
agent             885 lib/services/systemd.c systemd_remove_override(const char *agent, int timeout)
agent             887 lib/services/systemd.c     char *override_file = get_override_filename(agent);
agent             972 lib/services/systemd.c                                     op->agent);
agent             982 lib/services/systemd.c         systemd_create_override(op->agent, op->timeout);
agent             986 lib/services/systemd.c         systemd_remove_override(op->agent, op->timeout);
agent            1013 lib/services/systemd.c         char *name = systemd_service_name(op->agent,
agent            1055 lib/services/systemd.c              op->action, op->agent, op->rsc);
agent            1058 lib/services/systemd.c                             "did not complete in time", op->action, op->agent);
agent            1084 lib/services/systemd.c     if ((op->action == NULL) || (op->agent == NULL)) {
agent            1097 lib/services/systemd.c               (op->synchronous? "" : "a"), op->action, op->agent,
agent            1101 lib/services/systemd.c         op->stdout_data = systemd_unit_metadata(op->agent, op->timeout);
agent            1112 lib/services/systemd.c     if (invoke_unit_by_name(op->agent, op, NULL) == pcmk_rc_ok) {
agent              57 tools/stonith_admin.c     char *agent;
agent             172 tools/stonith_admin.c     { "agent", 'a', 0, G_OPTION_ARG_STRING, &options.agent,
agent             546 tools/stonith_admin.c     if (required_agent && options.agent == NULL) {
agent             615 tools/stonith_admin.c             rc = st->cmds->register_device(st, st_opts, device, NULL, options.agent,
agent             622 tools/stonith_admin.c                          device, options.agent, pcmk_rc_str(rc));
agent             653 tools/stonith_admin.c             rc = pcmk__fence_metadata(out, st, options.agent, options.timeout*1000);
agent             693 tools/stonith_admin.c             rc = pcmk__fence_validate(out, st, options.agent, device, options.params,