Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/notify/snmp-notify/common/
H A Dsnmp-notify.c64 uint32_t to_state; member
251 (uchar_t *)&t->to_state, sizeof (uint32_t)); in send_ireport_trap()
424 state_to_val(ev_info->ei_to_state, &swtrap.to_state) < 0) { 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
580 nvlist_lookup_string(attr_nvl, "to-state", &to_state) || in nd_get_event_info()
589 evi->ei_to_state = strdup(to_state); in nd_get_event_info()