Motr
M0
|
#include "lib/misc.h"
#include "lib/assert.h"
#include "xcode/xcode.h"
#include "format/format.h"
#include "format/format_xc.h"
Go to the source code of this file.
Data Structures | |
struct | _m0_format_header_s |
struct | _m0_format_footer_s |
struct | _m0_be_mutex_s |
struct | _m0_be_rwlock_s |
struct | _m0_be_clink_s |
struct | _m0_be_chan_s |
Variables | |
struct m0_xcode_type * | m0_format_header_xc = &_m0_format_header._type |
struct m0_xcode_type * | m0_format_footer_xc = &_m0_format_footer._type |
struct m0_xcode_type * | m0_be_mutex_xc = &_m0_be_mutex._type |
struct m0_xcode_type * | m0_be_rwlock_xc = &_m0_be_rwlock._type |
struct m0_xcode_type * | m0_be_clink_xc = &_m0_be_clink._type |
struct m0_xcode_type * | m0_be_chan_xc = &_m0_be_chan._type |
static struct _m0_format_header_s | _m0_format_header |
static struct _m0_format_footer_s | _m0_format_footer |
static struct _m0_be_mutex_s | _m0_be_mutex |
static struct _m0_be_rwlock_s | _m0_be_rwlock |
static struct _m0_be_clink_s | _m0_be_clink |
static struct _m0_be_chan_s | _m0_be_chan |
const struct m0_xcode_enum_val | m0_format_type_data [] |
struct m0_xcode_enum | m0_xc_m0_format_type_enum |
M0_BASSERT | ( | offsetof(struct _m0_format_header_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_format_footer_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_be_mutex_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_be_rwlock_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_be_clink_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | offsetof(struct _m0_be_chan_s, _child[0]) | = =offsetof(struct m0_xcode_type, xct_child[0]) | ) |
M0_BASSERT | ( | sizeof(struct m0_format_header) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_format_header *) 0) -> | hd_magic = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_format_header, hd_magic) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_format_header, hd_bits) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_format_footer) | = =16U | ) |
M0_BASSERT | ( | sizeof((struct m0_format_footer *) 0) -> | ft_magic = =8U | ) |
M0_BASSERT | ( | offsetof(struct m0_format_footer, ft_magic) | = =0U | ) |
M0_BASSERT | ( | offsetof(struct m0_format_footer, ft_checksum) | = =8U | ) |
M0_BASSERT | ( | sizeof(struct m0_be_mutex) | = =168U | ) |
M0_INTERNAL void m0_xc_format_format_fini | ( | void | ) |
Definition at line 367 of file format_xc.c.
M0_INTERNAL void m0_xc_format_format_init | ( | void | ) |
M0_INTERNAL void m0_xc_m0_be_chan_struct_init | ( | void | ) |
Definition at line 328 of file format_xc.c.
M0_INTERNAL void m0_xc_m0_be_clink_struct_init | ( | void | ) |
Definition at line 306 of file format_xc.c.
M0_INTERNAL void m0_xc_m0_be_mutex_struct_init | ( | void | ) |
Definition at line 262 of file format_xc.c.
M0_INTERNAL void m0_xc_m0_be_rwlock_struct_init | ( | void | ) |
Definition at line 284 of file format_xc.c.
M0_INTERNAL void m0_xc_m0_format_footer_struct_init | ( | void | ) |
Definition at line 226 of file format_xc.c.
M0_INTERNAL void m0_xc_m0_format_header_struct_init | ( | void | ) |
Definition at line 191 of file format_xc.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
struct m0_xcode_type * m0_be_chan_xc = &_m0_be_chan._type |
Definition at line 22 of file format_xc.c.
struct m0_xcode_type * m0_be_clink_xc = &_m0_be_clink._type |
Definition at line 19 of file format_xc.c.
struct m0_xcode_type * m0_be_mutex_xc = &_m0_be_mutex._type |
Definition at line 13 of file format_xc.c.
struct m0_xcode_type * m0_be_rwlock_xc = &_m0_be_rwlock._type |
Definition at line 16 of file format_xc.c.
struct m0_xcode_type * m0_format_footer_xc = &_m0_format_footer._type |
Definition at line 11 of file format_xc.c.
struct m0_xcode_type * m0_format_header_xc = &_m0_format_header._type |
Definition at line 10 of file format_xc.c.
const struct m0_xcode_enum_val m0_format_type_data[] |
Definition at line 155 of file format_xc.c.
struct m0_xcode_enum m0_xc_m0_format_type_enum |
Definition at line 184 of file format_xc.c.