Motr  M0
dix_cp_onwire_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "dix/cm/dix_cp_onwire.h"
#include "dix/cm/dix_cp_onwire_xc.h"
Include dependency graph for dix_cp_onwire_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_dix_cpx_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_dix_cpx_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_dix_cpx)==240U)
 
 M0_BASSERT (sizeof((struct m0_dix_cpx *) 0) ->dcx_cp==88U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_cp)==0U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_ctg_fid)==88U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_ctg_op_flags)==104U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_failed_idx)==112U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_phase)==120U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_ab_key)==128U)
 
 M0_BASSERT (offsetof(struct m0_dix_cpx, dcx_ab_val)==184U)
 
M0_INTERNAL void m0_xc_m0_dix_cpx_struct_init (void)
 
M0_INTERNAL void m0_xc_dix_cm_dix_cp_onwire_init (void)
 
M0_INTERNAL void m0_xc_dix_cm_dix_cp_onwire_fini (void)
 

Variables

struct m0_xcode_typem0_dix_cpx_xc = &_m0_dix_cpx._type
 
static struct _m0_dix_cpx_s _m0_dix_cpx
 

Function Documentation

◆ M0_BASSERT() [1/10]

M0_BASSERT ( offsetof(struct _m0_dix_cpx_s, _child[0])  = =offsetof(struct m0_xcode_type, xct_child[0]))

◆ M0_BASSERT() [2/10]

M0_BASSERT ( sizeof(struct m0_dix_cpx = =240U)

◆ M0_BASSERT() [3/10]

M0_BASSERT ( sizeof((struct m0_dix_cpx *) 0) ->  dcx_cp = =88U)

◆ M0_BASSERT() [4/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_cp = =0U)

◆ M0_BASSERT() [5/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_ctg_fid = =88U)

◆ M0_BASSERT() [6/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_ctg_op_flags = =104U)

◆ M0_BASSERT() [7/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_failed_idx = =112U)

◆ M0_BASSERT() [8/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_phase = =120U)

◆ M0_BASSERT() [9/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_ab_key = =128U)

◆ M0_BASSERT() [10/10]

M0_BASSERT ( offsetof(struct m0_dix_cpx, dcx_ab_val = =184U)

◆ m0_xc_dix_cm_dix_cp_onwire_fini()

M0_INTERNAL void m0_xc_dix_cm_dix_cp_onwire_fini ( void  )

Definition at line 164 of file dix_cp_onwire_xc.c.

◆ m0_xc_dix_cm_dix_cp_onwire_init()

M0_INTERNAL void m0_xc_dix_cm_dix_cp_onwire_init ( void  )

Definition at line 159 of file dix_cp_onwire_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_dix_cpx_struct_init()

M0_INTERNAL void m0_xc_m0_dix_cpx_struct_init ( void  )

Definition at line 49 of file dix_cp_onwire_xc.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ _m0_dix_cpx

struct _m0_dix_cpx_s _m0_dix_cpx
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_dix_cpx",
.xct_sizeof = sizeof (struct m0_dix_cpx),
.xct_nr = 7,
}
}

◆ m0_dix_cpx_xc

struct m0_xcode_type * m0_dix_cpx_xc = &_m0_dix_cpx._type

Definition at line 10 of file dix_cp_onwire_xc.c.