#include <stdio.h>
#include <errno.h>
#include "librtasevent.h"
#include "rtas_event.h"
Functions | |
| struct rtas_event_scn * | rtas_get_cpu_scn (struct rtas_event *re) |
| Retrieve the CPU section of the RTAS Event. | |
| int | print_re_cpu_scn (struct rtas_event_scn *res, int verbosity) |
| Print the contents of a cpu section. | |
Copyright (C) 2005 IBM Corporation Common Public License Version 1.0 (see COPYRIGHT)
| int print_re_cpu_scn | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) |
print_cpu_failure
| res | rtas_event_scn pointer to cpu section | |
| verbosity | verbose level of output |
| struct rtas_event_scn* rtas_get_cpu_scn | ( | struct rtas_event * | re | ) | [read] |
1.5.3