Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsysevent/
H A Dlibevchannel.c779 uint32_t *chlenp; in sysevent_evc_control() local
801 chlenp = va_arg(ap, uint32_t *); in sysevent_evc_control()
802 if (chlenp == NULL || misaligned(chlenp)) { in sysevent_evc_control()
807 *chlenp = uargs.value; in sysevent_evc_control()
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1986 uint32_t *chlenp; in sysevent_evc_control() local
2001 chlenp = va_arg(ap, uint32_t *); in sysevent_evc_control()
2002 *chlenp = chp->ch_maxev; in sysevent_evc_control()