crm_get_msec      201 daemons/attrd/attrd_commands.c         dampen = crm_get_msec(value);
crm_get_msec      886 daemons/attrd/attrd_commands.c         dampen = crm_get_msec(dvalue);
crm_get_msec     2002 daemons/controld/controld_execd.c             op->timeout = crm_get_msec(op_timeout);
crm_get_msec      603 daemons/fenced/pacemaker-fenced.c             timeout_ms = crm_get_msec(value);
crm_get_msec      325 daemons/pacemakerd/pcmkd_subdaemons.c             pcmk__sleep_ms(crm_get_msec(delay));
crm_get_msec       50 include/crm/common/util.h long long crm_get_msec(const char *input);
crm_get_msec      331 lib/common/utils.c         msec = crm_get_msec(input);
crm_get_msec      245 lib/common/watchdog.c         sbd_timeout = crm_get_msec(getenv("SBD_WATCHDOG_TIMEOUT"));
crm_get_msec      284 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      784 lib/pengine/utils.c         start_delay = crm_get_msec(value);
crm_get_msec      844 lib/pengine/utils.c     int timeout_ms = crm_get_msec(value);
crm_get_msec      847 lib/pengine/utils.c         timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S);
crm_get_msec      888 lib/pengine/utils.c     timeout_ms = crm_get_msec(timeout_spec);
crm_get_msec      890 lib/pengine/utils.c         timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S);
crm_get_msec      473 tools/crm_mon.c     int rc = crm_get_msec(optarg);
crm_get_msec      891 tools/crm_resource.c     options.timeout_ms = crm_get_msec(optarg);
crm_get_msec     1729 tools/crm_resource_runtime.c         timeout_ms = crm_get_msec(CRM_DEFAULT_OP_TIMEOUT_S);
crm_get_msec      268 tools/stonith_admin.c     options.tolerance = crm_get_msec(optarg) / 1000;