Searched refs:itty (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.sbin/pstat/ |
| H A 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/ |
| H A D | tty.c | 80 void ttystats_init(struct itty **, int *, size_t *); 2405 ttystats_init(struct itty **ttystats, int *ttycp, size_t *ttystatssiz) 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/ |
| H A D | tty.h | 140 struct itty { struct 141 t_devitty global() argument 142 t_rawq_c_ccitty global() argument 143 t_canq_c_ccitty global() argument 144 t_outq_c_ccitty global() argument 145 t_hiwatitty global() argument 146 t_lowatitty global() argument 147 t_columnitty global() argument 148 t_stateitty global() argument 149 t_sessionitty global() argument 150 t_pgrp_pg_iditty global() argument 151 t_lineitty global() argument
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldiag.pod | 1204 except that there's this itty bitty problem called there isn't a current
|