crm_get_msec 164 daemons/attrd/attrd_commands.c dampen = crm_get_msec(value); crm_get_msec 815 daemons/attrd/attrd_commands.c dampen = crm_get_msec(dvalue); crm_get_msec 1999 daemons/controld/controld_execd.c op->timeout = crm_get_msec(op_timeout); crm_get_msec 1072 daemons/fenced/pacemaker-fenced.c timeout_ms = crm_get_msec(value); crm_get_msec 467 daemons/pacemakerd/pacemakerd.c sleep(crm_get_msec(delay) / 1000); crm_get_msec 54 include/crm/common/util.h long long crm_get_msec(const char *input); crm_get_msec 324 lib/common/utils.c msec = crm_get_msec(input); crm_get_msec 239 lib/common/watchdog.c sbd_timeout = crm_get_msec(getenv("SBD_WATCHDOG_TIMEOUT")); crm_get_msec 270 lib/common/watchdog.c long st_timeout = value? crm_get_msec(value) : 0; crm_get_msec 32 lib/pengine/rules_alerts.c entry->timeout = crm_get_msec(value); crm_get_msec 824 lib/pengine/utils.c start_delay = crm_get_msec(value); crm_get_msec 883 lib/pengine/utils.c int timeout_ms = crm_get_msec(value); crm_get_msec 886 lib/pengine/utils.c timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S); crm_get_msec 927 lib/pengine/utils.c timeout_ms = crm_get_msec(timeout_spec); crm_get_msec 929 lib/pengine/utils.c timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S); crm_get_msec 462 tools/crm_mon.c int rc = crm_get_msec(optarg); crm_get_msec 861 tools/crm_resource.c options.timeout_ms = crm_get_msec(optarg); crm_get_msec 1696 tools/crm_resource_runtime.c timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S); crm_get_msec 267 tools/stonith_admin.c options.tolerance = crm_get_msec(optarg) / 1000;