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

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

Completed in 63 milliseconds