Go to the source code of this file.
Data Structures | |
struct | page |
Functions | |
static void | test_hipcPbank (void) |
static void | test_hipcPbank_err (void) |
int | main (int argc, char *argv[]) |
|
static |
Definition at line 12 of file test_pbank.c.
References page::a, page::b, HIPC_PBANK_STAT_ACCEPTED, HIPC_PBANK_STAT_GROUND, HIPC_PBANK_STAT_REQUESTED, HIPC_SUCCESS, hipcPbankGetPageSize(), hipcPbankGetReadOnlyPage(), hipcPbankGetStat(), hipcPbankGetWritablePage(), hipcPbankInit(), hipcPbankSwitchAccept(), hipcPbankSwitchComplete(), and hipcPbankSwitchRequest().
Referenced by main().
|
static |
Definition at line 61 of file test_pbank.c.
References HIPC_ERR_S_PBANK_STAT_MISMATCH, HIPC_PBANK_STAT_ACCEPTED, HIPC_PBANK_STAT_GROUND, HIPC_PBANK_STAT_REQUESTED, HIPC_SUCCESS, hipcPbankGetStat(), hipcPbankInit(), hipcPbankSwitchAccept(), hipcPbankSwitchComplete(), and hipcPbankSwitchRequest().
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 92 of file test_pbank.c.
References test_hipcPbank(), and test_hipcPbank_err().