svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
IMA_GetLhbaOidList(3ima)
IMA_GetLhbaOidList(3IMA) iSCSI Management API IMA_GetLhbaOidList(3IMA)
NAME
IMA_GetLhbaOidList - Gets a list of the object IDs of all the LHBAs in
the system
SYNOPSIS
cc [ flag... ] file... -lima [ library... ]
#include <ima.h>
IMA_STATUS IMA_GetLhbaOidList(
/* out */ IMA_OID_LIST **ppList
);
PARAMETERS
ppList A pointer to a pointer to an IMA_OID_LIST data structure. If
successfully returned, this argument successfully contains a
pointer to an IMA_OID_LIST that contains the object IDs of
all of the logical host bus adapters (LHBAs) currently in the
system.
DESCRIPTION
The IMA_GetLhbaOidList() API gets a list of the object IDs of all the
LHBAs in the system
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:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/library/storage/snia-ima _ Interface
StabilityVolatile _ MT-LevelSafe
SEE ALSO
libima(3LIB), attributes(7), IMA_FreeMemory(3IMA)
Oracle Solaris 11.4 21 July 2016 IMA_GetLhbaOidList(3IMA)