blkiomon.c | 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:output 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 [all...] |