Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dsunndi.c1296 uint_t high_plevels, other_plevels; in ndi_event_bind_set() local
1323 high_plevels = other_plevels = 0; in ndi_event_bind_set()
1332 other_plevels++; in ndi_event_bind_set()
1340 if ((high_plevels && other_plevels) || in ndi_event_bind_set()
1341 (other_plevels && ndi_event_hdl->ndi_evthdl_high_plevels) || in ndi_event_bind_set()
1396 other_plevels--; in ndi_event_bind_set()
1407 ndi_event_hdl->ndi_evthdl_other_plevels += other_plevels; in ndi_event_bind_set()