Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsysevent.h169 #define EVCH_SUB_KEEP 0x01 macro
/illumos-gate/usr/src/cmd/fm/modules/common/ext-event-transport/
H A Dfmevt_inbound.c109 CBF_USER | CBF_PRIV | CBF_HV, EVCH_SUB_KEEP },
111 CBF_USER | CBF_PRIV | CBF_LV, EVCH_SUB_KEEP },
/illumos-gate/usr/src/cmd/svc/startd/
H A Dprotocol.c381 state_cb, fmri, EVCH_SUB_KEEP)) != 0) { in restarter_protocol_init_delegate()
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c338 ASSERT((sdp->sd_persist & EVCH_SUB_KEEP) != 0); in evch_zonefree()
1221 if (flags & ~(EVCH_SUB_KEEP | EVCH_SUB_DUMP)) in evch_chsubscribe()
1239 if ((flags & EVCH_SUB_KEEP) && (esp->sd_active == 0)) { in evch_chsubscribe()
1290 sdp->sd_persist = flags & EVCH_SUB_KEEP ? 1 : 0; in evch_chsubscribe()
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_sysevent.c483 flags = EVCH_SUB_KEEP | EVCH_SUB_DUMP; in sysev_init()
/illumos-gate/usr/src/uts/common/io/
H A Dsysevent.c670 evch_usrunsubscribe(ctl->chp, NULL, EVCH_SUB_KEEP); in sysevent_close()
/illumos-gate/usr/src/lib/librestart/common/
H A Dlibrestart.c723 h->reh_delegate_subscriber_id, EC_ALL, cb, h, EVCH_SUB_KEEP) != 0) { in restarter_bind_handle()