Searched defs:notify_event (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c314 * notify_event()
320 notify_event(ldom_event_t event, char *ldom_name) function
824 notify_event(event, ldom_name);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c100 uint64_t *notify_event);
2108 uint64_t notify_event = 0, link_state; local
2151 notify_event = LDC_EVT_DOWN;
2159 notify_event = LDC_EVT_RESET;
2167 notify_event = LDC_EVT_RESET;
2182 rv = ldcp->cb(notify_event, ldcp->cb_arg);
2227 uint64_t *notify_event)
2237 *notify_event = 0;
2271 *notify_event = LDC_EVT_DOWN;
2280 *notify_event
2226 i_ldc_rx_process_hvq(ldc_chan_t *ldcp, boolean_t *notify_client, uint64_t *notify_event) argument
[all...]

Completed in 63 milliseconds