Guardian Procedure Calls Reference Manual (G06.25+)
Guardian Procedure Calls (N)
Guardian Procedure Calls Reference Manual—522629-013
10-38
NODE_GETCOLDLOADINFO_ Procedure
NODE_GETCOLDLOADINFO_ Procedure
Summary
Syntax for C Programmers
Syntax for TAL Programmers
Parameters
Example
Summary
The NODE_GETCOLDLOADINFO_ procedure retrieves the name of the OSIMAGE
file from which the specified node was system loaded.
NODE_GETCOLDLOADINFO_ assists subsystems that look for their configuration
files on $SYSTEM.SYSnn, or that must know the name of the system-load subvolume.
Syntax for C Programmers
•
The parameter length specifies the length in bytes of the character string pointed
to by
nodename. The parameters nodename and length must either both be
supplied or both be absent.
Syntax for TAL Programmers
Parameters
error returned value
INT
indicates the outcome of the operation. Valid values are:
0 File name successfully retrieved
1 (reserved)
2 Parameter error
3 Bounds error
4 Unable to communicate with node
#include <cextdecs(NODE_GETCOLDLOADINFO_)>
short NODE_GETCOLDLOADINFO_ ( char *filename
,short maxlen
,short *filename-length
,[ const char *nodename ]
,[ short length ] );
error := NODE_GETCOLDLOADINFO_ ( filename:maxlen ! o:i
,filename-length ! o
,[ nodename:length ] ); ! i:i