Lines Matching defs:tm
1120 vtterm_bell(struct terminal *tm) in vtterm_bell()
1149 vtterm_beep(struct terminal *tm, u_int param) in vtterm_beep()
1175 vtterm_cursor(struct terminal *tm, const term_pos_t *p) in vtterm_cursor()
1183 vtterm_putchar(struct terminal *tm, const term_pos_t *p, term_char_t c) in vtterm_putchar()
1191 vtterm_fill(struct terminal *tm, const term_rect_t *r, term_char_t c) in vtterm_fill()
1199 vtterm_copy(struct terminal *tm, const term_rect_t *r, in vtterm_copy()
1208 vtterm_param(struct terminal *tm, int cmd, unsigned int arg) in vtterm_param()
1625 vtterm_pre_input(struct terminal *tm) in vtterm_pre_input()
1636 vtterm_post_input(struct terminal *tm) in vtterm_post_input()
1648 vtterm_done(struct terminal *tm) in vtterm_done()
1831 vtterm_cnprobe(struct terminal *tm, struct consdev *cp) in vtterm_cnprobe()
1909 vtterm_cngetc(struct terminal *tm) in vtterm_cngetc()
2046 vtterm_cngrab(struct terminal *tm) in vtterm_cngrab()
2065 vtterm_cnungrab(struct terminal *tm) in vtterm_cnungrab()
2093 vtterm_opened(struct terminal *tm, int opened) in vtterm_opened()
2113 struct terminal *tm = vw->vw_terminal; in vt_change_font() local
2528 vtterm_mmap(struct terminal *tm, vm_ooffset_t offset, vm_paddr_t * paddr, in vtterm_mmap()
2542 vtterm_ioctl(struct terminal *tm, u_long cmd, caddr_t data, in vtterm_ioctl()
3119 struct terminal *tm; in vt_allocate_window() local