ttystats         2274 kern/tty.c     struct itty *ttystats;
ttystats         2282 kern/tty.c     	ttystats = malloc(tty_count * sizeof(struct itty),
ttystats         2284 kern/tty.c     	for (tp = TAILQ_FIRST(&ttylist), itp = ttystats; tp;
ttystats         2329 kern/tty.c     		err = sysctl_rdstruct(oldp, oldlenp, newp, ttystats,
ttystats         2331 kern/tty.c     		free(ttystats, M_SYSCTL);