DT_TMI |
Trace initialization for Diagnostic Applications (DA).
Information from the TMInput structure will be written to the
trace file. |
DT_BEGIN |
Trace initialization for Service Aids (SA). |
DT_DEC |
Trace an integer variable in decimal. |
DT_MDEC |
Trace multiple integer variables in decimal. |
DT_HEX |
Trace an integer variable in hexadecimal. |
DT_MHEX |
Trace multiple integer variables in hexadecimal. |
DT_LDEC |
Trace a long integer variable in decimal. |
DT_MLDEC |
Trace multiple long integer variables in decimal. |
DT_LHEX |
Trace a long integer variable in hexadecimal. |
DT_MLHEX |
Trace multiple long integer variables in hexadecimal. |
DT_MSTR |
Trace multiple string variables. |
DT_MSG |
Trace a simple message such as "hello." |
DT_BUFF |
Trace a data buffer. |
DT_SCSI_TUCB |
Trace SCSI TUCB structure information. |
DT_SCSI_TUCB_SD |
Trace SCSI TUCB Sense Data information. |
DT_END |
Write "end of trace" identifier to the trace file. |