lkw subcommand

The lkw subcommand displays VMM lock words.

Format

lkw [slot | effectiveaddress]

Parameters

Item Description
slot Specifies the slot number of an entry in the VMM lock word table. This parameter must be a decimal value.
effectiveaddress Specifies the effective address of an entry in the VMM lock word table. Symbols, hexadecimal values, or hexadecimal expressions can be used to specify the address.

If no parameter is entered, a summary of the entries in the VMM lock word table is displayed, one line per entry. If a parameter identifying a particular entry is entered, details are shown for that entry and the following entries on the transaction ID chain.

Other

lockword

Examples

The following is an example of how to use the lkw subcommand:

KDB(0)> lkw
                         NEXT   TIDNXT      SID PAGE  TID FLAGS

   0 lkwseg  +00B000        0        0 00000000 0000 0000
   1 lkwseg  +00B028        4        3 000300D8 0002 0002 WRITE FREE
   2 lkwseg  +00B050        3        6 00028074 0001 0002 WRITE FREE
   3 lkwseg  +00B078        1        2 00028074 0000 0002 WRITE FREE
   4 lkwseg  +00B0A0        5        1 000300D8 0008 0001 WRITE FREE
   5 lkwseg  +00B0C8        7        4 000300D8 0003 0001 WRITE FREE
   6 lkwseg  +00B0F0        2        0 000100A8 018F 0002 WRITE FREE
   7 lkwseg  +00B118        8        0 00000000 0000 0000
   8 lkwseg  +00B140        9        0 00000000 0000 0000
   9 lkwseg  +00B168       10        0 00000000 0000 0000
  10 lkwseg  +00B190       11        0 00000000 0000 0000
  11 lkwseg  +00B1B8       12        0 00000000 0000 0000
  12 lkwseg  +00B1E0       13        0 00000000 0000 0000
  13 lkwseg  +00B208       14        0 00000000 0000 0000
  14 lkwseg  +00B230       15        0 00000000 0000 0000
  15 lkwseg  +00B258       16        0 00000000 0000 0000
  16 lkwseg  +00B280       17        0 00000000 0000 0000
  17 lkwseg  +00B2A8       18        0 00000000 0000 0000
  18 lkwseg  +00B2D0       19        0 00000000 0000 0000
  19 lkwseg  +00B2F8       20        0 00000000 0000 0000
  20 lkwseg  +00B320       21        0 00000000 0000 0000
  21 lkwseg  +00B348       22        0 00000000 0000 0000
  22 lkwseg  +00B370       23        0 00000000 0000 0000
  23 lkwseg  +00B398       24        0 00000000 0000 0000
  24 lkwseg  +00B3C0       25        0 00000000 0000 0000
  25 lkwseg  +00B3E8       26        0 00000000 0000 0000
  26 lkwseg  +00B410       27        0 00000000 0000 0000
  27 lkwseg  +00B438       28        0 00000000 0000 0000
  28 lkwseg  +00B460       29        0 00000000 0000 0000
  <snip>
KDB(0)> lkw 3
                         NEXT   TIDNXT      SID PAGE  TID FLAGS
   3 lkwseg  +00B078        1        2 00028074 0000 0002 WRITE FREE
bits........... 20000000 log............ 01B41588
home........... 00000020 extmem......... 00000000
                         NEXT   TIDNXT      SID PAGE  TID FLAGS
   2 lkwseg  +00B050        3        6 00028074 0001 0002 WRITE FREE
bits........... 10000000 log............ 01B41588
home........... 00000021 extmem......... 00000000
                         NEXT   TIDNXT      SID PAGE  TID FLAGS
   6 lkwseg  +00B0F0        2        0 000100A8 018F 0002 WRITE FREE
bits........... 00020000 log............ 01B51C88
home........... 0000300F extmem......... 00000000
KDB(0)>