Searched refs:prevtime (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/usr.bin/kdump/
H A Dkdump.c341 static struct timespec prevtime; local
396 if (prevtime.tv_sec == 0)
397 prevtime = kth->ktr_time;
398 timespecsub(&kth->ktr_time, &prevtime, &temp);
400 timespecsub(&kth->ktr_time, &prevtime, &temp);
401 prevtime = kth->ktr_time;
/openbsd-current/usr.sbin/bgpctl/
H A Dbgpctl.c1394 static struct timespec prevtime; local
1397 timespecsub(t, &prevtime, &temp);
1400 prevtime = *t;

Completed in 133 milliseconds