/***************************************************************************/ /** **/ /** 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:07:58 by OpenVMS SDL V3.7 */ /* Source: 29-AUG-2000 09:54:48 $1$DGA8345:[LIB_H.SRC]ACMEAGENT_CO_DEF.SDL;1 */ /********************************************************************************************************************************/ /*** MODULE $ACMEAGENT_CO_DEF IDENT X-1 ***/ #ifndef __ACMEAGENT_CO_DEF_LOADED #define __ACMEAGENT_CO_DEF_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 /*+ */ /* */ /* ACME Agent Callout Routines Prototypes */ /* */ /*- */ /* */ /* acme$ast_routine kcb_vector, acme_context, wqe, wqe_context, */ /* ast_context, ast_parameter */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* ast_context = address of quadword containing the AST context id */ /* (parameter) returned to the agent when acquiring */ /* the AST context */ /* ast_parameter = addesss of quadword containing ACME specific value */ /* specified by the agent when acquiring the AST context */ /* */ #define acme$ast_routine ACME$AST_ROUTINE void acme$ast_routine(__unknown_params); /* */ /* acme$ast_routine kcb_vector, acme_context, wqe, wqe_context, */ /* ast_context, rms_parameter */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* ast_context = address of longword containing the AST context id */ /* (parameter) returned to the agent when acquiring */ /* the AST context */ /* rms_context = addesss of RMS structure associated with this AST */ /* (the ...$L_CTX field contains the AST parameter */ /* specified by the agent when acquiring the AST context) */ /* */ #define acme$rmsast_routine ACME$RMSAST_ROUTINE void acme$rmsast_routine(__unknown_params); /* */ /* Agent Initialize */ /* */ /* acme$co_agent_initialize kcb_vector, acme_context, wqe */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* */ #define acme$co_agent_initialize ACME$CO_AGENT_INITIALIZE int acme$co_agent_initialize(__unknown_params); /* */ /* Agent Shutdown */ /* */ /* acme$co_agent_shutdown kcb_vector, acme_context, wqe */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* */ #define acme$co_agent_shutdown ACME$CO_AGENT_SHUTDOWN int acme$co_agent_shutdown(__unknown_params); /* */ /* Agent Standby */ /* */ /* acme$co_agent_standby kcb_vector, acme_context, wqe */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* */ #define acme$co_agent_standby ACME$CO_AGENT_STANDBY int acme$co_agent_standby(__unknown_params); /* */ /* Agent Startup */ /* */ /* acme$co_agent_startup kcb_vector, acme_context, wqe */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* concurrency_factor = number indicating extent of parallelism */ /* */ #define acme$co_agent_startup ACME$CO_AGENT_STARTUP int acme$co_agent_startup(__unknown_params); /* */ /* EVENT function */ /* */ /* acme$co_event kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_event ACME$CO_EVENT int acme$co_event(__unknown_params); /* */ /* QUERY function */ /* */ /* acme$co_query kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_query ACME$CO_QUERY int acme$co_query(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ACCEPT_PASSWORDS phase processing */ /* */ /* acme$co_accept_passwords kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_accept_passwords ACME$CO_ACCEPT_PASSWORDS int acme$co_accept_passwords(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ACCEPT_PRINCIPAL phase processing */ /* */ /* acme$co_accept_principal kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_accept_principal ACME$CO_ACCEPT_PRINCIPAL int acme$co_accept_principal(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ANCILLARY_MECH_1 phase processing */ /* */ /* acme$co_ancillary_mech_1 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_ancillary_mech_1 ACME$CO_ANCILLARY_MECH_1 int acme$co_ancillary_mech_1(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ANCILLARY_MECH_2 phase processing */ /* */ /* acme$co_ancillary_mech_2 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_ancillary_mech_2 ACME$CO_ANCILLARY_MECH_2 int acme$co_ancillary_mech_2(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ANCILLARY_MECH_3 phase processing */ /* */ /* acme$co_ancillary_mech_3 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_ancillary_mech_3 ACME$CO_ANCILLARY_MECH_3 int acme$co_ancillary_mech_3(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD ANNOUNCE phase processing */ /* */ /* acme$co_announce kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_announce ACME$CO_ANNOUNCE int acme$co_announce(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD AUTHENTICATE phase processing */ /* */ /* acme$co_authenticate kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_authenticate ACME$CO_AUTHENTICATE int acme$co_authenticate(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD AUTHORIZE phase processing */ /* */ /* acme$co_authorize kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_authorize ACME$CO_AUTHORIZE int acme$co_authorize(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD AUTOLOGON phase processing */ /* */ /* acme$co_autologon kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_autologon ACME$CO_AUTOLOGON int acme$co_autologon(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD CREDENTIALS phase processing */ /* */ /* acme$co_credentials kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_credentials ACME$CO_CREDENTIALS int acme$co_credentials(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD FINISH phase processing */ /* */ /* acme$co_finish kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_finish ACME$CO_FINISH int acme$co_finish(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD INITIALIZE phase processing */ /* */ /* acme$co_initialize kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_initialize ACME$CO_INITIALIZE int acme$co_initialize(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD MAP_PRINCIPAL phase processing */ /* */ /* acme$co_map_principal kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_map_principal ACME$CO_MAP_PRINCIPAL int acme$co_map_principal(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD LOGON_INFORMATION phase processing */ /* */ /* acme$co_logon_information kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_logon_information ACME$CO_LOGON_INFORMATION int acme$co_logon_information(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD MESSAGES phase processing */ /* */ /* acme$co_messages kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_messages ACME$CO_MESSAGES int acme$co_messages(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD NEW_PASSWORD_1 phase processing */ /* */ /* acme$co_new_password_1 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_new_password_1 ACME$CO_NEW_PASSWORD_1 int acme$co_new_password_1(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD NEW_PASSWORD_2 phase processing */ /* */ /* acme$co_new_password_2 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_new_password_2 ACME$CO_NEW_PASSWORD_2 int acme$co_new_password_2(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD NOTICES phase processing */ /* */ /* acme$co_notices kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_notices ACME$CO_NOTICES int acme$co_notices(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD PASSWORD_1 phase processing */ /* */ /* acme$co_password_1 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_password_1 ACME$CO_PASSWORD_1 int acme$co_password_1(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD PASSWORD_2 phase processing */ /* */ /* acme$co_password_2 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_password_2 ACME$CO_PASSWORD_2 int acme$co_password_2(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD PRINCIPAL_NAME phase processing */ /* */ /* acme$co_principal_name kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_principal_name ACME$CO_PRINCIPAL_NAME int acme$co_principal_name(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD QUALIFY_PASSWORD_1 phase processing */ /* */ /* acme$co_qualify_password_1 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_qualify_password_1 ACME$CO_QUALIFY_PASSWORD_1 int acme$co_qualify_password_1(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD QUALIFY_PASSWORD_2 phase processing */ /* */ /* acme$co_qualify_password_2 kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_qualify_password_2 ACME$CO_QUALIFY_PASSWORD_2 int acme$co_qualify_password_2(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD SET_PASSWORDS phase processing */ /* */ /* acme$co_set_passwords kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_set_passwords ACME$CO_SET_PASSWORDS int acme$co_set_passwords(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD SYSTEM_PASSWORD phase processing */ /* */ /* acme$co_system_password kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_system_password ACME$CO_SYSTEM_PASSWORD int acme$co_system_password(__unknown_params); /* */ /* AUTHENTICATE_PRINCIPAL/CHANGE_PASSWORD VALIDATE_MAPPING phase processing */ /* */ /* acme$co_validate_mapping kcb_vector, acme_context, wqe, wqe_context, */ /* item_list, acme_item_list */ /* */ /* kcb_vector = address of ACM Kernel Callback Vector */ /* acme_context = address of agent specific context */ /* wqe = address of ACM Work Queue Entry */ /* wqe_context = address of agent specific request context */ /* item_list = address of agent independent item list */ /* acme_item_list = address of agent specific item list */ /* */ #define acme$co_validate_mapping ACME$CO_VALIDATE_MAPPING int acme$co_validate_mapping(__unknown_params); #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 /* __ACMEAGENT_CO_DEF_LOADED */