Home
last modified time | relevance | path

Searched refs:sh_timer (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_database.c551 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
654 sh_timer.flag_ok = S_FALSE; in sh_database_query()
656 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
919 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
973 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1105 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1106 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1136 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1137 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1154 sh_timer.flag_ok = S_FALSE; in sh_database_query()
[all …]
H A Dsh_utils.c74 int sh_util_timeout_check (SH_TIMEOUT * sh_timer) in sh_util_timeout_check() argument
79 if (sh_timer->flag_ok == S_FALSE) in sh_util_timeout_check()
83 if (sh_timer->time_last == 0) in sh_util_timeout_check()
85 sh_timer->time_last = now; in sh_util_timeout_check()
90 dif = now - sh_timer->time_last; in sh_util_timeout_check()
91 if (dif < sh_timer->time_dist) in sh_util_timeout_check()
95 sh_timer->time_last = now; in sh_util_timeout_check()
98 sh_timer->time_last = now; in sh_util_timeout_check()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_database.c551 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
654 sh_timer.flag_ok = S_FALSE; in sh_database_query()
656 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
919 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
973 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1105 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1106 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1136 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1137 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1154 sh_timer.flag_ok = S_FALSE; in sh_database_query()
[all …]
H A Dsh_utils.c74 int sh_util_timeout_check (SH_TIMEOUT * sh_timer) in sh_util_timeout_check() argument
79 if (sh_timer->flag_ok == S_FALSE) in sh_util_timeout_check()
83 if (sh_timer->time_last == 0) in sh_util_timeout_check()
85 sh_timer->time_last = now; in sh_util_timeout_check()
90 dif = now - sh_timer->time_last; in sh_util_timeout_check()
91 if (dif < sh_timer->time_dist) in sh_util_timeout_check()
95 sh_timer->time_last = now; in sh_util_timeout_check()
98 sh_timer->time_last = now; in sh_util_timeout_check()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_database.c551 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
654 sh_timer.flag_ok = S_FALSE; in sh_database_query()
656 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
919 static SH_TIMEOUT sh_timer = { 0, 3600, S_TRUE }; in sh_database_query() local
973 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1105 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1106 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1136 sh_timer.flag_ok = S_FALSE; in sh_database_query()
1137 if (S_TRUE == sh_util_timeout_check(&sh_timer)) in sh_database_query()
1154 sh_timer.flag_ok = S_FALSE; in sh_database_query()
[all …]
H A Dsh_utils.c74 int sh_util_timeout_check (SH_TIMEOUT * sh_timer) in sh_util_timeout_check() argument
79 if (sh_timer->flag_ok == S_FALSE) in sh_util_timeout_check()
83 if (sh_timer->time_last == 0) in sh_util_timeout_check()
85 sh_timer->time_last = now; in sh_util_timeout_check()
90 dif = now - sh_timer->time_last; in sh_util_timeout_check()
91 if (dif < sh_timer->time_dist) in sh_util_timeout_check()
95 sh_timer->time_last = now; in sh_util_timeout_check()
98 sh_timer->time_last = now; in sh_util_timeout_check()
/dports/security/samhain/samhain-4.4.3/include/
H A Dsh_utils.h55 int sh_util_timeout_check (SH_TIMEOUT * sh_timer);
/dports/security/samhain-server/samhain-4.4.3/include/
H A Dsh_utils.h55 int sh_util_timeout_check (SH_TIMEOUT * sh_timer);
/dports/security/samhain-client/samhain-4.4.3/include/
H A Dsh_utils.h55 int sh_util_timeout_check (SH_TIMEOUT * sh_timer);
/dports/emulators/qemu42/qemu-4.2.1/hw/timer/
H A DMakefile.objs25 common-obj-$(CONFIG_SH4) += sh_timer.o
/dports/emulators/qemu-utils/qemu-4.2.1/hw/timer/
H A DMakefile.objs25 common-obj-$(CONFIG_SH4) += sh_timer.o
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/timer/
H A DMakefile.objs25 common-obj-$(CONFIG_SH4) += sh_timer.o
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/timer/
H A DMakefile.objs25 common-obj-$(CONFIG_SH4) += sh_timer.o
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/timer/
H A DMakefile.objs34 obj-$(CONFIG_SH4) += sh_timer.o
/dports/emulators/qemu5/qemu-5.2.0/hw/timer/
H A Dmeson.build33 softmmu_ss.add(when: 'CONFIG_SH4', if_true: files('sh_timer.c'))
/dports/emulators/qemu/qemu-6.2.0/hw/timer/
H A Dmeson.build30 softmmu_ss.add(when: 'CONFIG_SH_TIMER', if_true: files('sh_timer.c'))
H A Dtrace-events98 # sh_timer.c
/dports/emulators/qemu60/qemu-6.0.0/hw/timer/
H A Dmeson.build33 softmmu_ss.add(when: 'CONFIG_SH_TIMER', if_true: files('sh_timer.c'))
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/timer/
H A Dmeson.build30 softmmu_ss.add(when: 'CONFIG_SH_TIMER', if_true: files('sh_timer.c'))
/dports/emulators/qemu60/qemu-6.0.0/
H A DMAINTAINERS1423 F: hw/timer/sh_timer.c
1434 F: hw/timer/sh_timer.c
2190 F: hw/timer/sh_timer.c
/dports/emulators/qemu/qemu-6.2.0/
H A DMAINTAINERS1466 F: hw/timer/sh_timer.c
1477 F: hw/timer/sh_timer.c
2255 F: hw/timer/sh_timer.c
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A DMAINTAINERS1465 F: hw/timer/sh_timer.c
1476 F: hw/timer/sh_timer.c
2258 F: hw/timer/sh_timer.c
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A DMAINTAINERS889 F: hw/timer/sh_timer.c
/dports/emulators/qemu-utils/qemu-4.2.1/
H A DMAINTAINERS1141 F: hw/timer/sh_timer.c
/dports/emulators/qemu42/qemu-4.2.1/
H A DMAINTAINERS1141 F: hw/timer/sh_timer.c

12