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

/opensolaris-onvv-gate/usr/src/cmd/dispadmin/
H A Dtsdispadmin.c146 * Retrieve the current ts_dptbl from memory, convert the time quantum
157 tsdpent_t *ts_dptbl; local
170 fatalerr("%s: Can't get ts_dptbl size, priocntl system \
174 if ((ts_dptbl = (tsdpent_t *)malloc(tsdpsz)) == NULL)
175 fatalerr("%s: Can't allocate memory for ts_dptbl\n", basenm);
177 tsadmin.ts_dpents = ts_dptbl;
181 fatalerr("%s: Can't get ts_dptbl, priocntl system call \
192 hrtime.hrt_rem = ts_dptbl[i].ts_quantum;
197 if ((ts_dptbl[i].ts_quantum = hrtconvert(&hrtime))
204 ts_dptbl[
226 tsdpent_t *ts_dptbl; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/disp/
H A Dts.c113 tsdpent_t *ts_dptbl; /* time-sharing disp parameter table */ variable
336 ts_dptbl = ts_getdptbl();
339 ts_maxglobpri = MAX(ts_kmdpris[0], ts_dptbl[ts_maxumdpri].ts_globpri);
376 * Get or reset the ts_dptbl values per the user's request.
431 if (copyout(ts_dptbl, tsadmin.ts_dpents, userdpsz))
458 * the user exactly match the current ts_dptbl in size.
470 * ts_dptbl.
514 * Copy the user supplied values over the current ts_dptbl
520 ts_dptbl[i].ts_quantum = tmpdpp[i].ts_quantum;
521 ts_dptbl[
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/
H A DMakefile.files1486 TS_DPTBL_OBJS += ts_dptbl.o

Completed in 56 milliseconds