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

/freebsd-11-stable/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c60 #define NUMTRIES 200 macro
63 * Fill up the disk, then generate NUMTRIES additional ENOSPC errors.
105 * Second step: generate NUMTRIES instances of the error by retrying
108 for (i = 0; i < NUMTRIES; i++) {
124 * hitting ENOSPC, try NUMTRIES additional times. Note that we don't be able
152 for (i = 0; i < NUMTRIES; i++) {

Completed in 210 milliseconds