8999 SMBIOS: cleanup 32-bit specific code
[unleashed.git] / usr / src / man / man3sysevent / sysevent_free.3sysevent
blob3e77260c7879154e05dba28c465643da8913e8c5
1 '\" te
2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
5 .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SYSEVENT_FREE 3SYSEVENT "Jul 24, 2009"
7 .SH NAME
8 sysevent_free \- free memory for sysevent handle
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBcc\fR [\fIflag \&.\|.\|.\fR]  \fIfile\fR\&.\|.\|. \fB-lsysevent\fR [\fIlibrary \&.\|.\|.\fR]
13 #include <libsysevent.h>
15 \fBvoid\fR \fBsysevent_free\fR(\fBsysevent_t *\fR\fIev\fR);
16 .fi
18 .SH PARAMETERS
19 .sp
20 .ne 2
21 .na
22 \fB\fIev\fR\fR
23 .ad
24 .RS 6n
25 handle to event an event buffer
26 .RE
28 .SH DESCRIPTION
29 .sp
30 .LP
31 The \fBsysevent_free()\fR function deallocates memory associated with an event
32 buffer.
33 .SH ATTRIBUTES
34 .sp
35 .LP
36 See \fBattributes\fR(5) for descriptions of the following attributes:
37 .sp
39 .sp
40 .TS
41 box;
42 c | c
43 l | l .
44 ATTRIBUTE TYPE  ATTRIBUTE VALUE
46 Interface Stability     Committed
48 MT-Level        MT-Safe
49 .TE
51 .SH SEE ALSO
52 .sp
53 .LP
54 \fBattributes\fR(5)
55 .SH NOTES
56 .sp
57 .LP
58 The \fBlibsysevent\fR interfaces do not work at all in non-global zones.