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

/illumos-gate/usr/src/uts/common/disp/
H A Dts.c383 tsdpent_t *tmpdpp; local
473 tmpdpp = kmem_alloc(tsdpsz, KM_SLEEP);
474 if (copyin((caddr_t)tsadmin.ts_dpents, (caddr_t)tmpdpp,
476 kmem_free(tmpdpp, tsdpsz);
489 if (tmpdpp[i].ts_quantum <= 0) {
490 kmem_free(tmpdpp, tsdpsz);
493 if (tmpdpp[i].ts_tqexp > ts_maxumdpri ||
494 tmpdpp[i].ts_tqexp < 0) {
495 kmem_free(tmpdpp, tsdpsz);
498 if (tmpdpp[
[all...]
H A Drt.c223 rtdpent_t *tmpdpp; local
312 tmpdpp = kmem_alloc(rtdpsz, KM_SLEEP);
313 if (copyin(rtadmin.rt_dpents, tmpdpp, rtdpsz)) {
314 kmem_free(tmpdpp, rtdpsz);
322 if (tmpdpp[i].rt_quantum <= 0 &&
323 tmpdpp[i].rt_quantum != RT_TQINF) {
324 kmem_free(tmpdpp, rtdpsz);
336 rt_dptbl[i].rt_quantum = tmpdpp[i].rt_quantum;
338 kmem_free(tmpdpp, rtdpsz);
H A Dfx.c304 fxdpent_t *tmpdpp; local
394 tmpdpp = kmem_alloc(fxdpsz, KM_SLEEP);
395 if (copyin(fxadmin.fx_dpents, tmpdpp, fxdpsz)) {
396 kmem_free(tmpdpp, fxdpsz);
409 if (tmpdpp[i].fx_quantum <= 0 &&
410 tmpdpp[i].fx_quantum != FX_TQINF) {
411 kmem_free(tmpdpp, fxdpsz);
423 fx_dptbl[i].fx_quantum = tmpdpp[i].fx_quantum;
426 kmem_free(tmpdpp, fxdpsz);

Completed in 303 milliseconds