Programming Interface Information:
The Monitor Records are intended Programming Interfaces that
allow the customer to write programs to obtain services of z/VM.

MRMTRISC

Prolog
Control Block Contents
Cross Reference

MRMTRISC Prolog

 DSECT NAME - MTRISC
 FUNCTION - Map a Monitor record.
 LOCATED By -
        Through the Monitor Control Area
 REFERENCED CONTROL BLOCKS -
        MRRECHDR    Monitor Record Header
 NAME - MRMTRISC
 DESCRIPTIVE NAME - Monitor Sample Configuration Record
                    Domain 1 - Monitor Domain
                    Record 23 - ISFC End point Configuration
 DESCRIPTION - Describes one existing ISFC end point.
 NOTES:


MRMTRISC Control Block Contents

Offsets
Dec  Hex  Type        Len  Name (Dim)             Description
 
   0   0  Structure   188  MTRISC                 Start of monitor record
   0   0  Character     0  MTRISC_MRHDR           Record header - see
                                                  MRRECHDR for details
   0   0  Character    20  MRHDR                  
   0   0  Unsigned      2  MRHDRLEN               record length in bytes
   2   2  Unsigned      2  MRHDRZER               field of zeros
   4   4  Unsigned      1  MRHDRDM                domain identifier
   5   5  Unsigned      1  *                      
   6   6  Unsigned      2  MRHDRRC                record identifier
   8   8  Character     8  MRHDRTOD               Time at which this record
                                                  was built. In time-of-day
                                                  (TOD) clock format. See IBM
                                                  System 370 XA Principle of
                                                  Operation for explanation of
                                                  format.
  16  10  Character     4  *                      
  20  14  Character     0  MRHDR_END              End of header
  20  14  Unsigned      1  MTRISC_ACTIVITY        Activity - the reason for
                                                  the creation of this end
                                                  point. BIND = 1 CONNECT = 2
                                                  ACCEPT = 3
  21  15  Unsigned      1  MTRISC_SCKTYPE         End point type: LISTEN = 0
                                                  STREAM = 1 DGRAM = 2
  22  16  Unsigned      2  *                      
  24  18  Signed        4  MTRISC_SCKID           Binary identifier for the
                                                  end point.
  28  1C  Signed        4  MTRISC_SCKNUM          Unique sequence number
                                                  associated with this end
                                                  point. Can be used to
                                                  correlate all the monitor
                                                  records applying to this end
                                                  point.
  32  20  Character     8  MTRISC_SCKPORT         The name of the destination
                                                  service.
  40  28  Character     8  MTRISC_SCKASSOC        Associated portname. The
                                                  name of the destination
                                                  service (SCKPORT) contacted
                                                  that resulted in the creation
                                                  of this end point.
  48  30  Character     8  MTRISC_SCKTGTND        Node at the other end of
                                                  the connection represented by
                                                  this end point.
  56  38  Character     8  MTRISC_SCKTGTSV        Service at the other end of
                                                  the connection represented by
                                                  this end point.
  64  40  Unsigned      4  MTRISC_SCKNLEN         Name Length
  68  44  Character   120  MTRISC_SCKNAME         Free-form name assigned to
                                                  this end point by its
                                                  creator.
 188  BC  Character     0  MTRISC_END             

MRMTRISC Cross Reference

                      Hex           Hex
Name                 Offset Length Value
 
MRHDR                      0     20
MRHDR_END                 14      0
MRHDRDM                    4      1
MRHDRLEN                   0      2
MRHDRRC                    6      2
MRHDRTOD                   8      8
MRHDRZER                   2      2
MTRISC                     0    188
MTRISC_ACTIVITY           14      1
MTRISC_END                BC      0
MTRISC_MRHDR               0      0
MTRISC_SCKASSOC           28      8
MTRISC_SCKID              18      4
MTRISC_SCKNAME            44    120
MTRISC_SCKNLEN            40      4
MTRISC_SCKNUM             1C      4
MTRISC_SCKPORT            20      8
MTRISC_SCKTGTND           30      8
MTRISC_SCKTGTSV           38      8
MTRISC_SCKTYPE            15      1

This information is based on z/VM V6R2.0.
Last updated on 23 Nov 2011 at 15:33:04.
Copyright IBM Corporation, 1990, 2011