Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/
H A Dtrapstat.c536 static uint_t tstat_user_pgszs; /* # of user page sizes */ variable
2435 (tstat_pgszs != tstat_user_pgszs)) { in trapstat_ioctl()
2440 for (j = 0; j < tstat_user_pgszs; j++) { in trapstat_ioctl()
2526 tstat_user_pgszs = page_num_user_pagesizes(0); in trapstat_attach()
2530 (tstat_user_pgszs - 1) * sizeof (tstat_pgszdata_t); in trapstat_attach()