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

/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Devchannels.c83 static uint32_t evch_events_max; variable
1012 evch_events_max = evch_channels_max << 8;
1094 p->ch_maxev = min(EVCH_DEFAULT_EVENTS, evch_events_max);
1529 p->cd_limev = evch_events_max;
2001 chp->ch_maxev = min(chlen, evch_events_max);
2007 *va_arg(ap, uint32_t *) = evch_events_max;
2293 chp->ch_maxev = min(value, evch_events_max);
2315 *value = evch_events_max;

Completed in 97 milliseconds