Motr  M0
format_xc.h File Reference
#include <sys/types.h>
#include "xcode/xcode.h"
Include dependency graph for format_xc.h:

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_typem0_format_header_xc
 
struct m0_xcode_typem0_format_footer_xc
 
struct m0_xcode_typem0_be_mutex_xc
 
struct m0_xcode_typem0_be_rwlock_xc
 
struct m0_xcode_typem0_be_clink_xc
 
struct m0_xcode_typem0_be_chan_xc
 
struct m0_xcode_enum m0_xc_m0_format_type_enum
 

Macro Definition Documentation

◆ __MOTR_FORMAT_FORMAT_XC_H__

#define __MOTR_FORMAT_FORMAT_XC_H__

Definition at line 6 of file format_xc.h.

Function Documentation

◆ m0_xc_format_format_fini()

M0_INTERNAL void m0_xc_format_format_fini ( void  )

Definition at line 367 of file format_xc.c.

◆ m0_xc_format_format_init()

M0_INTERNAL void m0_xc_format_format_init ( void  )

Definition at line 349 of file format_xc.c.

Here is the call graph for this function:

◆ m0_xc_m0_be_chan_struct_init()

M0_INTERNAL void m0_xc_m0_be_chan_struct_init ( void  )

Definition at line 328 of file format_xc.c.

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

◆ m0_xc_m0_be_clink_struct_init()

M0_INTERNAL void m0_xc_m0_be_clink_struct_init ( void  )

Definition at line 306 of file format_xc.c.

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

◆ m0_xc_m0_be_mutex_struct_init()

M0_INTERNAL void m0_xc_m0_be_mutex_struct_init ( void  )

Definition at line 262 of file format_xc.c.

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

◆ m0_xc_m0_be_rwlock_struct_init()

M0_INTERNAL void m0_xc_m0_be_rwlock_struct_init ( void  )

Definition at line 284 of file format_xc.c.

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

◆ m0_xc_m0_format_footer_struct_init()

M0_INTERNAL void m0_xc_m0_format_footer_struct_init ( void  )

Definition at line 226 of file format_xc.c.

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

◆ m0_xc_m0_format_header_struct_init()

M0_INTERNAL void m0_xc_m0_format_header_struct_init ( void  )

Definition at line 191 of file format_xc.c.

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

Variable Documentation

◆ m0_be_chan_xc

struct m0_xcode_type* m0_be_chan_xc

Definition at line 22 of file format_xc.c.

◆ m0_be_clink_xc

struct m0_xcode_type* m0_be_clink_xc

Definition at line 19 of file format_xc.c.

◆ m0_be_mutex_xc

struct m0_xcode_type* m0_be_mutex_xc

Definition at line 13 of file format_xc.c.

◆ m0_be_rwlock_xc

struct m0_xcode_type* m0_be_rwlock_xc

Definition at line 16 of file format_xc.c.

◆ m0_format_footer_xc

struct m0_xcode_type* m0_format_footer_xc

Definition at line 11 of file format_xc.c.

◆ m0_format_header_xc

struct m0_xcode_type* m0_format_header_xc

Definition at line 10 of file format_xc.c.

◆ m0_xc_m0_format_type_enum

struct m0_xcode_enum m0_xc_m0_format_type_enum

Definition at line 184 of file format_xc.c.