Xen Test Framework
Functions | Variables
weak-defaults.c File Reference
#include <xtf/framework.h>
#include <xtf/types.h>
+ Include dependency graph for weak-defaults.c:

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"
 

Function Documentation

◆ arch_setup()

void arch_setup ( void  )

Definition at line 12 of file weak-defaults.c.

+ Here is the call graph for this function:

◆ test_setup()

void test_setup ( void  )

Definition at line 16 of file weak-defaults.c.

+ Here is the call graph for this function:

◆ arch_fmt_pointer()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ arch_crash_hard()

void arch_crash_hard ( void  )

Definition at line 27 of file weak-defaults.c.

Variable Documentation

◆ environment_description

const char environment_description[] = "Unknown"

Definition at line 10 of file weak-defaults.c.