Searched defs:trx (Results 1 – 3 of 3) sorted by relevance
74 #define TRX_VER(trx) (trx->flag_version>>16) argument75 #define ISTRX_V1(trx) (TRX_VER(trx) == TRX_V1) argument76 #define ISTRX_V2(trx) (TRX_VER(trx) == TRX_V2) argument78 #define SIZEOF_TRX(trx) (ISTRX_V2(trx) ? SIZEOF_TRXHDR_V2: SIZEOF_TRXHDR_V1) argument80 #define SIZEOF_TRX(trx) (sizeof(struct trx_header)) argument
115 struct trx_header *trx; in check_ucode_file() local
1036 WindowContainerTransaction trx = new WindowContainerTransaction(); in testDisplayAreaHiddenTransaction() local