User`s guide

102 DC 900-1516D
ICP2432 Users Guide for OpenVMS Alpha (DLITE Interface)
6.5.1.2 icpload
This routine causes a file to be downloaded to the ICP. This routine is typically used
more than once per download sequence (once for each OS/Impact component file).
Format
int icpload (char *device,
char *file,
int address);
Returns The completion status of the operation; normally
SS$_NORMAL. Refer to Chapter 4 for descriptions of status
codes returned by the ICP device driver. If
icpload() returns an
RMS status code, a problem was encountered when opening
one of the files specified in the argument list.
Arguments
device: the VMS device name of the ICP.
file: name of the OS/Impact file.
address: starting address within ICP memory to which the file is
to be loaded.