#include <stdio.h>
#include <errno.h>
#include "librtasevent.h"
#include "rtas_event.h"
Functions | |
| struct rtas_event_scn * | rtas_get_dump_scn (struct rtas_event *re) |
| Retrieve the Dump Locator section of the RTAS Event. | |
| int | print_re_dump_scn (struct rtas_event_scn *res, int verbosity) |
| Print the contents of a version 6 dump locator section. | |
| int print_re_dump_scn | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) |
print_v6_dump_hdr
| res | rtas_event_scn pointer for dump locator section | |
| verbosity | verbose level of output |
| struct rtas_event_scn* rtas_get_dump_scn | ( | struct rtas_event * | re | ) | [read] |
rtas_get_dump_scn
| re | rtas_event pointer |
1.5.3