|
Hex Dec Type/Val Lng Label (dup) Comments
---- ---- --------- ---- -------------- --------
0000 0 Structure $PROBK Relocation mapping for HCPPROBK
00000001 $PRO_VER 1 Mapping version number
0000 0 Signed 2 $PRO_HDRL Header length (in bytes)
0002 2 Signed 2 $PRO_BITL Length of mapped bits (in bytes)
0004 4 Signed 4 * Reserved for future use
00000008 $PRO_HDLN *-$PROBK Length of header (bytes)
Bit map: Contains the PROBK flags that are subject to
relocation. These bits are defined sequentially,
regardless of how they are defined in HCPPROBK.
This yields a consistent mapping that ensures
compatibility when a guest is relocated between
systems at differing service levels.
Names in the comments column indicate the control
block byte which contains the flag. This name is
subject to change if the flag definition changes.
====> NEVER change bits which already exist here.
====> NEVER change the order of bits in this section.
====> ALWAYS add new bits at the end of this section,
together with new flag bytes as required.
0008 8 Signed 2 $PRO_BITS (0) Bit map area
0008 8 Bitstring 1 $PRO0
1... .... $PROIPL X'80' $PROIPL PROFLGS
00000001 $PRO_BLEN *-$PRO_BITS Length of bit map
area
Data: Contains all HCPPROBK data that is subject to
relocation, except for flag bits, which are
handled separately.
All fields are defined as XLnn to avoid alignment
warnings and to pack the data efficiently.
====> NEVER change fields which already exist here.
====> NEVER change the order of fields in this section.
====> ALWAYS add new fields at the end of this section.
together with new flag bytes as required.
Most of the fields listed here are copied as-is to the
destination system, but some require special processing.
Such fields are marked with '**'.
0009 9 Bitstring 1 $PRO_DATA (0) Start of data map
0009 9 Bitstring 4 $PROMSPTR -> Pointer to queue of err msg
buffers
000D 13 Bitstring 4 $PRO_MSTL ** Length of text in 1st chained
MSTBK
0011 17 Bitstring 1 $PROCOUNT Number of attempted re-IPLs
0012 18 Bitstring 4 $PROTOD ** TOD of last attempted re-IPL
0016 22 Bitstring 2 $PRODLEN Length of variable error data
0018 24 Bitstring 1 $PROCODE Error code
0019 25 Bitstring 17 $PRODATA Variable error data
0000002A $PRO_LEN *-$PROBK Total length, in bytes
00000006 $PRO_SZ ($PRO_LEN+7)/8 Size in
doublewords
| |