Home
last modified time | relevance | path

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

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