Motr
M0
|
#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"
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_type * | atut__req_xc = &_atut__req._type |
struct m0_xcode_type * | atut__rep_xc = &_atut__rep._type |
static struct _atut__req_s | _atut__req |
static struct _atut__rep_s | _atut__rep |
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 | ( | sizeof(struct atut__rep) | = =64U | ) |
M0_BASSERT | ( | sizeof((struct atut__rep *) 0) -> | arp_rc = =4U | ) |
M0_INTERNAL void m0_xc_atut__rep_struct_init | ( | void | ) |
Definition at line 99 of file at_ut_xc.c.
M0_INTERNAL void m0_xc_atut__req_struct_init | ( | void | ) |
Definition at line 64 of file at_ut_xc.c.
M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_fini | ( | void | ) |
M0_INTERNAL void m0_xc_rpc_ut_at_at_ut_init | ( | void | ) |
Definition at line 134 of file at_ut_xc.c.
|
static |
|
static |
struct m0_xcode_type * atut__rep_xc = &_atut__rep._type |
Definition at line 11 of file at_ut_xc.c.
struct m0_xcode_type * atut__req_xc = &_atut__req._type |
Definition at line 10 of file at_ut_xc.c.