Symbol: terminal
crypto/openssl/crypto/ui/ui_openssl.c
163
static $DESCRIPTOR(terminal, "TT");
crypto/openssl/crypto/ui/ui_openssl.c
464
status = sys$assign(&terminal, &channel, 0, 0);
sbin/restore/interactive.c
316
if (fgets(input, BUFSIZ, terminal) == NULL) {
sbin/restore/main.c
63
FILE *terminal;
sbin/restore/restore.h
61
extern FILE *terminal; /* file descriptor for the terminal input */
sbin/restore/tape.c
130
terminal = stdin;
sbin/restore/tape.c
149
terminal = fopen(_PATH_TTY, "r");
sbin/restore/tape.c
150
if (terminal == NULL) {
sbin/restore/tape.c
153
terminal = fopen(_PATH_DEVNULL, "r");
sbin/restore/tape.c
154
if (terminal == NULL) {
sbin/restore/tape.c
332
if (yflag || ferror(terminal) || feof(terminal))
sbin/restore/tape.c
370
if (fgets(buf, BUFSIZ, terminal) == NULL)
sbin/restore/tape.c
388
if (fgets(buf, BUFSIZ, terminal) == NULL)
sbin/restore/utilities.c
387
c = getc(terminal);
sbin/restore/utilities.c
388
while (c != '\n' && getc(terminal) != '\n')
sys/dev/vt/vt.h
205
struct terminal *vb_terminal;
sys/dev/vt/vt.h
293
struct terminal *vw_terminal; /* (c) Terminal. */
sys/dev/vt/vt_core.c
1125
vtterm_bell(struct terminal *tm)
sys/dev/vt/vt_core.c
1154
vtterm_beep(struct terminal *tm, u_int param)
sys/dev/vt/vt_core.c
1180
vtterm_cursor(struct terminal *tm, const term_pos_t *p)
sys/dev/vt/vt_core.c
1188
vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c)
sys/dev/vt/vt_core.c
1196
vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c)
sys/dev/vt/vt_core.c
1204
vtterm_copy(struct terminal *tm, const term_rect_t *r,
sys/dev/vt/vt_core.c
1213
vtterm_param(struct terminal *tm, int cmd, unsigned int arg)
sys/dev/vt/vt_core.c
1630
vtterm_pre_input(struct terminal *tm)
sys/dev/vt/vt_core.c
1641
vtterm_post_input(struct terminal *tm)
sys/dev/vt/vt_core.c
1653
vtterm_done(struct terminal *tm)
sys/dev/vt/vt_core.c
1850
vtterm_cnprobe(struct terminal *tm, struct consdev *cp)
sys/dev/vt/vt_core.c
1928
vtterm_cngetc(struct terminal *tm)
sys/dev/vt/vt_core.c
206
static struct terminal vt_consterm;
sys/dev/vt/vt_core.c
2068
vtterm_cngrab(struct terminal *tm)
sys/dev/vt/vt_core.c
2087
vtterm_cnungrab(struct terminal *tm)
sys/dev/vt/vt_core.c
2115
vtterm_opened(struct terminal *tm, int opened)
sys/dev/vt/vt_core.c
2135
struct terminal *tm = vw->vw_terminal;
sys/dev/vt/vt_core.c
2550
vtterm_mmap(struct terminal *tm, vm_ooffset_t offset, vm_paddr_t * paddr,
sys/dev/vt/vt_core.c
2564
vtterm_ioctl(struct terminal *tm, u_long cmd, caddr_t data,
sys/dev/vt/vt_core.c
3141
struct terminal *tm;
sys/dev/vt/vt_cpulogos.c
121
struct terminal *tm = vd->vd_curwindow->vw_terminal;
sys/dev/vt/vt_cpulogos.c
153
struct terminal *tm;
sys/dev/vt/vt_cpulogos.c
210
struct terminal *tm;
sys/kern/subr_terminal.c
164
terminal_init(struct terminal *tm)
sys/kern/subr_terminal.c
197
struct terminal *
sys/kern/subr_terminal.c
200
struct terminal *tm;
sys/kern/subr_terminal.c
202
tm = malloc(sizeof(struct terminal), M_TERMINAL, M_WAITOK|M_ZERO);
sys/kern/subr_terminal.c
212
terminal_sync_ttysize(struct terminal *tm)
sys/kern/subr_terminal.c
226
terminal_maketty(struct terminal *tm, const char *fmt, ...)
sys/kern/subr_terminal.c
243
terminal_set_cursor(struct terminal *tm, const term_pos_t *pos)
sys/kern/subr_terminal.c
250
terminal_set_winsize_blank(struct terminal *tm, const struct winsize *size,
sys/kern/subr_terminal.c
276
terminal_set_winsize(struct terminal *tm, const struct winsize *size)
sys/kern/subr_terminal.c
290
terminal_mute(struct terminal *tm, int yes)
sys/kern/subr_terminal.c
302
terminal_input_char(struct terminal *tm, term_char_t c)
sys/kern/subr_terminal.c
355
terminal_input_raw(struct terminal *tm, char c)
sys/kern/subr_terminal.c
370
terminal_input_special(struct terminal *tm, unsigned int k)
sys/kern/subr_terminal.c
396
struct terminal *tm = tty_softc(tp);
sys/kern/subr_terminal.c
405
struct terminal *tm = tty_softc(tp);
sys/kern/subr_terminal.c
413
struct terminal *tm = tty_softc(tp);
sys/kern/subr_terminal.c
439
struct terminal *tm = tty_softc(tp);
sys/kern/subr_terminal.c
495
struct terminal *tm = tty_softc(tp);
sys/kern/subr_terminal.c
523
termcn_cnregister(struct terminal *tm)
sys/kern/subr_terminal.c
549
struct terminal *tm = cp->cn_arg;
sys/kern/subr_terminal.c
557
struct terminal *tm = cp->cn_arg;
sys/kern/subr_terminal.c
565
struct terminal *tm = cp->cn_arg;
sys/kern/subr_terminal.c
593
struct terminal *tm = cp->cn_arg;
sys/kern/subr_terminal.c
601
struct terminal *tm = cp->cn_arg;
sys/kern/subr_terminal.c
623
struct terminal *tm = softc;
sys/kern/subr_terminal.c
631
struct terminal *tm = softc;
sys/kern/subr_terminal.c
640
struct terminal *tm = softc;
sys/kern/subr_terminal.c
649
struct terminal *tm = softc;
sys/kern/subr_terminal.c
657
struct terminal *tm = softc;
sys/kern/subr_terminal.c
665
struct terminal *tm = softc;
sys/kern/subr_terminal.c
673
struct terminal *tm = softc;
sys/kern/subr_terminal.c
681
struct terminal *tm = softc;
sys/kern/subr_terminal.c
690
struct terminal *tm = softc;
sys/sys/terminal.h
144
typedef void tc_cursor_t(struct terminal *tm, const term_pos_t *p);
sys/sys/terminal.h
145
typedef void tc_putchar_t(struct terminal *tm, const term_pos_t *p,
sys/sys/terminal.h
147
typedef void tc_fill_t(struct terminal *tm, const term_rect_t *r,
sys/sys/terminal.h
149
typedef void tc_copy_t(struct terminal *tm, const term_rect_t *r,
sys/sys/terminal.h
151
typedef void tc_pre_input_t(struct terminal *tm);
sys/sys/terminal.h
152
typedef void tc_post_input_t(struct terminal *tm);
sys/sys/terminal.h
153
typedef void tc_param_t(struct terminal *tm, int cmd, unsigned int arg);
sys/sys/terminal.h
154
typedef void tc_done_t(struct terminal *tm);
sys/sys/terminal.h
156
typedef void tc_cnprobe_t(struct terminal *tm, struct consdev *cd);
sys/sys/terminal.h
157
typedef int tc_cngetc_t(struct terminal *tm);
sys/sys/terminal.h
159
typedef void tc_cngrab_t(struct terminal *tm);
sys/sys/terminal.h
160
typedef void tc_cnungrab_t(struct terminal *tm);
sys/sys/terminal.h
162
typedef void tc_opened_t(struct terminal *tm, int opened);
sys/sys/terminal.h
163
typedef int tc_ioctl_t(struct terminal *tm, u_long cmd, caddr_t data,
sys/sys/terminal.h
165
typedef int tc_mmap_t(struct terminal *tm, vm_ooffset_t offset,
sys/sys/terminal.h
167
typedef void tc_bell_t(struct terminal *tm);
sys/sys/terminal.h
211
struct terminal *terminal_alloc(const struct terminal_class *tc, void *softc);
sys/sys/terminal.h
212
void terminal_maketty(struct terminal *tm, const char *fmt, ...);
sys/sys/terminal.h
213
void terminal_set_cursor(struct terminal *tm, const term_pos_t *pos);
sys/sys/terminal.h
214
void terminal_set_winsize_blank(struct terminal *tm,
sys/sys/terminal.h
216
void terminal_set_winsize(struct terminal *tm, const struct winsize *size);
sys/sys/terminal.h
217
void terminal_mute(struct terminal *tm, int yes);
sys/sys/terminal.h
218
void terminal_input_char(struct terminal *tm, term_char_t c);
sys/sys/terminal.h
219
void terminal_input_raw(struct terminal *tm, char c);
sys/sys/terminal.h
220
void terminal_input_special(struct terminal *tm, unsigned int k);
sys/sys/terminal.h
222
void termcn_cnregister(struct terminal *tm);
sys/sys/terminal.h
228
static struct terminal name = { \
sys/sys/terminal.h
46
struct terminal;
usr.sbin/pmcstat/pmcpl_calltree.c
370
int i, terminal;
usr.sbin/pmcstat/pmcpl_calltree.c
387
terminal = 1;
usr.sbin/pmcstat/pmcpl_calltree.c
395
terminal = 0;
usr.sbin/pmcstat/pmcpl_calltree.c
400
if (ct->pct_narc == 0 || terminal) {