Display an OS/2 System Structure.
Syntax:
────.D ─────┬── SFT ──┬───────── addr ────────────────────── ├── VPB ──┤ ├── DPB ──┤ ├── CDS ──┤ ├── KSEM ──┤ ├── DT ──┤ ├── DEV ──┤ ├── REQ ──┤ ├── MFT ──┤ ├── BUF ──┤ ├── BPB ──┤ ├── SEM32 ──┤ ├── MUXQ ──┤ └── OPENQ ──┘
Parameters:
structure
SFT
An address expression may be specified.
Results & Notes:
Warning:
.D will format OS/2 structures without any validation. It is entirely incumbent on the user to ensure that the address used does in fact point to the named structure. Failure to observe this caution will result in meaningless information being displayed.
The following are examples of each of the 13 formatted structures. Refer to the System Reference for a description of each formatted structure.
Note:
The Dump Formatter prior to fix pack 29 for Warp V3 did not format structures contained in segments less than 512 bytes, typically .D DEV and .D DPB. This is fixed from fix pack 29 of Warp V3 and base Warp V4.