Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1214 int clblen = 0; in evch_chsubscribe() local
1276 clblen = strlen(class) + 1; in evch_chsubscribe()
1277 clb = kmem_alloc(clblen, KM_SLEEP); in evch_chsubscribe()
1278 bcopy(class, clb, clblen); in evch_chsubscribe()
1309 sdp->sd_clnsize = clblen; in evch_chsubscribe()