Searched refs:time_step (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/unbound/testcode/
H A Dreplay.h70 * STEP time_step event_type [ADDRESS ip_address]
188 int time_step; member in struct:replay_moment
H A Dfake_event.c230 int timenow = runtime->now->time_step;
415 runtime->now->time_step,
431 log_info("testbound: do STEP %d %s", runtime->now->time_step,
530 fatal_exit("could not process macro step %d", mom->time_step);
622 fatal_exit("autotrust_check STEP %d failed", mom->time_step);
675 fatal_exit("tempfile_check STEP %d failed", mom->time_step);
800 log_info("testbound: do STEP %d %s", runtime->now->time_step,
894 runtime->now->time_step);
1186 log_info("testbound: do STEP %d %s", runtime->now->time_step,
1236 log_info("testbound: do STEP %d %s", runtime->now->time_step,
[all...]
H A Dreplay.c263 if(sscanf(remain, " %d%n", &mom->time_step, &skip) != 1) {
482 scen->mom_last->time_step >= mom->time_step)

Completed in 74 milliseconds