|
libcdio-paranoia
10.2+2.0.0
|
#include <unistd.h>#include <string.h>#include <stdio.h>#include <math.h>#include <cdio/paranoia/cdda.h>#include <cdio/paranoia/paranoia.h>#include <cdio/paranoia/version.h>#include "cachetest.h"Macros | |
| #define | MIN_SEEK_MS 6 |
| #define | reportC(...) |
| #define | printC(...) {if(progress){fprintf(progress, __VA_ARGS__);}} |
| #define | logC(...) {if(log){fprintf(log, __VA_ARGS__);}} |
Functions | |
| int | analyze_cache (cdrom_drive_t *d, FILE *progress, FILE *log, int speed) |
| #define logC | ( | ... | ) | {if(log){fprintf(log, __VA_ARGS__);}} |
| #define MIN_SEEK_MS 6 |
| #define printC | ( | ... | ) | {if(progress){fprintf(progress, __VA_ARGS__);}} |
| #define reportC | ( | ... | ) |
| int analyze_cache | ( | cdrom_drive_t * | d, |
| FILE * | progress, | ||
| FILE * | log, | ||
| int | speed | ||
| ) |
analyze_cache() - analyze drive cache management.