Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c135 FILE *thresf = fopen(threshold_file, "r"); in set_thresholds() local
141 if (!thresf) in set_thresholds()
152 while (fgets(buf, sizeof buf, thresf) != NULL) { in set_thresholds()
173 fclose(thresf); in set_thresholds()