Motr  M0
at_ut_xc.c File Reference
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "rpc/ut/at/at_ut.h"
#include "rpc/ut/at/at_ut_xc.h"
Include dependency graph for at_ut_xc.c:

Go to the source code of this file.

Data Structures

struct  _atut__req_s
 
struct  _atut__rep_s
 

Functions

 M0_BASSERT (offsetof(struct _atut__req_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (offsetof(struct _atut__rep_s, _child[0])==offsetof(struct m0_xcode_type, xct_child[0]))
 
 M0_BASSERT (sizeof(struct atut__req)==64U)
 
 M0_BASSERT (sizeof((struct atut__req *) 0) ->arq_test_id==4U)
 
 M0_BASSERT (offsetof(struct atut__req, arq_test_id)==0U)
 
 M0_BASSERT (offsetof(struct atut__req, arq_buf)==8U)
 
 M0_BASSERT (sizeof(struct atut__rep)==64U)
 
 M0_BASSERT (sizeof((struct atut__rep *) 0) ->arp_rc==4U)
 
 M0_BASSERT (offsetof(struct atut__rep, arp_rc)==0U)
 
 M0_BASSERT (offsetof(struct atut__rep, arp_buf)==8U)
 
M0_INTERNAL void m0_xc_atut__req_struct_init (void)
 
M0_INTERNAL void m0_xc_atut__rep_struct_init (void)
 
M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_init (void)
 
M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_fini (void)
 

Variables

struct m0_xcode_typeatut__req_xc = &_atut__req._type
 
struct m0_xcode_typeatut__rep_xc = &_atut__rep._type
 
static struct _atut__req_s _atut__req
 
static struct _atut__rep_s _atut__rep
 

Function Documentation

◆ M0_BASSERT() [1/10]

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

◆ M0_BASSERT() [2/10]

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

◆ M0_BASSERT() [3/10]

M0_BASSERT ( sizeof(struct atut__req = =64U)

◆ M0_BASSERT() [4/10]

M0_BASSERT ( sizeof((struct atut__req *) 0) ->  arq_test_id = =4U)

◆ M0_BASSERT() [5/10]

M0_BASSERT ( offsetof(struct atut__req, arq_test_id = =0U)

◆ M0_BASSERT() [6/10]

M0_BASSERT ( offsetof(struct atut__req, arq_buf = =8U)

◆ M0_BASSERT() [7/10]

M0_BASSERT ( sizeof(struct atut__rep = =64U)

◆ M0_BASSERT() [8/10]

M0_BASSERT ( sizeof((struct atut__rep *) 0) ->  arp_rc = =4U)

◆ M0_BASSERT() [9/10]

M0_BASSERT ( offsetof(struct atut__rep, arp_rc = =0U)

◆ M0_BASSERT() [10/10]

M0_BASSERT ( offsetof(struct atut__rep, arp_buf = =8U)

◆ m0_xc_atut__rep_struct_init()

M0_INTERNAL void m0_xc_atut__rep_struct_init ( void  )

Definition at line 99 of file at_ut_xc.c.

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

◆ m0_xc_atut__req_struct_init()

M0_INTERNAL void m0_xc_atut__req_struct_init ( void  )

Definition at line 64 of file at_ut_xc.c.

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

◆ m0_xc_rpc_ut_at_at_ut_fini()

M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_fini ( void  )

Definition at line 140 of file at_ut_xc.c.

Here is the caller graph for this function:

◆ m0_xc_rpc_ut_at_at_ut_init()

M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_init ( void  )

Definition at line 134 of file at_ut_xc.c.

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

Variable Documentation

◆ _atut__rep

struct _atut__rep_s _atut__rep
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "atut__rep",
.xct_sizeof = sizeof (struct atut__rep),
.xct_nr = 2,
}
}

◆ _atut__req

struct _atut__req_s _atut__req
static
Initial value:
= {
._type = {
.xct_aggr = M0_XA_RECORD,
.xct_name = "atut__req",
.xct_sizeof = sizeof (struct atut__req),
.xct_nr = 2,
}
}

◆ atut__rep_xc

struct m0_xcode_type * atut__rep_xc = &_atut__rep._type

Definition at line 11 of file at_ut_xc.c.

◆ atut__req_xc

struct m0_xcode_type * atut__req_xc = &_atut__req._type

Definition at line 10 of file at_ut_xc.c.