move_lifetime      93 tools/crm_resource.c     gchar *move_lifetime;         // Value of --lifetime
move_lifetime     499 tools/crm_resource.c     { "lifetime", 'u', G_OPTION_FLAG_NONE, G_OPTION_ARG_STRING, &options.move_lifetime,
move_lifetime     970 tools/crm_resource.c             const char *move_lifetime)
move_lifetime     981 tools/crm_resource.c         rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime,
move_lifetime    1001 tools/crm_resource.c             rc = cli_resource_ban(out, options.rsc_id, current->details->uname, move_lifetime,
move_lifetime    1775 tools/crm_resource.c             rc = cli_resource_restart(out, rsc, node, options.move_lifetime,
move_lifetime    1872 tools/crm_resource.c                 rc = ban_or_move(out, rsc, options.move_lifetime);
move_lifetime    1875 tools/crm_resource.c                                        options.move_lifetime, cib_conn,
move_lifetime    1890 tools/crm_resource.c                 rc = ban_or_move(out, rsc, options.move_lifetime);
move_lifetime    1895 tools/crm_resource.c                                       options.move_lifetime, cib_conn,
move_lifetime    2064 tools/crm_resource.c     g_free(options.move_lifetime);
move_lifetime      57 tools/crm_resource.h                         const char *move_lifetime, cib_t * cib_conn, int cib_options,
move_lifetime      60 tools/crm_resource.h                      const char *move_lifetime, cib_t *cib_conn, int cib_options,
move_lifetime      91 tools/crm_resource.h                          const pcmk_node_t *node, const char *move_lifetime,
move_lifetime      95 tools/crm_resource.h                       const char *host_name, const char *move_lifetime,
move_lifetime      15 tools/crm_resource_ban.c parse_cli_lifetime(pcmk__output_t *out, const char *move_lifetime)
move_lifetime      22 tools/crm_resource_ban.c     if (move_lifetime == NULL) {
move_lifetime      26 tools/crm_resource_ban.c     duration = crm_time_parse_duration(move_lifetime);
move_lifetime      30 tools/crm_resource_ban.c                       "for examples of valid durations", move_lifetime);
move_lifetime      39 tools/crm_resource_ban.c                       move_lifetime);
move_lifetime      62 tools/crm_resource_ban.c                  const char *move_lifetime, cib_t * cib_conn, int cib_options,
move_lifetime      70 tools/crm_resource_ban.c     later_s = parse_cli_lifetime(out, move_lifetime);
move_lifetime      71 tools/crm_resource_ban.c     if(move_lifetime && later_s == NULL) {
move_lifetime     131 tools/crm_resource_ban.c         int banrc = cli_resource_ban(out, rsc_id, host, move_lifetime,
move_lifetime     145 tools/crm_resource_ban.c                     const char *move_lifetime, cib_t *cib_conn, int cib_options,
move_lifetime     148 tools/crm_resource_ban.c     char *later_s = parse_cli_lifetime(out, move_lifetime);
move_lifetime     153 tools/crm_resource_ban.c     if(move_lifetime && later_s == NULL) {
move_lifetime     208 tools/crm_resource_ban.c         int preferrc = cli_resource_prefer(out, rsc_id, host, move_lifetime,
move_lifetime    1440 tools/crm_resource_runtime.c                      const pcmk_node_t *node, const char *move_lifetime,
move_lifetime    1564 tools/crm_resource_runtime.c         rc = cli_resource_ban(out, lookup_id, host, move_lifetime, cib,
move_lifetime    2129 tools/crm_resource_runtime.c                   const char *host_name, const char *move_lifetime, cib_t *cib,
move_lifetime    2212 tools/crm_resource_runtime.c     rc = cli_resource_prefer(out, rsc_id, dest->details->uname, move_lifetime,
move_lifetime    2226 tools/crm_resource_runtime.c             (void)cli_resource_ban(out, rsc_id, current->details->uname, move_lifetime,