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

/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1210 int clblen = 0; local
1272 clblen = strlen(class) + 1;
1273 clb = kmem_alloc(clblen, KM_SLEEP);
1274 bcopy(class, clb, clblen);
1305 sdp->sd_clnsize = clblen;

Completed in 62 milliseconds