Lines Matching refs:FILE
45 * Per input file information
48 * @devnm: Device name portion of this input file
49 * @file_name: Fully qualified name for this input file
50 * @cpu: CPU that this file was collected on
51 * @ifd: Input file descriptor (when opened)
77 * Per output file information
79 * @ofp: Output file
80 * @vfp: Verbose output file
81 * @file_name: Fully qualified name for this file
82 * @vfn: Fully qualified name for this file
84 * @iip: Input file this is associated with
91 FILE *ofp, *vfp;
102 static char *obase = "replay"; // Output file base
221 * write_file_hdr - Seek to and write btrecord file header
222 * @stream: Output file information
265 * @stream: Per-output file stream information
288 * rem_input_file - Release resources associated with an input file
289 * @iip: Per-input file information
302 * __add_input_file - Allocate and initialize per-input file structure
303 * @cpu: CPU for this file
304 * @devnm: Device name for this file
305 * @file_name: Fully qualifed input file name
326 * add_input_file - Set up the input file name
474 fatal(NULL, ERR_ARGS, "Missing required input file name(s)\n");
481 * @iip: Per-input file information
484 * Returns 0 on end of file, 1 if valid data returned.
622 * @stream: Per-output file stream information
677 * @iip: Per-input file information
759 * process - Process one input file to an output file
760 * @iip: Per-input file information