#include <mockio.h>
Data Fields | |
enum MOCK_errno | mock_errno |
unsigned int | i |
unsigned int | nops |
const struct MockIOOp * | ops |
enum MOCK_errno MockIO::mock_errno |
Definition at line 20 of file mockio.h.
Referenced by mockIOCheckCompletion(), mockIOInit(), mockIORead(), mockIOWrite(), test_mockIORead_err(), and test_mockIOWrite_err().
unsigned int MockIO::i |
Definition at line 21 of file mockio.h.
Referenced by mockIOCheckCompletion(), mockIOInit(), mockIORead(), mockIOWrite(), and test_mockio().
unsigned int MockIO::nops |
Definition at line 22 of file mockio.h.
Referenced by mockIOCheckCompletion(), mockIOInit(), mockIORead(), and mockIOWrite().
const struct MockIOOp* MockIO::ops |
Definition at line 23 of file mockio.h.
Referenced by mockIOInit(), mockIORead(), and mockIOWrite().