#include <librtasevent_v6.h>
Data Fields | |
| uint32_t | length:8 |
| uint32_t | type:4 |
| uint32_t | fru_id_included:1 |
| uint32_t | fru_subscn_included:3 |
| char | priority |
| uint32_t | loc_code_length:8 |
| char | loc_code [80] |
| struct rtas_fru_scn * | next |
| struct rtas_fru_hdr * | subscns |
| uint32_t rtas_fru_scn::length |
call-out length
Referenced by parse_src_scn(), and print_re_fru_scn().
| uint32_t rtas_fru_scn::type |
callout type
Referenced by print_re_fru_scn().
| uint32_t rtas_fru_scn::fru_id_included |
fru id subsection included
Referenced by print_re_fru_scn().
| uint32_t rtas_fru_scn::fru_subscn_included |
Referenced by print_re_fru_scn().
fru priority
Referenced by print_re_fru_scn().
| uint32_t rtas_fru_scn::loc_code_length |
location field length
Referenced by parse_src_scn(), and print_re_fru_scn().
| char rtas_fru_scn::loc_code[80] |
location code
Referenced by parse_src_scn(), and print_re_fru_scn().
struct rtas_fru_scn* rtas_fru_scn::next [read] |
Referenced by cleanup_rtas_event(), parse_src_scn(), and print_re_src_scn().
struct rtas_fru_hdr* rtas_fru_scn::subscns [read] |
Referenced by cleanup_rtas_event(), parse_src_scn(), and print_re_fru_scn().
1.5.5