-- --**************************************************************************** --* * --* Copyright (c) 2001 * --* by DIGITAL Equipment Corporation, Maynard, Mass. * --* * --* This software is furnished under a license and may be used and copied * --* only in accordance with the terms of such license and with the * --* inclusion of the above copyright notice. This software or any other * --* copies thereof may not be provided or otherwise made available to any * --* other person. No title to and ownership of the software is hereby * --* transferred. * --* * --* The information in this software is subject to change without notice * --* and should not be construed as a commitment by DIGITAL Equipment * --* Corporation. * --* * --* DIGITAL assumes no responsibility for the use or reliability of its * --* software on equipment which is not supplied by DIGITAL. * --* * --**************************************************************************** --******************************************************************************************************************** -- Created: 15-MAR-2001 22:54:03 by OpenVMS SDL EV1-33 -- Source: 2-SEP-1989 10:54:14 $11$DUA933:[LIB_ADA.LIS]RSNDEF.SDL;1 --******************************************************************************************************************** with SYSTEM; use SYSTEM; with STARLET; use STARLET; with CONDITION_HANDLING; use CONDITION_HANDLING; package RSNDEF is -- module $RSNDEF --+ -- RESOURCE NAME DEFINITIONS --- --0 ORIGIN IN INCREMENTS OF 1 RSN_ASTWAIT : constant := 1; -- WAIT FOR AST EVENT, CHANNEL INTERLOCK RSN_MAILBOX : constant := 2; -- MAILBOX SPACE RSN_NPDYNMEM : constant := 3; -- NON-PAGED DYNAMIC MEMORY RSN_PGFILE : constant := 4; -- PAGING FILE SPACE RSN_PGDYNMEM : constant := 5; -- PAGED DYNAMIC MEMORY RSN_BRKTHRU : constant := 6; -- TERMINAL BROADCAST RSN_IACLOCK : constant := 7; -- IMAGE ACTIVATION INTERLOCK RSN_JQUOTA : constant := 8; -- JOB POOLED QUOTA RSN_LOCKID : constant := 9; -- LOCKIDS RSN_SWPFILE : constant := 10; -- SWAPPING FILE SPACE RSN_MPLEMPTY : constant := 11; -- MODIFIED PAGE LIST EMPTY RSN_MPWBUSY : constant := 12; -- MODIFIED PAGE WRITER BUSY RSN_SCS : constant := 13; -- SYSTEM COMMUNICATION RSN_CLUSTRAN : constant := 14; -- CLUSTER STATE TRANSITION RSN_CPUCAP : constant := 15; -- CPU Capability RSN_CLUSRV : constant := 16; -- CLUSTER SERVER RSN_SNAPSHOT : constant := 17; -- RSN_MAX : constant := 18; -- MAXIMUM RESOURCE NUMBER end RSNDEF;