Home
last modified time | relevance | path

Searched refs:from_state (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c63 uint32_t from_state; member
245 (uchar_t *)&t->from_state, sizeof (uint32_t)); in send_ireport_trap()
422 if (state_to_val(ev_info->ei_from_state, &swtrap.from_state) in ireport_cb()
/illumos-gate/usr/src/lib/fm/libfmnotify/common/
H A Dlibfmnotify.c518 char *code, *uuid, *fmri, *from_state, *to_state, *reason; in nd_get_event_info() local
579 nvlist_lookup_string(attr_nvl, "from-state", &from_state) || in nd_get_event_info()
590 evi->ei_from_state = strdup(from_state); in nd_get_event_info()