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

/freebsd-10-stable/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c552 static time_t pt_begin; variable
559 pt_begin = time(NULL) + PROGRESS_DELAY;
577 if (!pt_shown && time(NULL) > pt_begin) {

Completed in 116 milliseconds