Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Typedefs
man_defs.h File Reference

Go to the source code of this file.

Data Structures

struct  mi_xlog_hdr_s
 

Macros

#define MI_DIR   0x01 /* Directory string (zero terminated) */
 
#define MI_EXECUTE   0x02 /* Executable function (has no value) */
 
#define MI_ASCIIZ   0x03 /* Zero terminated string */
 
#define MI_ASCII   0x04 /* String, first byte is length */
 
#define MI_NUMBER   0x05 /* Number string, first byte is length*/
 
#define MI_TRACE   0x06 /* Trace information, format see below*/
 
#define MI_FIXED_LENGTH   0x80 /* get length from MAN_INFO max_len */
 
#define MI_INT   0x81 /* number to display as signed int */
 
#define MI_UINT   0x82 /* number to display as unsigned int */
 
#define MI_HINT   0x83 /* number to display in hex format */
 
#define MI_HSTR   0x84 /* number to display as a hex string */
 
#define MI_BOOLEAN   0x85 /* number to display as boolean */
 
#define MI_IP_ADDRESS   0x86 /* number to display as IP address */
 
#define MI_BITFLD   0x87 /* number to display as bit field */
 
#define MI_SPID_STATE   0x88 /* state# of SPID initialisation */
 
#define MI_WRITE   0x01 /* Variable is writeable */
 
#define MI_EVENT   0x02 /* Variable can indicate changes */
 
#define MI_LOCKED   0x01 /* write protected by another instance*/
 
#define MI_EVENT_ON   0x02 /* Event logging switched on */
 
#define MI_PROTECTED   0x04 /* write protected by this instance */
 
#define TM_D_CHAN   0x0001 /* D-Channel (D-.) Code 3,4 */
 
#define TM_L_LAYER   0x0002 /* Low Layer (LL) Code 6,7 */
 
#define TM_N_LAYER   0x0004 /* Network Layer (N) Code 14,15 */
 
#define TM_DL_ERR   0x0008 /* Data Link Error (MDL) Code 9 */
 
#define TM_LAYER1   0x0010 /* Layer 1 Code 20 */
 
#define TM_C_COMM   0x0020 /* Call Comment (SIG) Code 5,21,22 */
 
#define TM_M_DATA   0x0040 /* Modulation Data (EYE) Code 23 */
 
#define TM_STRING   0x0080 /* Sting data Code 24 */
 
#define TM_N_USED2   0x0100 /* not used */
 
#define TM_N_USED3   0x0200 /* not used */
 
#define TM_N_USED4   0x0400 /* not used */
 
#define TM_N_USED5   0x0800 /* not used */
 
#define TM_N_USED6   0x1000 /* not used */
 
#define TM_N_USED7   0x2000 /* not used */
 
#define TM_N_USED8   0x4000 /* not used */
 
#define TM_REST   0x8000 /* Codes 10,11,12,13,16,18,19,128,129 */
 

Typedefs

typedef struct mi_xlog_hdr_s MI_XLOG_HDR
 

Macro Definition Documentation

#define MI_ASCII   0x04 /* String, first byte is length */

Definition at line 58 of file man_defs.h.

#define MI_ASCIIZ   0x03 /* Zero terminated string */

Definition at line 57 of file man_defs.h.

#define MI_BITFLD   0x87 /* number to display as bit field */

Definition at line 69 of file man_defs.h.

#define MI_BOOLEAN   0x85 /* number to display as boolean */

Definition at line 67 of file man_defs.h.

#define MI_DIR   0x01 /* Directory string (zero terminated) */

Definition at line 55 of file man_defs.h.

#define MI_EVENT   0x02 /* Variable can indicate changes */

Definition at line 84 of file man_defs.h.

#define MI_EVENT_ON   0x02 /* Event logging switched on */

Definition at line 98 of file man_defs.h.

#define MI_EXECUTE   0x02 /* Executable function (has no value) */

Definition at line 56 of file man_defs.h.

#define MI_FIXED_LENGTH   0x80 /* get length from MAN_INFO max_len */

Definition at line 62 of file man_defs.h.

#define MI_HINT   0x83 /* number to display in hex format */

Definition at line 65 of file man_defs.h.

#define MI_HSTR   0x84 /* number to display as a hex string */

Definition at line 66 of file man_defs.h.

#define MI_INT   0x81 /* number to display as signed int */

Definition at line 63 of file man_defs.h.

#define MI_IP_ADDRESS   0x86 /* number to display as IP address */

Definition at line 68 of file man_defs.h.

#define MI_LOCKED   0x01 /* write protected by another instance*/

Definition at line 97 of file man_defs.h.

#define MI_NUMBER   0x05 /* Number string, first byte is length*/

Definition at line 59 of file man_defs.h.

#define MI_PROTECTED   0x04 /* write protected by this instance */

Definition at line 99 of file man_defs.h.

#define MI_SPID_STATE   0x88 /* state# of SPID initialisation */

Definition at line 70 of file man_defs.h.

#define MI_TRACE   0x06 /* Trace information, format see below*/

Definition at line 60 of file man_defs.h.

#define MI_UINT   0x82 /* number to display as unsigned int */

Definition at line 64 of file man_defs.h.

#define MI_WRITE   0x01 /* Variable is writeable */

Definition at line 83 of file man_defs.h.

#define TM_C_COMM   0x0020 /* Call Comment (SIG) Code 5,21,22 */

Definition at line 121 of file man_defs.h.

#define TM_D_CHAN   0x0001 /* D-Channel (D-.) Code 3,4 */

Definition at line 116 of file man_defs.h.

#define TM_DL_ERR   0x0008 /* Data Link Error (MDL) Code 9 */

Definition at line 119 of file man_defs.h.

#define TM_L_LAYER   0x0002 /* Low Layer (LL) Code 6,7 */

Definition at line 117 of file man_defs.h.

#define TM_LAYER1   0x0010 /* Layer 1 Code 20 */

Definition at line 120 of file man_defs.h.

#define TM_M_DATA   0x0040 /* Modulation Data (EYE) Code 23 */

Definition at line 122 of file man_defs.h.

#define TM_N_LAYER   0x0004 /* Network Layer (N) Code 14,15 */

Definition at line 118 of file man_defs.h.

#define TM_N_USED2   0x0100 /* not used */

Definition at line 124 of file man_defs.h.

#define TM_N_USED3   0x0200 /* not used */

Definition at line 125 of file man_defs.h.

#define TM_N_USED4   0x0400 /* not used */

Definition at line 126 of file man_defs.h.

#define TM_N_USED5   0x0800 /* not used */

Definition at line 127 of file man_defs.h.

#define TM_N_USED6   0x1000 /* not used */

Definition at line 128 of file man_defs.h.

#define TM_N_USED7   0x2000 /* not used */

Definition at line 129 of file man_defs.h.

#define TM_N_USED8   0x4000 /* not used */

Definition at line 130 of file man_defs.h.

#define TM_REST   0x8000 /* Codes 10,11,12,13,16,18,19,128,129 */

Definition at line 131 of file man_defs.h.

#define TM_STRING   0x0080 /* Sting data Code 24 */

Definition at line 123 of file man_defs.h.

Typedef Documentation

Definition at line 104 of file man_defs.h.