Home | History | Annotate | Download | only in blktrace

Lines Matching full:drvdata

90 static struct output drvdata, human, binary, debug;
433 if (!drvdata.fn)
436 if (fwrite(bit, sizeof(*bit), 1, drvdata.fp) != 1)
438 if (fwrite(pdu_buf, bit->pdu_len, 1, drvdata.fp) != 1)
440 if (drvdata.pipe && fflush(drvdata.fp))
445 fprintf(stderr, "blkiomon: could not write to %s\n", drvdata.fn);
446 fclose(drvdata.fp);
447 drvdata.fn = NULL;
699 drvdata.fn = optarg;
740 if (blkiomon_open_output(&drvdata))