Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c87 static uint32_t evch_events_max; variable
1016 evch_events_max = evch_channels_max << 8; in evch_chinit()
1098 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max); in evch_chbind()
1532 p->cd_limev = evch_events_max; in evch_chgetchdata()
2007 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()
2013 *va_arg(ap, uint32_t *) = evch_events_max; in sysevent_evc_control()
2299 chp->ch_maxev = min(value, evch_events_max); in evch_usrcontrol_set()
2321 *value = evch_events_max; in evch_usrcontrol_get()