Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/sun4v/io/
H A Dldc.c100 uint64_t *notify_event);
2108 uint64_t notify_event = 0, link_state; in i_ldc_tx_hdlr() local
2151 notify_event = LDC_EVT_DOWN; in i_ldc_tx_hdlr()
2159 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2167 notify_event = LDC_EVT_RESET; in i_ldc_tx_hdlr()
2182 rv = ldcp->cb(notify_event, ldcp->cb_arg); in i_ldc_tx_hdlr()
2227 uint64_t *notify_event) in i_ldc_rx_process_hvq() argument
2237 *notify_event = 0; in i_ldc_rx_process_hvq()
2271 *notify_event = LDC_EVT_DOWN; in i_ldc_rx_process_hvq()
2280 *notify_event = LDC_EVT_RESET; in i_ldc_rx_process_hvq()
[all …]
/titanic_50/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c320 notify_event(ldom_event_t event, char *ldom_name) in notify_event() function
824 notify_event(event, ldom_name); in handle_ldm_event()