Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/bltins/
H A Dprint.c942 int chlen; in fmtvecho() local
947 if ((chlen = mbsize(cp)) > 1) in fmtvecho()
949 cp += chlen; in fmtvecho()
965 if (mbwide() && ((chlen = mbsize(cp)) > 1)) in fmtvecho()
967 stakwrite(cp,chlen); in fmtvecho()
968 cp += (chlen-1); in fmtvecho()
/titanic_41/usr/src/uts/common/os/
H A Devchannels.c1983 uint32_t chlen; in sysevent_evc_control() local
1999 chlen = va_arg(ap, uint32_t); in sysevent_evc_control()
2001 chp->ch_maxev = min(chlen, evch_events_max); in sysevent_evc_control()