/***************************************************************************/ /** **/ /** HPE CONFIDENTIAL. This software is confidential proprietary software **/ /** licensed by Hewlett-Packard Enterprise Development, LP, and is not **/ /** authorized to be used, duplicated OR disclosed to anyone without the **/ /** prior written permission of HPE. **/ /** © 2023 Copyright Hewlett-Packard Enterprise Development, LP **/ /** **/ /** VMS SOFTWARE, INC. CONFIDENTIAL. This software is confidential **/ /** proprietary software licensed by VMS Software, Inc., and is not **/ /** authorized to be used, duplicated or disclosed to anyone without **/ /** the prior written permission of VMS Software, Inc. **/ /** © 2023 Copyright VMS Software, Inc. **/ /** **/ /***************************************************************************/ /********************************************************************************************************************************/ /* Created: 9-Nov-2023 12:06:42 by OpenVMS SDL V3.7 */ /* Source: 04-APR-2022 09:17:03 $1$DGA8345:[LIB_H.SRC]RSNDEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $RSNDEF ***/ #ifndef __RSNDEF_LOADED #define __RSNDEF_LOADED 1 #pragma __nostandard /* This file uses non-ANSI-Standard features */ #pragma __member_alignment __save #pragma __nomember_alignment #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __save /* Save the previously-defined required ptr size */ #pragma __required_pointer_size __short /* And set ptr size default to 32-bit pointers */ #endif #ifdef __cplusplus extern "C" { #define __unknown_params ... #define __optional_params ... #else #define __unknown_params #define __optional_params ... #endif #ifndef __struct #if !defined(__VAXC) #define __struct struct #else #define __struct variant_struct #endif #endif #ifndef __union #if !defined(__VAXC) #define __union union #else #define __union variant_union #endif #endif /*+ */ /* RESOURCE NAME DEFINITIONS */ /* BEFORE adding a new Resource - be aware several modules assume RSN$_MAX */ /* You will need to change those modules */ /*- */ /*0 ORIGIN IN INCREMENTS OF 1 */ #define RSN$_ASTWAIT 1 /*WAIT FOR AST EVENT, CHANNEL INTERLOCK */ #define RSN$_MAILBOX 2 /*MAILBOX SPACE */ #define RSN$_NPDYNMEM 3 /*NON-PAGED DYNAMIC MEMORY */ #define RSN$_PGFILE 4 /*PAGING FILE SPACE */ #define RSN$_PGDYNMEM 5 /*PAGED DYNAMIC MEMORY */ #define RSN$_BRKTHRU 6 /*TERMINAL BROADCAST */ #define RSN$_IACLOCK 7 /*IMAGE ACTIVATION INTERLOCK */ #define RSN$_JQUOTA 8 /*JOB POOLED QUOTA */ #define RSN$_LOCKID 9 /*LOCKIDS */ #define RSN$_SWPFILE 10 /*SWAPPING FILE SPACE */ #define RSN$_MPLEMPTY 11 /*MODIFIED PAGE LIST EMPTY */ #define RSN$_MPWBUSY 12 /*MODIFIED PAGE WRITER BUSY */ #define RSN$_SCS 13 /*SYSTEM COMMUNICATION */ #define RSN$_CLUSTRAN 14 /*CLUSTER STATE TRANSITION */ #define RSN$_CPUCAP 15 /*CPU Capability */ #define RSN$_CLUSRV 16 /*CLUSTER SERVER */ #define RSN$_SNAPSHOT 17 /* */ #define RSN$_PSXFRK 18 /*POSIX FORK WAIT */ #define RSN$_INNER_MODE 19 /*Inner mode access for Kthreads */ #define RSN$_EXH 20 /*Exit handler for Kthread */ #define RSN$_MMG 21 /*MMG Contention */ #define RSN$_SCMTX 22 /*SSIO SC MUTEX WAIT */ #define RSN$_MAX 23 /*MAXIMUM RESOURCE NUMBER ONLY add new states above here */ #pragma __member_alignment __restore #ifdef __INITIAL_POINTER_SIZE /* Defined whenever ptr size pragmas supported */ #pragma __required_pointer_size __restore /* Restore the previously-defined required ptr size */ #endif #ifdef __cplusplus } #endif #pragma __standard #endif /* __RSNDEF_LOADED */