SYSEVENT_GET_ATTR_LIST(3SYSEVENT) | System Event Library Functions | SYSEVENT_GET_ATTR_LIST(3SYSEVENT) |
sysevent_get_attr_list - get attribute list pointer
cc [flag ...] file... -lsysevent -lnvpair [library ...] #include <libsysevent.h> #include <libnvpair.h> int sysevent_get_attr_list(sysevent_t *ev, nvlist_t **attr_list);
ev
attr_list
The sysevent_get_attr_list() function updates attr_list to point to a searchable name-value pair list associated with the sysevent event, ev. The interface manages the allocation of the attribute list, but it is up to the caller to free the list when it is no longer needed with a call to nvlist_free(). See nvlist_alloc(3NVPAIR).
The sysevent_get_attr_list() function returns 0 if the attribute list for ev is found to be valid. Otherwise it returns −1 and sets errno to indicate the error.
The sysevent_get_attr_list() function will fail if:
ENOMEM
EINVAL
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
Interface Stability | Committed |
MT-Level | MT-Safe |
nvlist_alloc(3NVPAIR), nvlist_lookup_boolean(3NVPAIR), attributes(7), syseventd(8)
The libsysevent interfaces do not work at all in non-global zones.
July 24, 2009 | OmniOS |