Searched defs:tsdpsz (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/dispadmin/
H A Dtsdispadmin.c153 int tsdpsz; local
173 tsdpsz = tsadmin.ts_ndpents * sizeof (tsdpent_t);
174 if ((ts_dptbl = (tsdpent_t *)malloc(tsdpsz)) == NULL)
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c386 size_t tsdpsz; local
405 tsdpsz = (ts_maxumdpri + 1) * sizeof (tsdpent_t);
431 tsdpsz);
464 if (tsadmin.ts_ndpents * sizeof (tsdpent_t) != tsdpsz) {
473 tmpdpp = kmem_alloc(tsdpsz, KM_SLEEP);
475 tsdpsz)) {
476 kmem_free(tmpdpp, tsdpsz);
490 kmem_free(tmpdpp, tsdpsz);
495 kmem_free(tmpdpp, tsdpsz);
500 kmem_free(tmpdpp, tsdpsz);
[all...]

Completed in 60 milliseconds