svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
IMA_FreeMemory(3ima)
IMA_FreeMemory(3IMA) iSCSI Management API IMA_FreeMemory(3IMA)
NAME
IMA_FreeMemory - Frees memory returned by an IMA API
SYNOPSIS
cc [ flag... ] file... -lima [ library... ]
#include <ima.h>
IMA_STATUS IMA_FreeMemory(
/* in */ void *pMemory
);
PARAMETERS
pMemory A pointer to the memory returned by an IMA API, such as the
IMA_OID_LIST data structure returned by the library.
If the specified pointer is NULL, then the function suc‐
ceeds, but takes no action.
If this argument is successfully returned, and the specified
pointer is non-NULL, then the allocated memory is freed.
DESCRIPTION
The IMA_FreeMemory() API frees the memory returned by an IMA API.
RETURN VALUES
IMA_ERROR_INVALID_PARAMETER
Returned if the pMemory parameter is non-NULL, and specifies a mem‐
ory 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_GetLhbaOidList(3IMA), IMA_GetL‐
npOidList(3IMA), IMA_GetLuOidList(3IMA), IMA_GetNon‐
SharedNodeOidList(3IMA), IMA_GetPhbaOidList(3IMA), IMA_GetPn‐
pOidList(3IMA), IMA_GetTargetOidList(3IMA)
Oracle Solaris 11.4 20 July 2016 IMA_FreeMemory(3IMA)