Initializes the remote dump protocol.
#include <sys/types.h> #include <sys/errno.h> #include <sys/dump.h>
void dmp_prinit (dmp_proto, proto_info) int dmp_proto; void *proto_info;
When a communications subsystem is configured, it makes itself known to the system dump services by calling the dmp_prinit kernel service. The dmp_prinit kernel service identifies the protocol and passes protocol-specific information, which is required for a remote dump.
The dmp_prinit kernel service can be called from the process environment only.
The dmp_prinit kernel service is part of the Base Operating System (BOS) Runtime.
The devdump kernel service.
The dddump device driver entry point.
RAS Kernel Services in AIX Version 4.3 Kernel Extensions and Device Support Programming Concepts.