Motr  M0
ext_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "lib/ext.h"
#include "lib/ext_xc.h"
Include dependency graph for ext_xc.c:

Go to the source code of this file.

Data Structures

struct  _m0_ext_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_ext_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_ext)==48U)
 
 M0_BASSERT (sizeof((struct m0_ext *) 0) ->e_header==16U)
 
 M0_BASSERT (offsetof(struct m0_ext, e_header)==0U)
 
 M0_BASSERT (offsetof(struct m0_ext, e_start)==16U)
 
 M0_BASSERT (offsetof(struct m0_ext, e_end)==24U)
 
 M0_BASSERT (offsetof(struct m0_ext, e_footer)==32U)
 
M0_INTERNAL void m0_xc_m0_ext_struct_init (void)
 
M0_INTERNAL void m0_xc_lib_ext_init (void)
 
M0_INTERNAL void m0_xc_lib_ext_fini (void)
 

Variables

struct m0_xcode_typem0_ext_xc = &_m0_ext._type
 
static struct _m0_ext_s _m0_ext
 

Function Documentation

◆ M0_BASSERT() [1/7]

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

◆ M0_BASSERT() [2/7]

M0_BASSERT ( sizeof(struct m0_ext = =48U)

◆ M0_BASSERT() [3/7]

M0_BASSERT ( sizeof((struct m0_ext *) 0) ->  e_header = =16U)

◆ M0_BASSERT() [4/7]

M0_BASSERT ( offsetof(struct m0_ext, e_header = =0U)

◆ M0_BASSERT() [5/7]

M0_BASSERT ( offsetof(struct m0_ext, e_start = =16U)

◆ M0_BASSERT() [6/7]

M0_BASSERT ( offsetof(struct m0_ext, e_end = =24U)

◆ M0_BASSERT() [7/7]

M0_BASSERT ( offsetof(struct m0_ext, e_footer = =32U)

◆ m0_xc_lib_ext_fini()

M0_INTERNAL void m0_xc_lib_ext_fini ( void  )

Definition at line 113 of file ext_xc.c.

◆ m0_xc_lib_ext_init()

M0_INTERNAL void m0_xc_lib_ext_init ( void  )

Definition at line 108 of file ext_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_ext_struct_init()

M0_INTERNAL void m0_xc_m0_ext_struct_init ( void  )

Definition at line 43 of file ext_xc.c.

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

Variable Documentation

◆ _m0_ext

struct _m0_ext_s _m0_ext
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "m0_ext",
.xct_sizeof = sizeof (struct m0_ext),
.xct_nr = 4,
}
}
Definition: ext.h:37

◆ m0_ext_xc

struct m0_xcode_type * m0_ext_xc = &_m0_ext._type

Definition at line 10 of file ext_xc.c.