Motr
M0
|
Go to the source code of this file.
Macros | |
#define | __MOTR_FORMAT_FORMAT_XC_H__ |
Functions | |
M0_INTERNAL void | m0_xc_m0_format_header_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_format_footer_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_be_mutex_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_be_rwlock_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_be_clink_struct_init (void) |
M0_INTERNAL void | m0_xc_m0_be_chan_struct_init (void) |
M0_INTERNAL void | m0_xc_format_format_init (void) |
M0_INTERNAL void | m0_xc_format_format_fini (void) |
Variables | |
struct m0_xcode_type * | m0_format_header_xc |
struct m0_xcode_type * | m0_format_footer_xc |
struct m0_xcode_type * | m0_be_mutex_xc |
struct m0_xcode_type * | m0_be_rwlock_xc |
struct m0_xcode_type * | m0_be_clink_xc |
struct m0_xcode_type * | m0_be_chan_xc |
struct m0_xcode_enum | m0_xc_m0_format_type_enum |
#define __MOTR_FORMAT_FORMAT_XC_H__ |
Definition at line 6 of file format_xc.h.
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.
struct m0_xcode_type* m0_be_chan_xc |
Definition at line 22 of file format_xc.c.
struct m0_xcode_type* m0_be_clink_xc |
Definition at line 19 of file format_xc.c.
struct m0_xcode_type* m0_be_mutex_xc |
Definition at line 13 of file format_xc.c.
struct m0_xcode_type* m0_be_rwlock_xc |
Definition at line 16 of file format_xc.c.
struct m0_xcode_type* m0_format_footer_xc |
Definition at line 11 of file format_xc.c.
struct m0_xcode_type* m0_format_header_xc |
Definition at line 10 of file format_xc.c.
struct m0_xcode_enum m0_xc_m0_format_type_enum |
Definition at line 184 of file format_xc.c.