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

Go to the source code of this file.

Macros

#define __MOTR_RPC_ONWIRE_XC_H__
 

Functions

M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_header_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_footer_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_rpc_item_header1_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_rpc_item_header2_struct_init (void)
 
M0_INTERNAL void m0_xc_m0_rpc_item_footer_struct_init (void)
 
M0_INTERNAL void m0_xc_rpc_onwire_init (void)
 
M0_INTERNAL void m0_xc_rpc_onwire_fini (void)
 

Variables

struct m0_xcode_typem0_rpc_packet_onwire_header_xc
 
struct m0_xcode_typem0_rpc_packet_onwire_footer_xc
 
struct m0_xcode_typem0_rpc_item_header1_xc
 
struct m0_xcode_typem0_rpc_item_header2_xc
 
struct m0_xcode_typem0_rpc_item_footer_xc
 

Macro Definition Documentation

◆ __MOTR_RPC_ONWIRE_XC_H__

#define __MOTR_RPC_ONWIRE_XC_H__

Definition at line 6 of file onwire_xc.h.

Function Documentation

◆ m0_xc_m0_rpc_item_footer_struct_init()

M0_INTERNAL void m0_xc_m0_rpc_item_footer_struct_init ( void  )

Definition at line 413 of file onwire_xc.c.

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

◆ m0_xc_m0_rpc_item_header1_struct_init()

M0_INTERNAL void m0_xc_m0_rpc_item_header1_struct_init ( void  )

Definition at line 238 of file onwire_xc.c.

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

◆ m0_xc_m0_rpc_item_header2_struct_init()

M0_INTERNAL void m0_xc_m0_rpc_item_header2_struct_init ( void  )

Definition at line 318 of file onwire_xc.c.

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

◆ m0_xc_m0_rpc_packet_onwire_footer_struct_init()

M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_footer_struct_init ( void  )

Definition at line 218 of file onwire_xc.c.

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

◆ m0_xc_m0_rpc_packet_onwire_header_struct_init()

M0_INTERNAL void m0_xc_m0_rpc_packet_onwire_header_struct_init ( void  )

Definition at line 153 of file onwire_xc.c.

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

◆ m0_xc_rpc_onwire_fini()

M0_INTERNAL void m0_xc_rpc_onwire_fini ( void  )

Definition at line 442 of file onwire_xc.c.

◆ m0_xc_rpc_onwire_init()

M0_INTERNAL void m0_xc_rpc_onwire_init ( void  )

Definition at line 433 of file onwire_xc.c.

Here is the call graph for this function:

Variable Documentation

◆ m0_rpc_item_footer_xc

struct m0_xcode_type* m0_rpc_item_footer_xc

Definition at line 14 of file onwire_xc.c.

◆ m0_rpc_item_header1_xc

struct m0_xcode_type* m0_rpc_item_header1_xc

Definition at line 12 of file onwire_xc.c.

◆ m0_rpc_item_header2_xc

struct m0_xcode_type* m0_rpc_item_header2_xc

Definition at line 13 of file onwire_xc.c.

◆ m0_rpc_packet_onwire_footer_xc

struct m0_xcode_type* m0_rpc_packet_onwire_footer_xc

Definition at line 11 of file onwire_xc.c.

◆ m0_rpc_packet_onwire_header_xc

struct m0_xcode_type* m0_rpc_packet_onwire_header_xc

Definition at line 10 of file onwire_xc.c.