Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/pstat/
Dpstat.c87 struct itty *globalitp; variable
929 ttyprt(&globalitp[i]); in ttymode()
930 free(globalitp); in ttymode()
958 if ((globalitp = reallocarray(NULL, ntty, sizeof(struct itty))) == NULL) in ttymodeprep()
961 if (sysctl(mib, 3, globalitp, &nlen, NULL, 0) < 0) in ttymodeprep()