Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man3ima/IMA_FreeMemory.3ima
Real path: /usr/share/man/man3ima/IMA_FreeMemory.3ima
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH IMA_FreeMemory 3IMA "20 July 2016" "Oracle Solaris 11.4" "iSCSI Management API" .SH NAME IMA_FreeMemory \- Frees memory returned by an IMA API .SH SYNOPSIS .LP .nf cc [ flag... ] file... -lima [ library... ] #include <ima.h> IMA_STATUS IMA_FreeMemory( /* in */ void *pMemory ); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fIpMemory\fR\fR .ad .RS 11n .rt A pointer to the memory returned by an IMA API, such as the \fBIMA_OID_LIST\fR data structure returned by the library. .sp If the specified pointer is \fBNULL\fR, then the function succeeds, but takes no action. .sp If this argument is successfully returned, and the specified pointer is \fBnon-NULL\fR, then the allocated memory is freed. .RE .SH DESCRIPTION .sp .LP The \fBIMA_FreeMemory()\fR API frees the memory returned by an IMA API. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INVALID_PARAMETER\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fIpMemory\fR parameter is \fBnon-NULL\fR, and specifies a memory area to which data cannot be written. .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability \fBsystem/library/storage/snia-ima\fR _ Interface Stability Volatile _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibima\fR(3LIB), \fBattributes\fR(7), \fBIMA_GetLhbaOidList\fR(3IMA), \fBIMA_GetLnpOidList\fR(3IMA), \fBIMA_GetLuOidList\fR(3IMA), \fBIMA_GetNonSharedNodeOidList\fR(3IMA), \fBIMA_GetPhbaOidList\fR(3IMA), \fBIMA_GetPnpOidList\fR(3IMA), \fBIMA_GetTargetOidList\fR(3IMA)