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

Go to the source code of this file.

Data Structures

struct  _m0_buf_s
 
struct  _m0_bufs_s
 

Functions

 M0_BASSERT (offsetof(struct _m0_buf_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (offsetof(struct _m0_bufs_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct m0_buf)==16U)
 
 M0_BASSERT (sizeof((struct m0_buf *) 0) ->b_nob==8U)
 
 M0_BASSERT (offsetof(struct m0_buf, b_nob)==0U)
 
 M0_BASSERT (offsetof(struct m0_buf, b_addr)==8U)
 
 M0_BASSERT (sizeof(struct m0_bufs)==16U)
 
 M0_BASSERT (sizeof((struct m0_bufs *) 0) ->ab_count==4U)
 
 M0_BASSERT (offsetof(struct m0_bufs, ab_count)==0U)
 
 M0_BASSERT (offsetof(struct m0_bufs, ab_elems)==8U)
 
M0_INTERNAL void m0_xc_m0_buf_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_bufs_struct_init (void)
 
M0_INTERNAL void m0_xc_lib_buf_init (void)
 
M0_INTERNAL void m0_xc_lib_buf_fini (void)
 

Variables

struct m0_xcode_typem0_buf_xc = &_m0_buf._type
 
struct m0_xcode_typem0_bufs_xc = &_m0_bufs._type
 
static struct _m0_buf_s _m0_buf
 
static struct _m0_bufs_s _m0_bufs
 

Function Documentation

◆ M0_BASSERT() [1/10]

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

◆ M0_BASSERT() [2/10]

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

◆ M0_BASSERT() [3/10]

M0_BASSERT ( sizeof(struct m0_buf = =16U)

◆ M0_BASSERT() [4/10]

M0_BASSERT ( sizeof((struct m0_buf *) 0) ->  b_nob = =8U)

◆ M0_BASSERT() [5/10]

M0_BASSERT ( offsetof(struct m0_buf, b_nob = =0U)

◆ M0_BASSERT() [6/10]

M0_BASSERT ( offsetof(struct m0_buf, b_addr = =8U)

◆ M0_BASSERT() [7/10]

M0_BASSERT ( sizeof(struct m0_bufs = =16U)

◆ M0_BASSERT() [8/10]

M0_BASSERT ( sizeof((struct m0_bufs *) 0) ->  ab_count = =4U)

◆ M0_BASSERT() [9/10]

M0_BASSERT ( offsetof(struct m0_bufs, ab_count = =0U)

◆ M0_BASSERT() [10/10]

M0_BASSERT ( offsetof(struct m0_bufs, ab_elems = =8U)

◆ m0_xc_lib_buf_fini()

M0_INTERNAL void m0_xc_lib_buf_fini ( void  )

Definition at line 140 of file buf_xc.c.

◆ m0_xc_lib_buf_init()

M0_INTERNAL void m0_xc_lib_buf_init ( void  )

Definition at line 134 of file buf_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_buf_struct_init()

M0_INTERNAL void m0_xc_m0_buf_struct_init ( void  )

Definition at line 64 of file buf_xc.c.

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

◆ m0_xc_m0_bufs_struct_init()

M0_INTERNAL void m0_xc_m0_bufs_struct_init ( void  )

Definition at line 99 of file buf_xc.c.

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

Variable Documentation

◆ _m0_buf

struct _m0_buf_s _m0_buf
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_SEQUENCE,
.xct_name = "m0_buf",
.xct_sizeof = sizeof (struct m0_buf),
.xct_nr = 2,
}
}
Definition: buf.h:37

◆ _m0_bufs

struct _m0_bufs_s _m0_bufs
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_SEQUENCE,
.xct_name = "m0_bufs",
.xct_sizeof = sizeof (struct m0_bufs),
.xct_nr = 2,
}
}
Definition: buf.h:43

◆ m0_buf_xc

struct m0_xcode_type * m0_buf_xc = &_m0_buf._type

Definition at line 10 of file buf_xc.c.

◆ m0_bufs_xc

struct m0_xcode_type * m0_bufs_xc = &_m0_bufs._type

Definition at line 11 of file buf_xc.c.