Linux Kernel
3.7.1
|
#include <err_common.h>
Data Fields | |
u16 | length |
u16 | class |
u16 | type |
u16 | revision |
union { | |
struct { | |
u32 frame_length | |
u32 frame_packet_count | |
} sys_err | |
struct { | |
union el_timestamp timestamp | |
u32 frame_length | |
u32 frame_packet_count | |
} sys_event | |
struct { | |
u16 halt_code | |
u16 reserved | |
union el_timestamp timestamp | |
u32 frame_length | |
u32 frame_packet_count | |
} err_halt | |
struct { | |
u32 frame_length | |
u32 frame_flags | |
u32 cpu_offset | |
u32 system_offset | |
} logout_header | |
struct { | |
u64 cpuid | |
u64 data_start [1] | |
} regatta_frame | |
struct { | |
u64 data_start [1] | |
} raw | |
} | by_type |
Definition at line 80 of file err_common.h.
union { ... } by_type |
Definition at line 82 of file err_common.h.
u32 cpu_offset |
Definition at line 105 of file err_common.h.
Definition at line 109 of file err_common.h.
u64 data_start[1] |
Definition at line 110 of file err_common.h.
struct { ... } err_halt |
u32 frame_flags |
Definition at line 104 of file err_common.h.
u32 frame_length |
Definition at line 87 of file err_common.h.
u32 frame_packet_count |
Definition at line 88 of file err_common.h.
u16 halt_code |
Definition at line 96 of file err_common.h.
u16 length |
Definition at line 81 of file err_common.h.
struct { ... } logout_header |
struct { ... } raw |
struct { ... } regatta_frame |
u16 reserved |
Definition at line 97 of file err_common.h.
Definition at line 84 of file err_common.h.
struct { ... } sys_err |
struct { ... } sys_event |
u32 system_offset |
Definition at line 106 of file err_common.h.
union el_timestamp timestamp |
Definition at line 91 of file err_common.h.
Definition at line 83 of file err_common.h.