#include <stdio.h>
#include <string.h>
#include <errno.h>
#include "librtasevent.h"
#include "rtas_event.h"
Functions | |
| struct rtas_event_scn * | rtas_get_ibm_sp_scn (struct rtas_event *re) |
| Retrieve the IBM Service Processor Log section of the RTAS Event. | |
| int | print_re_ibmsp_scn (struct rtas_event_scn *res, int verbosity) |
| print the contents of a RTAS Service Processor section | |
| int print_re_ibmsp_scn | ( | struct rtas_event_scn * | res, | |
| int | verbosity | |||
| ) |
print_re_ibmsp_scn
| res | rtas_evnt_scn pointer for IBM SP section | |
| verbosity | verbose level of output |
| struct rtas_event_scn* rtas_get_ibm_sp_scn | ( | struct rtas_event * | re | ) | [read] |
rtas_get_ibm_sp_scn
| re | rtas_event pointer |
1.5.3