Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c96 #define CBF_PRIV 0x2U 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 },
509 priv = (cbarg & CBF_PRIV) != 0; in fmevt_cb()
606 cip->ci_cbarg & CBF_PRIV ? 'p' : 'n', in fmevt_init_inbound()