Lines Matching refs:of

12 This item delivers a new Linux API in the form of a misc char device that is
14 collected by the *MONITOR System Service of z/VM.
28 location of the monitor DCSS with the Class E privileged CP command Q NSS MAP
29 (the values BEGPAG and ENDPAG are given in units of 4K pages).
38 guest virtual storage around the address range of the DCSS.
42 This defines two blocks of storage, the first is 140MB in size an begins at
44 resulting in a total storage of 340MB. Note that the first block should
49 Your guest virtual storage has to end below the starting address of the DCSS
51 value greater than the ending address of the DCSS.
64 to specify the name of the monitor DCSS. If the module is compiled into the
72 of the monitor DCSS, if already defined, and the users connected to the
99 Therefore you need to know the major and minor numbers of the device. These
101 Typing cat /sys/class/misc/monreader/dev will give an output of the form
103 mknod <name> c <major> <minor>, where <name> is the name of the device node
126 followed by a set of one or more contiguous monitor records (similar to the
127 output of the CMS utility MONWRITE without the 4K control blocks). The MCE
128 contains information on the type of the following record set (sample/event
130 of the record set in the monitor DCSS. The start and end address can be used
131 to determine the size of the record set, the end address is the address of the
132 last byte of data. The start address is needed to handle "end-of-frame" records
137 of the monitor control element layout. The layout of the monitor records can
140 The layout of the data stream provided by the monreader device is as follows:
144 <first set of records> |
147 <last set of records> /
151 There may be more than one combination of MCE and corresponding record set
152 within one data set and the end of each data set is indicated by a successful
153 read with a return value of 0 (0 byte read).
158 The maximum size of a data set can be as large as the size of the
160 The size of the monitor DCSS will be printed into syslog after loading the
165 negative value for the number of bytes read. In this case, the errno variable