|
Hex Dec Type/Val Lng Label (dup) Comments
---- ---- --------- ---- -------------- --------
0000 0 Structure Anode Available List Zone
0000 0 Bitstring 1 anoFlag0 Flag0 IsAnode EQU x'80' This is
an Anode. ToTheLeft EQU x'40'
Node or Zone, to the left.
0001 1 Bitstring 1 anoFlag1 IsStatic EQU X'40' Is in HCPRSM,
not Free storage.
0002 2 Bitstring 1 * (2) Reserved.
0004 4 Address 4 anoParent Parent pointer.
0008 8 Address 4 anoParentTwo 2nd parent pointer for Anode1 and
Anode2 to point to Anode3.
000C 12 Address 4 anoLeft Left pointer.
0010 16 Address 4 anoRight Right pointer.
0014 20 Signed 4 * Reserved Must line up with
AvlFlags
Left
0018 24 Dbl-Word 8 anoLCounts (0) Left counts.
0018 24 Signed 8 anoLContigsCount
The count of frames to the left
of this node available for a
contigs request.
0020 32 Signed 8 anoLUPSinglesCount
The count of frames to the left
of this node available for a
fully authorized (Auth2T and
AuthC) singles request.
0028 40 Signed 8 anoLPSinglesCount
The count of frames to the left
of this node available for a
minimally authorized (^Auth2T and
^AuthC) singles request.
0030 48 Signed 8 anoLZones Number of zones to the left of
this node.
Right
0038 56 Dbl-Word 8 anoRCounts (0) Right counts.
0038 56 Signed 8 anoRContigsCount
The count of frames to the right
of this node available for a
contigs request.
0040 64 Signed 8 anoRUPSinglesCount
The count of frames to the right
of this node available for a
fully authorized (Auth2T and
AuthC) singles request.
0048 72 Signed 8 anoRPSinglesCount
The count of frame to the right
of this node available for a
minimally authorized (^Auth2T and
^AuthC) singles request.
0050 80 Signed 8 anoRZones Number of zones to the right of
this node.
0058 88 Character 8 anoEye Eye catcher
0000000C anoSizedw (*-Anode+7)/8 Size, in
doublewords, of Anode
| |