Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pstat/
H A Dpstat.c257 struct xtty *xttys; in ttymode_sysctl() local
262 if ((xttys = malloc(len = sizeof(*xttys))) == NULL) in ttymode_sysctl()
264 while (sysctlbyname("kern.ttys", xttys, &len, 0, 0) == -1) { in ttymode_sysctl()
268 if ((xttys = realloc(xttys, len)) == NULL) in ttymode_sysctl()
271 n = len / sizeof(*xttys); in ttymode_sysctl()
273 ttyprt(&xttys[i]); in ttymode_sysctl()