#include <stdio.h>
#include <errno.h>
#include "librtasevent.h"
#include "rtas_event.h"
Functions | |
| struct rtas_event_scn * | rtas_get_post_scn (struct rtas_event *re) |
| Retrieve the Power-On Self Test (POST) section of the RTAS Event. | |
| int | print_re_post_scn (struct rtas_event_scn *res, int verbosity) |
| print the contents of a POST section | |
| int print_re_post_scn | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) |
print_re_post_scn
| res | rtas_event_scn pointer for post section | |
| verbosity | verbose level of output |
| struct rtas_event_scn* rtas_get_post_scn | ( | struct rtas_event * | re | ) | [read] |
1.5.3