Measure Reference Manual

Definitions of the PROCESSH^OSS^DESC fields that differ from the PROCESS^OSS^DESC descriptor
follow. For definitions of all the other fields, see PROCESS^OSS^DESC (page 475).
process^oss^desc^fields
are the fields in the PROCESS^OSS^DESC descriptor.
len
INT:value:1
is the length in bytes of this descriptor and any CODE^SPACE^OSS^DESC descriptors
associated with it. len is 80 if the PROGRAM^FILE^NAME^MID structure is included but does
not include the CODE^SPACE^DESC or CODE^SPACE^OSS^DESC extensions.
conftime
FIXED:value:1
Specify conftime as 0F. For use by the Measure subsystem only.
code^spaces
INT:value:1
is the number of CODE^SPACE^OSS^DESC or CODE^SPACE^DESC descriptors that follow.
These descriptors describe the code spaces to be measured.
NOTE: When passing a PROCESSH^DESC descriptor to the MEASREAD procedure, do not
include the CODE^SPACE^DESC or CODE^SPACE^OSS^DESC descriptors.
CODE^SPACE^OSS^DESC
is the descriptor for code space specification that supports OSS file pathnames.
Struct Code^space^oss^desc (*);
! To be used in place of code^space^desc
! structure when OSS file pathname has
! been used in the code^range^file^name
! specification.
Begin
Int Code^space; ! <0>=0 user, =1 system
! <1>=0 non lib, =1 lib
! <2>=0 non native, =1 native
! <7>=0 no OSS, =1 OSS MID included.
! <8:15> space number
Int Code^ranges^file^name[0:11];
String Code^ranges^file^name^s = Code^ranges^file^name;
Struct Code^ranges^file^name^MID; ! Internal identifier for OSS pathname
Begin
Int Pathid[0:11]; ! Internal format OSS file pathname
Int Crvsn[0:2]; ! Creation Volume Sequence Number
End;
End;
Definitions of the CODE^SPACE^OSS^DESC fields that differ from the CODE^SPACE^DESC
descriptor follow. For definitions of all other fields, see CODE^SPACE^DESC (page 478).
CODE^RANGES^FILE^NAME
is a structure that contains the internal-format file name of the OSS file pathname.
pathid
INT:value:12
is the internal representation of the OSS file pathname for code file. To indicate all PATHIDs,
initialize PATHID[0] to -1.
crvsn
INT:value:3
is the creation version serial number that identifies a unique instance of an OSS disk file.
To indicate all CRVSN values, initialize CRVSN[0] to -1.
480 Entity Descriptors