Searched refs:evch_events_max (Results 1 – 1 of 1) sorted by relevance
83 static uint32_t evch_events_max; variable1012 evch_events_max = evch_channels_max << 8; in evch_chinit()1094 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max); in evch_chbind()1529 p->cd_limev = evch_events_max; in evch_chgetchdata()2001 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()2007 *va_arg(ap, uint32_t *) = evch_events_max; in sysevent_evc_control()2293 chp->ch_maxev = min(value, evch_events_max); in evch_usrcontrol_set()2315 *value = evch_events_max; in evch_usrcontrol_get()