[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Understanding the Diagnostic Subsystem for AIX

diag_cpu2proc (int n)

Purpose

Convert logical CPU number to physical processor name.

Syntax

char *diag_cpu2proc (n)

int n;

Description

The diag_cpu2proc routine is used to convert a logical CPU number to the physical processor name in ODM CuDv class.

Parameters

Parameter Description
n Integer that is the logical CPU number

Return Value

NULL If error such as ODM error, or invalid logical CPU number.
procn The name of the CuDv object for the physical processor

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]