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

/external/blktrace/btt/
H A Dseek.c37 FILE *rfp, *wfp, *cfp, *sps_fp; member in struct:seeki
115 fprintf(sip->sps_fp, "%15.9lf %.2lf\n", sps->t_start, s_p_s);
123 if (sip->sps_fp) {
227 if ((sip->sps_fp = my_fopen(oname, "w")) == NULL)
230 add_file(sip->sps_fp, oname);
232 sip->sps_fp = NULL;
241 if (sip->sps_fp && sip->sps.nseeks != 0)

Completed in 396 milliseconds