home *** CD-ROM | disk | FTP | other *** search
- ; SCCSID = src/dev/dasd/os2dasd/os2dasd.tsf, dsdm, ddk_subset, b_bdd.032 93/03/25
-
- /************************************************************************/
- /* */
- /* Driver Name: OS2DASD.DMD - OS/2 DASD Device Manager */
- /* -------------------------------------- */
- /* */
- /* Source File Name: OS2DASD.TSF */
- /* */
- /* Descriptive Name: Static Trace Points for OS/2 DASD Mgr */
- /* */
- /* Function: TSF trace source file for the OS/2 DASD Manager. */
- /* This defines the formatting specifications for */
- /* the static tracepoints contained in disk device */
- /* routines. The formatting specifications are used */
- /* by TRACEFMT to format the data logged in the TRACE */
- /* buffer by the DASD Manager. */
- /* */
- /*----------------------------------------------------------------------*/
- /* */
- /* Copyright (C) 1992 IBM Corporation */
- /* */
- /* DISCLAIMER OF WARRANTIES. The following [enclosed] code is */
- /* provided to you solely for the purpose of assisting you in */
- /* the development of your applications. The code is provided */
- /* "AS IS", without warranty of any kind. IBM shall not be liable */
- /* for any damages arising out of your use of this code, even if */
- /* they have been advised of the possibility of such damages. */
- /* */
- /*----------------------------------------------------------------------*/
- /* */
- /* Change Log */
- /* */
- /* Mark Date Programmer Comment */
- /* ---- ---- ---------- ------- */
- /* @nnnn mm/dd/yy NNN */
- /* */
- /* */
- /************************************************************************/
-
- MODNAME = OS2DASD
- /* this does not apply any dynamic tracepoints, so any */
- /* string could go in place of OS2KRNL above */
- MAJOR = 07
- MAXDATALENGTH = 512
-
- /*----------------------------------------------------------------------*/
- /* */
- /* Append tracepoint definitions here */
- /* */
- /*----------------------------------------------------------------------*/
-
- /*----------------------------------------------------------------------*/
- /* */
- /* Pre Invocation Trace Formatting Records */
- /* */
- /*----------------------------------------------------------------------*/
-
- TRACE MINOR=0x0008,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-1 Read/Write/Verify Pre-Invocation",
- FMT ="pRequest=%A Unit=%B %I1 Drive=%S Cmd=%B %I1 %S %I3 Prty=%B %I1"
- FMT ="cSGList=%W RBA=%F Sectors=%F %I4"
-
- TRACE MINOR=0x0009,
- TP =@STATIC,
- DESC ="(OS) DASD Manager IOCTL Pre-Invocation",
- FMT ="pRequest=%A Unit=%B %I1 Drive=%S Cat/Func=%B %B %S %I3 Prty=%B %I1"
- FMT ="cSGList=%W CH=%W %W Sectors=%F %I4"
-
- TRACE MINOR=0x000A,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-2 Request List Header Pre-Invocation",
- FMT ="pRLH=%A Count=%W Unit=%B %I1 Drive=%S Ctrl=%W"
-
-
- TRACE MINOR=0x000B,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-2 Read/Write/Verify Pre-Invocation",
- FMT ="pRequest=%A Unit=%B %I1 Drive=%S Cmd=%B %I1 %S %I1 Ctrl=%W Prty=%B %I1"
- FMT ="cSGList=%W RBA=%F Sectors=%F pRLH=%W %I2"
-
- TRACE MINOR=0x000C,
- TP =@STATIC,
- DESC ="(OS) DASD Manager IORB Pre-Invocation",
- FMT ="pRequest=%A Unit=%B %I1 %I2 Cmd=%B %B %S %I1 Ctrl=%W %I2"
- FMT ="cSGList=%W RBA=%F Sectors=%F %I4"
-
-
-
- /*----------------------------------------------------------------------*/
- /* */
- /* Post Invocation Trace Formatting Records */
- /* */
- /*----------------------------------------------------------------------*/
-
- TRACE MINOR=0x0088,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-1 Read/Write/Verify Post-Invocation",
- FMT ="pRequest=%A Status=%B %I1 ErrorCode=%B %I1 SectorsDone=%F"
-
- TRACE MINOR=0x0089,
- TP =@STATIC,
- DESC ="(OS) DASD Manager IOCTL Post-Invocation",
- FMT ="pRequest=%A Status=%B %I1 ErrorCode=%B %I5"
-
- TRACE MINOR=0x008A,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-2 Request List Header Post-Invocation",
- FMT ="pRLH=%A DoneCount=%W Status=%B %I1"
-
- TRACE MINOR=0x008B,
- TP =@STATIC,
- DESC ="(OS) DASD Manager Strategy-2 Read/Write/Verify Post-Invocation",
- FMT ="pRequest=%A Status=%B %I1 ErrorCode=%B %I1 SectorsDone=%F"
-
- TRACE MINOR=0x008C,
- TP =@STATIC,
- DESC ="(OS) DASD Manager IORB Post-Invocation",
- FMT ="pRequest=%A Status=%W ErrorCode=%W SectorsDone=%F"
-
-
- /*-------------------------------------------------------------------*/
- /* */
- /* End of os2dasd.tsf */
- /* */
- /*-------------------------------------------------------------------*/
-