Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/disp/
H A Dts_dptbl.c98 tsdpent_t config_ts_dptbl[] = {
169 tsdpent_t config_ts_dptbl_server[] = {
237 pri_t config_ts_maxumdpri = sizeof (config_ts_dptbl) / sizeof (tsdpent_t) - 1;
242 tsdpent_t *
H A Dts.c114 tsdpent_t *ts_dptbl; /* time-sharing disp parameter table */
214 extern tsdpent_t *ts_getdptbl(void);
382 tsdpent_t *tmpdpp; in ts_admin()
404 tsdpsz = (ts_maxumdpri + 1) * sizeof (tsdpent_t); in ts_admin()
429 userdpsz = MIN(tsadmin.ts_ndpents * sizeof (tsdpent_t), in ts_admin()
434 tsadmin.ts_ndpents = userdpsz / sizeof (tsdpent_t); in ts_admin()
463 if (tsadmin.ts_ndpents * sizeof (tsdpent_t) != tsdpsz) { in ts_admin()
/titanic_50/usr/src/cmd/dispadmin/
H A Dtsdispadmin.c157 tsdpent_t *ts_dptbl; in get_tsdptbl()
173 tsdpsz = tsadmin.ts_ndpents * sizeof (tsdpent_t); in get_tsdptbl()
174 if ((ts_dptbl = (tsdpent_t *)malloc(tsdpsz)) == NULL) in get_tsdptbl()
226 tsdpent_t *ts_dptbl;
249 (tsdpent_t *)malloc(ntsdpents * sizeof (tsdpent_t))) == NULL)
/titanic_50/usr/src/uts/common/sys/
H A Dts.h59 } tsdpent_t; typedef