Home
last modified time | relevance | path

Searched refs:last_diff_time (Results 1 – 20 of 20) sorted by relevance

/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/dird/
H A Dfd_cmds.c184 utime_t last_diff_time; in get_level_since_time() local
231 last_diff_time = str_to_utime(stime); in get_level_since_time()
233 if (last_diff_time < last_full_time) { in get_level_since_time()
234 last_diff_time = last_full_time; in get_level_since_time()
236 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
240 last_diff_time = last_full_time; in get_level_since_time()
243 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/dird/
H A Dfd_cmds.c184 utime_t last_diff_time; in get_level_since_time() local
231 last_diff_time = str_to_utime(stime); in get_level_since_time()
233 if (last_diff_time < last_full_time) { in get_level_since_time()
234 last_diff_time = last_full_time; in get_level_since_time()
236 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
240 last_diff_time = last_full_time; in get_level_since_time()
243 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/dird/
H A Dfd_cmds.c184 utime_t last_diff_time; in get_level_since_time() local
231 last_diff_time = str_to_utime(stime); in get_level_since_time()
233 if (last_diff_time < last_full_time) { in get_level_since_time()
234 last_diff_time = last_full_time; in get_level_since_time()
236 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
240 last_diff_time = last_full_time; in get_level_since_time()
243 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/dird/
H A Dfd_cmds.c184 utime_t last_diff_time; in get_level_since_time() local
231 last_diff_time = str_to_utime(stime); in get_level_since_time()
233 if (last_diff_time < last_full_time) { in get_level_since_time()
234 last_diff_time = last_full_time; in get_level_since_time()
236 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
240 last_diff_time = last_full_time; in get_level_since_time()
243 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/net-mgmt/nagios-check_bacula11/bacula-11.0.5/src/dird/
H A Dfd_cmds.c218 utime_t last_diff_time; in get_level_since_time() local
287 last_diff_time = str_to_utime(stime); in get_level_since_time()
289 if (last_diff_time < last_full_time) { in get_level_since_time()
290 last_diff_time = last_full_time; in get_level_since_time()
292 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
296 last_diff_time = last_full_time; in get_level_since_time()
299 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula11-server/bacula-11.0.5/src/dird/
H A Dfd_cmds.c218 utime_t last_diff_time; in get_level_since_time() local
287 last_diff_time = str_to_utime(stime); in get_level_since_time()
289 if (last_diff_time < last_full_time) { in get_level_since_time()
290 last_diff_time = last_full_time; in get_level_since_time()
292 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
296 last_diff_time = last_full_time; in get_level_since_time()
299 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula11-client/bacula-11.0.5/src/dird/
H A Dfd_cmds.c218 utime_t last_diff_time; in get_level_since_time() local
287 last_diff_time = str_to_utime(stime); in get_level_since_time()
289 if (last_diff_time < last_full_time) { in get_level_since_time()
290 last_diff_time = last_full_time; in get_level_since_time()
292 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
296 last_diff_time = last_full_time; in get_level_since_time()
299 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bacula11-client-static/bacula-11.0.5/src/dird/
H A Dfd_cmds.c218 utime_t last_diff_time; in get_level_since_time() local
287 last_diff_time = str_to_utime(stime); in get_level_since_time()
289 if (last_diff_time < last_full_time) { in get_level_since_time()
290 last_diff_time = last_full_time; in get_level_since_time()
292 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in get_level_since_time()
296 last_diff_time = last_full_time; in get_level_since_time()
299 do_diff = ((now - last_diff_time) >= jcr->job->MaxDiffInterval); in get_level_since_time()
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/core/src/dird/
H A Djob.cc1081 utime_t last_diff_time; in GetLevelSinceTime() local
1146 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1150 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1151 last_diff_time = last_full_time; in GetLevelSinceTime()
1153 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1159 last_diff_time = last_full_time; in GetLevelSinceTime()
1162 do_diff = ((now - last_diff_time) >= jcr->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/core/src/dird/
H A Djob.cc1081 utime_t last_diff_time; in GetLevelSinceTime() local
1146 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1150 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1151 last_diff_time = last_full_time; in GetLevelSinceTime()
1153 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1159 last_diff_time = last_full_time; in GetLevelSinceTime()
1162 do_diff = ((now - last_diff_time) >= jcr->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Djob.cc1081 utime_t last_diff_time; in GetLevelSinceTime() local
1146 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1150 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1151 last_diff_time = last_full_time; in GetLevelSinceTime()
1153 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1159 last_diff_time = last_full_time; in GetLevelSinceTime()
1162 do_diff = ((now - last_diff_time) >= jcr->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Djob.cc1081 utime_t last_diff_time; in GetLevelSinceTime() local
1146 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1150 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1151 last_diff_time = last_full_time; in GetLevelSinceTime()
1153 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1159 last_diff_time = last_full_time; in GetLevelSinceTime()
1162 do_diff = ((now - last_diff_time) >= jcr->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/dird/
H A Djob.cc1061 utime_t last_diff_time; in GetLevelSinceTime() local
1131 last_diff_time = StrToUtime(start_time); in GetLevelSinceTime()
1135 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1136 last_diff_time = last_full_time; in GetLevelSinceTime()
1138 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1144 last_diff_time = last_full_time; in GetLevelSinceTime()
1149 = ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/core/src/dird/
H A Djob.cc1060 utime_t last_diff_time; in GetLevelSinceTime() local
1127 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1131 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1132 last_diff_time = last_full_time; in GetLevelSinceTime()
1134 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1140 last_diff_time = last_full_time; in GetLevelSinceTime()
1145 ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/core/src/dird/
H A Djob.cc1060 utime_t last_diff_time; in GetLevelSinceTime() local
1127 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1131 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1132 last_diff_time = last_full_time; in GetLevelSinceTime()
1134 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1140 last_diff_time = last_full_time; in GetLevelSinceTime()
1145 ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/core/src/dird/
H A Djob.cc1060 utime_t last_diff_time; in GetLevelSinceTime() local
1127 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1131 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1132 last_diff_time = last_full_time; in GetLevelSinceTime()
1134 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1140 last_diff_time = last_full_time; in GetLevelSinceTime()
1145 ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/dird/
H A Djob.cc1061 utime_t last_diff_time; in GetLevelSinceTime() local
1131 last_diff_time = StrToUtime(start_time); in GetLevelSinceTime()
1135 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1136 last_diff_time = last_full_time; in GetLevelSinceTime()
1138 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1144 last_diff_time = last_full_time; in GetLevelSinceTime()
1149 = ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Djob.cc1061 utime_t last_diff_time; in GetLevelSinceTime() local
1131 last_diff_time = StrToUtime(start_time); in GetLevelSinceTime()
1135 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1136 last_diff_time = last_full_time; in GetLevelSinceTime()
1138 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1144 last_diff_time = last_full_time; in GetLevelSinceTime()
1149 = ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Djob.cc1061 utime_t last_diff_time; in GetLevelSinceTime() local
1131 last_diff_time = StrToUtime(start_time); in GetLevelSinceTime()
1135 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1136 last_diff_time = last_full_time; in GetLevelSinceTime()
1138 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1144 last_diff_time = last_full_time; in GetLevelSinceTime()
1149 = ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Djob.cc1060 utime_t last_diff_time; in GetLevelSinceTime() local
1127 last_diff_time = StrToUtime(stime); in GetLevelSinceTime()
1131 if (last_diff_time < last_full_time) { in GetLevelSinceTime()
1132 last_diff_time = last_full_time; in GetLevelSinceTime()
1134 Dmsg2(50, "last_diff_time=%lld last_full_time=%lld\n", last_diff_time, in GetLevelSinceTime()
1140 last_diff_time = last_full_time; in GetLevelSinceTime()
1145 ((now - last_diff_time) >= jcr->impl->res.job->MaxDiffInterval); in GetLevelSinceTime()