Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dtm0/tx_desc.h"
#include "dtm0/tx_desc_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_dtm0_tid_s |
struct | _m0_dtm0_tx_pa_s |
struct | _m0_dtm0_tx_participants_s |
struct | _m0_dtm0_tx_desc_s |
Variables | |
struct m0_xcode_type * | m0_dtm0_tid_xc = &_m0_dtm0_tid._type |
struct m0_xcode_type * | m0_dtm0_tx_pa_xc = &_m0_dtm0_tx_pa._type |
struct m0_xcode_type * | m0_dtm0_tx_participants_xc = &_m0_dtm0_tx_participants._type |
struct m0_xcode_type * | m0_dtm0_tx_desc_xc = &_m0_dtm0_tx_desc._type |
static struct _m0_dtm0_tid_s | _m0_dtm0_tid |
static struct _m0_dtm0_tx_pa_s | _m0_dtm0_tx_pa |
static struct _m0_dtm0_tx_participants_s | _m0_dtm0_tx_participants |
static struct _m0_dtm0_tx_desc_s | _m0_dtm0_tx_desc |
const struct m0_xcode_enum_val | m0_dtm0_tx_pa_state_data [] |
struct m0_xcode_enum | m0_xc_m0_dtm0_tx_pa_state_enum |
M0_BASSERT | ( | offsetof(struct _m0_dtm0_tid_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_dtm0_tx_pa_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_dtm0_tx_participants_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_dtm0_tx_desc_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_dtm0_tid) | = =24U | ) |
M0_BASSERT | ( | sizeof((struct m0_dtm0_tid *) 0) -> | dti_ts = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tid, dti_ts) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tid, dti_fid) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_dtm0_tx_pa) | = =24U | ) |
M0_BASSERT | ( | sizeof((struct m0_dtm0_tx_pa *) 0) -> | p_fid = =16U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_pa, p_fid) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_pa, p_state) | = =16U | ) |
M0_BASSERT | ( | sizeof(struct m0_dtm0_tx_participants) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_dtm0_tx_participants *) 0) -> | dtp_nr = =4U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_participants, dtp_nr) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_participants, dtp_pa) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_dtm0_tx_desc) | = =40U | ) |
M0_BASSERT | ( | sizeof((struct m0_dtm0_tx_desc *) 0) -> | dtd_id = =24U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_desc, dtd_id) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_dtm0_tx_desc, dtd_ps) | = =24U | ) |
M0_INTERNAL void m0_xc_dtm0_tx_desc_fini | ( | void | ) |
Definition at line 277 of file tx_desc_xc.c.
M0_INTERNAL void m0_xc_dtm0_tx_desc_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_dtm0_tid_struct_init | ( | void | ) |
Definition at line 129 of file tx_desc_xc.c.
M0_INTERNAL void m0_xc_m0_dtm0_tx_desc_struct_init | ( | void | ) |
Definition at line 234 of file tx_desc_xc.c.
M0_INTERNAL void m0_xc_m0_dtm0_tx_pa_struct_init | ( | void | ) |
Definition at line 164 of file tx_desc_xc.c.
M0_INTERNAL void m0_xc_m0_dtm0_tx_participants_struct_init | ( | void | ) |
Definition at line 199 of file tx_desc_xc.c.
|
static |
|
static |
|
static |
|
static |
struct m0_xcode_type * m0_dtm0_tid_xc = &_m0_dtm0_tid._type |
Definition at line 10 of file tx_desc_xc.c.
struct m0_xcode_type * m0_dtm0_tx_desc_xc = &_m0_dtm0_tx_desc._type |
Definition at line 13 of file tx_desc_xc.c.
const struct m0_xcode_enum_val m0_dtm0_tx_pa_state_data[] |
Definition at line 113 of file tx_desc_xc.c.
struct m0_xcode_type * m0_dtm0_tx_pa_xc = &_m0_dtm0_tx_pa._type |
Definition at line 11 of file tx_desc_xc.c.
struct m0_xcode_type * m0_dtm0_tx_participants_xc = &_m0_dtm0_tx_participants._type |
Definition at line 12 of file tx_desc_xc.c.
struct m0_xcode_enum m0_xc_m0_dtm0_tx_pa_state_enum |
Definition at line 122 of file tx_desc_xc.c.