Home
last modified time | relevance | path

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

/external/blktrace/btt/
Dtrace_complete.c57 FILE *pit_fp = c_iop->dip->pit_fp; in handle_complete() local
96 if (q_iop->dip->pit_fp) { in handle_complete()
97 fprintf(pit_fp, "%d.%09lu ", in handle_complete()
110 if (c_iop->dip->pit_fp) { in handle_complete()
111 fprintf(pit_fp, "| %d.%09lu | %d.%09lu\n", in handle_complete()
Ddevs.c93 if (dip->pit_fp) in __dip_exit()
94 fclose(dip->pit_fp); in __dip_exit()
150 dip->pit_fp = open_pit(dip); in dip_alloc()
Dglobals.h138 FILE *q2d_ofp, *d2c_ofp, *q2c_ofp, *pit_fp; member