IMA_GetPhbaOidList - Gets a list of the object IDs of all the PHBAs in the system
cc [ flag... ] file... -lima [ library... ]
#include <ima.h>
IMA_STATUS IMA_GetPhbaOidList(
/* out */ IMA_OID_LIST **ppList
);
A pointer to a pointer to an IMA_OID_LIST data structure. If returned successfully, this argument contains a pointer to an IMA_OID_LIST data structure that contains the object IDs of all of the physical host bus adapters (PHBAs) in the system.
The IMA_GetPhbaOidList() API gets a list of the object IDs of all the PHBAs in the system.
Returned if the ppList argument is NULL, or specifies a memory area to which data cannot be written
See attributes(7) for descriptions of the following attributes:
|