Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/dump/
HDtape.c374 time_t tstart_changevol, tend_changevol; in close_rewind() local
379 (void)time((time_t *)&(tstart_changevol)); in close_rewind()
390 if ((tstart_changevol != (time_t)-1) && (tend_changevol != (time_t)-1)) in close_rewind()
391 tstart_writing += (tend_changevol - tstart_changevol); in close_rewind()