#include <stdio.h>
#include <errno.h>
#include "librtasevent.h"
#include "rtas_event.h"
Functions | |
| struct rtas_event_scn * | rtas_get_io_scn (struct rtas_event *re) |
| Retrieve the I/O section of the RTAS Event. | |
| static int | print_v4_io (struct rtas_event_scn *res, int verbosity) |
| print the contents of a RTAS pre-version 6 I/O section | |
| static int | print_v6_io (struct rtas_event_scn *res, int verbosity) |
| print the contents of a version 6 RTAS I/O section | |
| int | print_re_io_scn (struct rtas_event_scn *res, int verbosity) |
| print the contents of a RTAS event i/o section | |
| int print_re_io_scn | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) |
print_re_io_scn
| res | rtas_event_scn pointer for i/o section | |
| verbosity | verbose level of output |
| static int print_v4_io | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) | [static] |
print_v4_io
| res | rtas_event_scn pointer to i/o section | |
| verbosity | verbose level of output |
| static int print_v6_io | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) | [static] |
print_v6_io
| res | rtas_event_scn pointer to i/o section | |
| verbosity | verbose level of output |
| struct rtas_event_scn* rtas_get_io_scn | ( | struct rtas_event * | re | ) | [read] |
1.5.3