Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dispadmin/
H A Dtsdispadmin.c170 tsdpsz = tsadmin.ts_ndpents * sizeof (tsdpent_t); in get_tsdptbl()
186 for (i = 0; i < tsadmin.ts_ndpents; i++) { in get_tsdptbl()
244 ntsdpents = tsadmin.ts_ndpents;
323 for (i = 0; i < tsadmin.ts_ndpents; i++) {
367 ts_dptbl[i].ts_tqexp > tsadmin.ts_ndpents)
377 ts_dptbl[i].ts_slpret > tsadmin.ts_ndpents)
396 ts_dptbl[i].ts_lwait > tsadmin.ts_ndpents)
/illumos-gate/usr/src/uts/common/sys/
H A Dtspriocntl.h73 int16_t ts_ndpents; member
80 short ts_ndpents; member
/illumos-gate/usr/src/uts/common/disp/
H A Dts.c398 tsadmin.ts_ndpents = tsadmin32.ts_ndpents; in ts_admin()
407 tsadmin.ts_ndpents = ts_maxumdpri + 1; in ts_admin()
419 tsadmin32.ts_ndpents = tsadmin.ts_ndpents; in ts_admin()
428 userdpsz = MIN(tsadmin.ts_ndpents * sizeof (tsdpent_t), in ts_admin()
433 tsadmin.ts_ndpents = userdpsz / sizeof (tsdpent_t); in ts_admin()
445 tsadmin32.ts_ndpents = tsadmin.ts_ndpents; in ts_admin()
462 if (tsadmin.ts_ndpents * sizeof (tsdpent_t) != tsdpsz) { in ts_admin()
477 for (i = 0; i < tsadmin.ts_ndpents; i++) { in ts_admin()
518 for (i = 0; i < tsadmin.ts_ndpents; i++) { in ts_admin()