Guardian Programming Reference Summary for C

Functions Summary (O-Q)
Guardian Programming Reference Summary for C522630-001
7-32
PROCESSOR_GETNAME_
Returns a processors type as a character string.
returned value:
48 processor name short bytelength, char
49 processor full name short bytelength, char
56 base time long long
57 memory-management attributes long
58 segments in use long
59 maximum segments used long
60 the update part of the release
ID (the two digits that follow
the period)
short
61 for Compaq internal use only
62 availability of IEEE floating
point on the current system
short
Note. Calls to this procedure are identical in their format and values to calls to
CPU_GETINFOLIST_.
#include <cextdecs(PROCESSOR_GETNAME_)>
short PROCESSOR_GETNAME_ ( short cpu-number /* i */
,char *name /* o */
,short maxlen /* i */
,short *namelen /* o */
,[ short *cpu-type-out ] /* o */
,[ const char *node-name ] /* i */
,[ short length ] /* i */
,[ long node-number ] /* i */
,[ short cpu-type-in ] /* i */
,[ short expand-name ] /* i */
,[ short *cpu-model-out ] /* o */
,[ short cpu-model-in ] ); /* i */
22 = Parameter or buffer out of bounds
29 = Missing parameter
201 = Unable to communicate over this path
590 = Parameter value bad or inconsistent
Code Attribute Value Representation