Home | History | Annotate | Download | only in blktrace

Lines Matching refs:FILE

93 	char *path;			/* path to device special file */
148 * Used to handle the mmap() interfaces for output file (containing traces)
242 * ofn, ofd, ofp, obuf & mmap_info are used for output file (optionally).
246 FILE *ofp;
262 * Input/output file descriptors & names
291 static FILE *pfp;
440 "[ -a action ] [ -A action mask ] [ -I <devs file> ] [ -v ]\n\n" \
443 "\t-o File(s) to send output to\n" \
444 "\t-D Directory to prepend to output file names\n" \
455 "\t-I Add devices found in <devs file>\n" \
665 static FILE *my_fopen(const char *path, const char *mode)
667 FILE *fp;
1536 fprintf(stderr, "Open output file %s failed: %d/%s\n",
1542 fprintf(stderr, "set_vbuf for file %s failed: %d/%s\n",
1946 FILE *ofp;
2048 FILE *ifp = my_fopen(optarg, "r");
2052 "Invalid file for devices %s\n",