About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
CDEV | Back to Index page |
Prolog Control Block Contents CDEV DSECT Storage Layout Cross Reference (Contains links to field and bit definitions) |
|
CDEV Prolog | Top of page |
NAME : DMSCDEV DESCRIPTION: CONSOLE DEVICE TABLE MAPPING DSECT : CDEV FUNCTION : THE CONSOLE DEVICE TABLE IS A LINKED LIST OF DEVICE ENTRIES CONTAINING INFORMATION ABOUT DEVICES OPENED TO A PATH BY THE CONSOLE FACILITY. A DEVICE ENTRY IS DELETED WHEN AN APPLICATION ISSUES A CONSOLE CLOSE AND NO OTHER PATHS ARE OPENED TO THAT DEVICE. EPENDENCIES - FIELDS CONTAINED WITHIN THE CDEVCQY STRUCTURE MUST MAP 1 FOR 1 WITH THE FIELDS IN THE DEVICE SECTION OF THE CQYSECT MA PPING MACRO. ANY CHANGES MUST BE CHECKED AGAINST CQYSECT. |
CDEV Control Block Content | Top of page |
|
CDEV Storage Layout | Top of page |
*** CDEV - CONSOLE DEVICE TABLE MAPPING * * +---------------------------+---------------------------+ * 0 | CDEVNEXT | CDEVPLIO | * +---------------------------+---------------------------+ * 8 | CDEVOPEN | CDEVPWT | * +------+--------------------+---------------------------+ * 10 |:VFLG1|////////////////////| CDEVSID | * +------+--------------------+------+------+-------------+ * 18 |:VCW1C| CDEVCW1A |:VCW1F|:VCW1L| CDEVCW1B | * +------+--------------------+------+------+-------------+ * 20 |:VCW2C| CDEVCW2A |:VCW2F|:VCW2L| CDEVCW2B | * +------+--------------------+------+------+-------------+ * 28 * *** CDEV - CONSOLE DEVICE TABLE MAPPING *** Overlay for ORG in CDEV * * +------+------+-------------+---------------------------+ * 18 |:VCX1C|:VCX1F| CDEVCX1B | CDEVCX1A | * +------+------+-------------+---------------------------+ * 20 |:VCX2C|:VCX2F| CDEVCX2B | CDEVCX2A | * +------+------+-------------+---------------------------+ * 28 | CDEVPNUM | CDEVADDR | * +------+------+------+------+------+------+------+------+ * 30 |:VVCLS|:VVTYP|:VVSTT|:VVFLG|:VRCLS|:VRTYP|:VRMDL|:VRFTR| * +------+------+------+------+------+------+------+------+ * 38 |:VLLEN|:VTMCD|:VATTR|:VSTAT| CDEVDQR- | * +------+------+------+------+---------------------------+ * 40 | -(03C) |:VQYCD|//////| CDEV8CRL | * +-------------+------+------+---------------------------+ * 48 |///////////////////////////| CDEV8CL | * +---------------------------+-------------+-------------+ * 50 |/////////////////////////////////////////| | * +-----------------------------------------+ | * 58 | | * = CDEVD8CR = * | | * +-------------------------------------------------------+ * 450 * *** Overlay for ORG in CDEV |
CDEV Cross Reference | Top of page |
Copyright IBM Corporation, 1990, 2022