Specifications

OpenVMS System Routines Called by OpenVMS AXP Device Drivers
IOC$DEALLOC_CNT_RES
IOC$DEALLOC_CNT_RES
Deallocates the requested number of items of a counted resource.
Module
DEALLOC_CNT_RES
Format
IOC$DEALLOC_CNT_RES crab ,crctx
Context
IOC$DEALLOC_CNT_RES conforms to the OpenVMS AXP calling standard. Its
caller must be executing at fork IPL, holding the corresponding fork lock.
Arguments
crab
VMS Usage: address
type: longword (unsigned)
access: read only
mechanism: by reference
Address of CRAB.
crctx
VMS Usage: address
type: longword (unsigned)
access: read only
mechanism: by reference
Address of CRCTX structure.
Returns
VMS Usage: cond_value
type: longword_unsigned
access: longword (unsigned)
mechanism: write only—by value
Status indicating the success or failure of the operation.
Return Values
SS$_NORMAL The routine completed successfully.
SS$_BADPARAM CRCTX$L_ITEM_CNT and CRCTX$L_ITEM_
NUM fields are invalid.
A–23