Go to main content

man pages section 3: Extended Library Functions, Volume 2

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

IMA_GetNonSharedNodeOidList (3IMA)

Name

IMA_GetNonSharedNodeOidList - Gets a list of the object IDs for the non-shared nodes of the currently executing operating system image

Synopsis

cc [ flag... ] file... -lima [ library... ]
#include <ima.h>

IMA_STATUS IMA_GetNonSharedNodeOidList(
  /* out */    IMA_OID_LIST **ppList
);

Parameters

ppList

A pointer to a pointer to an IMA_OID_LIST data structure. If returned successfully, this data structure contains a pointer to an IMA_OID_LIST data structure that contains the object ID's of all non- shared nodes currently in the system.

Description

The IMA_GetNonSharedNodeOidList() API gets a list of the object ID's for non-shared nodes of the currently executing operating system image.

Return Values

IMA_ERROR_INVALID_PARAMETER

Returned if the ppList argument is NULL, or specifies a memory area to which data cannot be written

Attributes

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Availability
system/library/storage/snia-ima
Interface Stability
Volatile
MT-Level
Safe

See Also

libima(3LIB), attributes(7), IMA_FreeMemory(3IMA), IMA_GetSharedNodeOid(3IMA), IMA_GetNodeProperties(3IMA)