HomeSort by: relevance | last modified time | path
    Searched refs:ite_softc (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/arch/atari/dev/
grfvar.h 50 struct ite_softc;
69 void (*g_iteinit)(struct ite_softc *);
70 void (*g_itedeinit)(struct ite_softc *);
71 void (*g_iteclear)(struct ite_softc *, int, int,
73 void (*g_iteputc)(struct ite_softc *, int, int,
75 void (*g_itecursor)(struct ite_softc *, int);
76 void (*g_itescroll)(struct ite_softc *, int, int,
ite.c 104 struct ite_softc con_itesoftc;
107 struct ite_softc *kbd_ite;
111 static inline int ite_argnum(struct ite_softc *);
112 static inline int ite_zargnum(struct ite_softc *);
113 static inline void ite_cr(struct ite_softc *);
114 static inline void ite_crlf(struct ite_softc *);
115 static inline void ite_clrline(struct ite_softc *);
116 static inline void ite_clrscreen(struct ite_softc *);
117 static inline void ite_clrtobos(struct ite_softc *);
118 static inline void ite_clrtobol(struct ite_softc *);
    [all...]
ite_et.c 79 static void view_init(struct ite_softc *);
80 static void view_deinit(struct ite_softc *);
81 static int iteet_ioctl(struct ite_softc *, u_long, void *, int,
83 static int ite_newsize(struct ite_softc *, struct itewinsize *);
84 static void et_inittextmode(struct ite_softc *, et_sv_reg_t *, int);
85 void et_cursor(struct ite_softc *ip, int flag);
86 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
87 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
88 void et_scroll(struct ite_softc *ip, int sy, int sx, int count,
286 view_deinit(struct ite_softc *ip
    [all...]
itevar.h 55 struct ite_softc { struct
102 int (*itexx_ioctl)(struct ite_softc *, u_long,
202 void ite_cnfinish(struct ite_softc *);
212 void ite_reset(struct ite_softc *);
ite_cc.c 94 static void view_init(struct ite_softc *);
95 static void view_deinit(struct ite_softc *);
96 static int itecc_ioctl(struct ite_softc *, u_long, void *, int,
98 static int ite_newsize(struct ite_softc *, struct itewinsize *);
99 static void cursor32(struct ite_softc *, int);
100 static void putc8(struct ite_softc *, int, int, int, int);
101 static void clear8(struct ite_softc *, int, int, int, int);
102 static void scroll8(struct ite_softc *, int, int, int, int);
321 view_deinit(struct ite_softc *ip)
327 view_init(register struct ite_softc *ip
    [all...]
  /src/sys/arch/amiga/dev/
grfvar.h 41 struct ite_softc;
77 void (*g_iteinit)(struct ite_softc *);
78 void (*g_itedeinit)(struct ite_softc *);
79 void (*g_iteclear)(struct ite_softc *, int, int, int, int);
80 void (*g_iteputc)(struct ite_softc *, int, int, int, int);
81 void (*g_itecursor)(struct ite_softc *, int);
82 void (*g_itescroll)(struct ite_softc *, int, int, int, int);
ite_cl.c 65 void cl_init(struct ite_softc *ip);
66 void cl_cursor(struct ite_softc *ip, int flag);
67 void cl_deinit(struct ite_softc *ip);
68 void cl_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
69 void cl_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void cl_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
105 cl_init(struct ite_softc *ip)
118 cl_cursor(struct ite_softc *ip, int flag)
143 cl_deinit(struct ite_softc *ip)
150 cl_putc(struct ite_softc *ip, int c, int dy, int dx, int mode
    [all...]
ite_cv.c 67 void cv_ite_init(struct ite_softc *);
68 void cv_ite_deinit(struct ite_softc *);
69 static void cv_cursor(struct ite_softc *, int);
70 static void cv_putc(struct ite_softc *, int, int, int, int);
71 static void cv_clear(struct ite_softc *, int, int, int, int);
72 static void cv_scroll(struct ite_softc *, int, int, int, int);
117 cv_ite_deinit(struct ite_softc *ip)
132 cv_ite_init(register struct ite_softc *ip)
181 cv_cursor(struct ite_softc *ip, int flag)
206 cv_putc(struct ite_softc *ip, int c, int dy, int dx, int mode
    [all...]
ite_cv3d.c 67 void cv3d_ite_init(struct ite_softc *);
68 void cv3d_ite_deinit(struct ite_softc *);
69 static void cv3d_cursor(struct ite_softc *, int);
70 static void cv3d_putc(struct ite_softc *, int, int, int, int);
71 static void cv3d_clear(struct ite_softc *, int, int, int, int);
72 static void cv3d_scroll(struct ite_softc *, int, int, int, int);
117 cv3d_ite_deinit(struct ite_softc *ip)
132 cv3d_ite_init(register struct ite_softc *ip)
181 cv3d_cursor(struct ite_softc *ip, int flag)
206 cv3d_putc(struct ite_softc *ip, int c, int dy, int dx, int mode
    [all...]
ite_et.c 65 void et_init(struct ite_softc *ip);
66 void et_cursor(struct ite_softc *ip, int flag);
67 void et_deinit(struct ite_softc *ip);
68 void et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode);
69 void et_clear(struct ite_softc *ip, int sy, int sx, int h, int w);
70 void et_scroll(struct ite_softc *ip, int sy, int sx, int count, int dir);
108 et_init(struct ite_softc *ip)
121 et_cursor(struct ite_softc *ip, int flag)
148 et_deinit(struct ite_softc *ip)
155 et_putc(struct ite_softc *ip, int c, int dy, int dx, int mode
    [all...]
ite_rh.c 57 static void screen_up(struct ite_softc *, int, int, int);
58 static void screen_down(struct ite_softc *, int, int, int);
95 rh_init(struct ite_softc *ip)
101 ip->grf = &grf_softc[ip - ite_softc];
113 rh_cursor(struct ite_softc *ip, int flag)
147 screen_up(struct ite_softc *ip, int top, int bottom, int lines)
165 screen_down (struct ite_softc *ip, int top, int bottom, int lines)
184 rh_deinit(struct ite_softc *ip)
191 rh_putc(struct ite_softc *ip, int c, int dy, int dx, int mode)
207 rh_clear(struct ite_softc *ip, int sy, int sx, int h, int w
    [all...]
ite_rt.c 57 void retina_cursor(struct ite_softc *, int);
58 void retina_scroll(struct ite_softc *, int, int, int, int);
59 void retina_deinit(struct ite_softc *);
60 void retina_clear(struct ite_softc *, int, int, int, int);
61 void retina_putc(struct ite_softc *, int, int, int, int);
62 void retina_init(struct ite_softc *);
65 static void screen_up(struct ite_softc *, int, int, int);
66 static void screen_down(struct ite_softc *, int, int, int);
104 retina_init(struct ite_softc *ip)
117 retina_cursor(struct ite_softc *ip, int flag
    [all...]
ite.c 101 struct ite_softc con_itesoftc;
104 struct ite_softc *kbd_ite;
119 void iteputchar(int c, struct ite_softc *ip);
123 static void iteprecheckwrap(struct ite_softc *);
124 static void itecheckwrap(struct ite_softc *);
125 struct ite_softc *getitesp(dev_t);
131 static void alignment_display(struct ite_softc *);
132 inline static void snap_cury(struct ite_softc *);
133 inline static void ite_dnchar(struct ite_softc *, int);
134 inline static void ite_inchar(struct ite_softc *, int)
    [all...]
ite_ul.c 90 void ulowell_cursor(struct ite_softc *, int);
91 void ulowell_scroll(struct ite_softc *, int, int, int, int);
92 void ulowell_deinit(struct ite_softc *);
93 void ulowell_clear(struct ite_softc *, int, int, int, int);
94 void ulowell_putc(struct ite_softc *, int, int, int, int);
95 void ulowell_init(struct ite_softc *);
140 ulowell_init(struct ite_softc *ip)
226 void ulowell_cursor(struct ite_softc *ip, int flag)
300 static void screen_up(struct ite_softc *ip, int top, int bottom, int lines)
334 static void screen_down(struct ite_softc *ip, int top, int bottom, int lines
    [all...]
itevar.h 51 struct ite_softc { struct
196 void ite_cnfinish(struct ite_softc *);
207 void ite_reset(struct ite_softc *);
210 int ite_grf_ioctl(struct ite_softc *, u_long, void *, int, struct lwp *);
grf_rhreg.h 712 struct ite_softc;
713 void rh_init(struct ite_softc *);
714 void rh_cursor(struct ite_softc *, int);
715 void rh_deinit(struct ite_softc *);
716 void rh_putc(struct ite_softc *, int, int, int, int);
717 void rh_clear(struct ite_softc *, int, int, int, int);
718 void rh_scroll(struct ite_softc *, int, int, int, int);
ite_cc.c 133 void view_deinit(struct ite_softc *);
134 void view_init(struct ite_softc *);
136 static void putc8(struct ite_softc *, int, int, int, int);
137 static void clear8(struct ite_softc *, int, int, int, int);
138 static void scroll8(struct ite_softc *, int, int, int, int);
139 static void cursor32(struct ite_softc *, int);
156 int ite_newsize(struct ite_softc *, struct itewinsize *);
199 ite_newsize(struct ite_softc *ip, struct itewinsize *winsz)
273 view_init(register struct ite_softc *ip)
315 ite_grf_ioctl(struct ite_softc *ip, u_long cmd, void *addr, int flag
    [all...]
  /src/sys/arch/x68k/dev/
itevar.h 43 struct ite_softc;
47 void (*ite_init)(struct ite_softc *);
48 void (*ite_deinit)(struct ite_softc *);
49 void (*ite_clear)(struct ite_softc *, int, int, int, int);
50 void (*ite_putc)(struct ite_softc *, int, int, int, int);
51 void (*ite_cursor)(struct ite_softc *, int);
52 void (*ite_scroll)(struct ite_softc *, int, int, int, int);
53 void (*ite_sixel)(struct ite_softc *, int, int);
64 struct ite_softc { struct
258 void itecnfinish(struct ite_softc *);
    [all...]
ite.c 101 static inline void alignment_display(struct ite_softc *);
102 static inline void snap_cury(struct ite_softc *);
103 static inline void ite_dnchar(struct ite_softc *, int);
104 static void ite_inchar(struct ite_softc *, int);
105 static inline void ite_clrtoeol(struct ite_softc *);
106 static inline void ite_clrtobol(struct ite_softc *);
107 static inline void ite_clrline(struct ite_softc *);
108 static inline void ite_clrtoeos(struct ite_softc *);
109 static inline void ite_clrtobos(struct ite_softc *);
110 static inline void ite_clrscreen(struct ite_softc *);
    [all...]
ite_tv.c 93 static void tv_putc(struct ite_softc *, int, int, int, int);
94 static void tv_cursor(struct ite_softc *, int);
95 static void tv_clear(struct ite_softc *, int, int, int, int);
96 static void tv_scroll(struct ite_softc *, int, int, int, int);
98 static void tv_sixel(struct ite_softc *, int, int);
166 tv_init(struct ite_softc *ip)
227 tv_deinit(struct ite_softc *ip)
234 typedef void tv_putcfunc(struct ite_softc *, int, char *); typedef in typeref:typename:void tv_putcfunc (struct *,int,char *)
268 tv_putc(struct ite_softc *ip, int ch, int y, int x, int mode)
309 tv_putc_nm(struct ite_softc *ip, int ch, char *p
    [all...]

Completed in 20 milliseconds