Lines Matching refs:ofp
23 static inline void __out(FILE *ofp, __u64 tm, enum iop_type type, in __out() argument
28 fprintf(ofp, " "); in __out()
29 fprintf(ofp, "%5d.%09lu %c %10llu+%-4u\n", in __out()
35 static void display_io_track(FILE *ofp, struct io *iop) in display_io_track() argument
37 fprintf(ofp, "%3d,%-3d: ", MAJOR(iop->t.device), MINOR(iop->t.device)); in display_io_track()
38 __out(ofp, iop->t.time, IOP_Q, iop->t.sector, t_sec(&iop->t), 0); in display_io_track()
41 __out(ofp, iop->g_time, IOP_G, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
43 __out(ofp, iop->i_time, IOP_I, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
45 __out(ofp, iop->m_time, IOP_M, iop->t.sector, t_sec(&iop->t),1); in display_io_track()
47 __out(ofp, iop->d_time, IOP_D, iop->d_sec, iop->d_nsec, 1); in display_io_track()
48 __out(ofp, iop->c_time, IOP_C, iop->c_sec, iop->c_nsec, 1); in display_io_track()
49 fprintf(ofp, "\n"); in display_io_track()