Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/trapstat/sun4/
H A Dtrapstat.c78 static char **g_pgnames; variable
251 if ((g_pgnames = malloc(sizeof (char *) * g_pgsizes)) == NULL) in setup()
258 if ((g_pgnames[i] = malloc(TSTAT_PAGESIZE_STRLEN)) == NULL) in setup()
264 (void) snprintf(g_pgnames[i], TSTAT_PAGESIZE_STRLEN, in setup()
604 (void) printf("%s %4s|", prefix, g_pgnames[ps]); in print_modepgsz()