Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c95 #define CBF_USER 0x1U macro
99 #define CBF_ALL (CBF_USER | CBF_PRIV | CBF_LV | CBF_HV)
109 CBF_USER | CBF_PRIV | CBF_HV, EVCH_SUB_KEEP },
111 CBF_USER | CBF_PRIV | CBF_LV, EVCH_SUB_KEEP },
505 user = (cbarg & CBF_USER) != 0; in fmevt_cb()
601 cip->ci_cbarg & CBF_USER ? 'u' : 'k', in fmevt_init_inbound()