TwiceAsNice
2019-02-18
|
Macros | |
#define | VERSION "1.0" |
#define | ARRAY_ELEMENTS(a) (sizeof((a))/sizeof((a)[0])) |
#define | SCAN_ALMOST_EMPTY_SIZE 0x1 |
#define | SCAN_ALMOST_FULL_SIZE 0x2 |
#define | SCAN_WRITE_SIZE 0x4 |
Functions | |
int | tx_rate (int fd, __s32 io_mode, int seconds, int scan) |
#define ARRAY_ELEMENTS | ( | a | ) | (sizeof((a))/sizeof((a)[0])) |
#define SCAN_ALMOST_EMPTY_SIZE 0x1 |
#define SCAN_ALMOST_FULL_SIZE 0x2 |
#define SCAN_WRITE_SIZE 0x4 |
#define VERSION "1.0" |
int tx_rate | ( | int | fd, |
__s32 | io_mode, | ||
int | seconds, | ||
int | scan | ||
) |