Guardian Procedure Calls Reference Manual
Returned Value
INT
A file-system error code that indicates the outcome of the call:
Information returned successfully.0
Parameter or buffer out of bounds.22
Missing parameter.29
Unable to communicate over this path.201
Parameter value bad or inconsistent.590
Considerations
If you supply more information than is necessary to identify the processor or the processor type of
interest (that is, if you specify both node-number and node-name, or if you identify the processor
and also specify cpu-type-in), PROCESSOR_GETNAME_ uses the first sufficient set of parameters
that it encounters and ignores the rest.
Example
In this example, the processor of interest is identified by its processor number and node number.
error := PROCESSOR_GETNAME_ ( cpu^num, name:max^length,
length, , , node^num );
PROCESSOR_GETNAME_ Procedure 1175