1sysevent_free(3SYSEVENT)System Event Library Functionssysevent_free(3SYSEVENT)
2
3
4

NAME

6       sysevent_free - free memory for sysevent handle
7

SYNOPSIS

9       cc [flag ...]  file... -lsysevent [library ...]
10       #include <libsysevent.h>
11
12       void sysevent_free(sysevent_t *ev);
13
14

PARAMETERS

16       ev    handle to event an event buffer
17
18

DESCRIPTION

20       The  sysevent_free()  function  deallocates  memory  associated with an
21       event buffer.
22

ATTRIBUTES

24       See attributes(5) for descriptions of the following attributes:
25
26
27
28
29       ┌─────────────────────────────┬─────────────────────────────┐
30       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
31       ├─────────────────────────────┼─────────────────────────────┤
32       │Interface Stability          │Committed                    │
33       ├─────────────────────────────┼─────────────────────────────┤
34       │MT-Level                     │MT-Safe                      │
35       └─────────────────────────────┴─────────────────────────────┘
36

SEE ALSO

38       attributes(5)
39

NOTES

41       The libsysevent interfaces do not work at all in non-global zones.
42
43
44
45SunOS 5.11                        24 Jul 2009         sysevent_free(3SYSEVENT)
Impressum