Convert logical CPU number to physical processor name.
char *diag_cpu2proc (n) int n;
The diag_cpu2proc routine is used to convert a logical CPU number to the physical processor name in ODM CuDv class.
| Parameter | Description |
|---|---|
| n | Integer that is the logical CPU number |
| NULL | If error such as ODM error, or invalid logical CPU number. |
| procn | The name of the CuDv object for the physical processor |