Xen Test Framework
|
Go to the source code of this file.
Functions | |
void | arch_setup (void) |
void | test_setup (void) |
bool | arch_fmt_pointer (char **str, char *end, const char **fmt_ptr, const void *arg, int width, int precision, unsigned int flags) |
void | arch_crash_hard (void) |
Variables | |
const char | environment_description [] = "Unknown" |
void arch_setup | ( | void | ) |
Definition at line 12 of file weak-defaults.c.
void test_setup | ( | void | ) |
Definition at line 16 of file weak-defaults.c.
bool arch_fmt_pointer | ( | char ** | str, |
char * | end, | ||
const char ** | fmt_ptr, | ||
const void * | arg, | ||
int | width, | ||
int | precision, | ||
unsigned int | flags | ||
) |
Definition at line 20 of file weak-defaults.c.
void arch_crash_hard | ( | void | ) |
Definition at line 27 of file weak-defaults.c.
const char environment_description[] = "Unknown" |
Definition at line 10 of file weak-defaults.c.