Searched refs:itty (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.sbin/pstat/ |
| D | pstat.c | 87 struct itty *globalitp; 135 void ttyprt(struct itty *); 136 void tty2itty(struct tty *tp, struct itty *itp); 899 tty2itty(struct tty *tp, struct itty *itp) in tty2itty() 921 struct itty itty; in ttymode() local 936 tty2itty(&tty, &itty); in ttymode() 937 ttyprt(&itty); in ttymode() 958 if ((globalitp = reallocarray(NULL, ntty, sizeof(struct itty))) == NULL) in ttymodeprep() 960 nlen = ntty * sizeof(struct itty); in ttymodeprep() 990 ttyprt(struct itty *tp) in ttyprt()
|
| /openbsd/src/sys/kern/ |
| D | tty.c | 80 void ttystats_init(struct itty **, int *, size_t *); 2405 ttystats_init(struct itty **ttystats, int *ttycp, size_t *ttystatssiz) in ttystats_init() 2408 struct itty *itp; in ttystats_init() 2412 *ttystatssiz = ttyc * sizeof(struct itty); in ttystats_init() 2413 *ttystats = mallocarray(ttyc, sizeof(struct itty), in ttystats_init() 2462 struct itty *ttystats; in sysctl_tty() 2468 ttyc * sizeof(struct itty)); in sysctl_tty()
|
| /openbsd/src/sys/sys/ |
| D | tty.h | 140 struct itty { struct
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perldiag.pod | 1204 except that there's this itty bitty problem called there isn't a current
|