Home
last modified time | relevance | path

Searched defs:_icv_state (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/geniconvtbl/
H A Dgeniconvtbl.c82 typedef struct _icv_state { struct
83 struct _itm_ref *itm; /* reference to ITM */
84 itm_hdr_t *itm_hdr; /* address of ITM */
85 itm_tbl_hdr_t *direc; /* current direction */
86 itm_place_t default_action; /* default action */
87 itm_num_t *regs; /* register */
88 itm_num_t reg_num; /* number of register */
90 int op_depth; /* depth of operation */
/titanic_41/usr/src/lib/libc/port/gen/
H A DiconvP.h41 void *_icv_state; member