Home
last modified time | relevance | path

Searched refs:ts_dpents (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtspriocntl.h72 caddr32_t ts_dpents; member
79 struct tsdpent *ts_dpents; member
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c396 tsadmin.ts_dpents = in ts_admin()
397 (struct tsdpent *)(uintptr_t)tsadmin32.ts_dpents; in ts_admin()
417 tsadmin32.ts_dpents = in ts_admin()
418 (caddr32_t)(uintptr_t)tsadmin.ts_dpents; in ts_admin()
430 if (copyout(ts_dptbl, tsadmin.ts_dpents, userdpsz)) in ts_admin()
443 tsadmin32.ts_dpents = in ts_admin()
444 (caddr32_t)(uintptr_t)tsadmin.ts_dpents; in ts_admin()
472 if (copyin((caddr_t)tsadmin.ts_dpents, (caddr_t)tmpdpp, in ts_admin()
/illumos-gate/usr/src/cmd/dispadmin/
H A Dtsdispadmin.c174 tsadmin.ts_dpents = ts_dptbl; in get_tsdptbl()
418 tsadmin.ts_dpents = ts_dptbl;