SYSEVENT_FREE(3SYSEVENT) System Event Library Functions
sysevent_free - free memory for sysevent handle
cc [flag ...] file... -lsysevent [library ...]
#include <libsysevent.h>
void sysevent_free(sysevent_t *ev);
ev
handle to event an event buffer
The sysevent_free() function deallocates memory associated with an
event buffer.
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | MT-Safe |
+--------------------+-----------------+
attributes(7)
The libsysevent interfaces do not work at all in non-global zones.
July 24, 2009 SYSEVENT_FREE(3SYSEVENT)
NAME
sysevent_free - free memory for sysevent handle
SYNOPSIS
cc [flag ...] file... -lsysevent [library ...]
#include <libsysevent.h>
void sysevent_free(sysevent_t *ev);
PARAMETERS
ev
handle to event an event buffer
DESCRIPTION
The sysevent_free() function deallocates memory associated with an
event buffer.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+--------------------+-----------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+--------------------+-----------------+
|Interface Stability | Committed |
+--------------------+-----------------+
|MT-Level | MT-Safe |
+--------------------+-----------------+
SEE ALSO
attributes(7)
NOTES
The libsysevent interfaces do not work at all in non-global zones.
July 24, 2009 SYSEVENT_FREE(3SYSEVENT)