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

  /src/sys/arch/x68k/x68k/
conf.c 40 #include "ite.h"
53 cons_decl(ite);
58 cons_init(ite),
  /src/sys/arch/atari/atari/
conf.c 42 #include "ite.h"
54 cons_decl(ite);
62 cons_init(ite),
  /src/sys/arch/amiga/amiga/
conf.c 43 #include "ite.h"
63 cons_decl(ite);
82 cons_init(ite),
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
switch16.S 38 ite lo
switch32.S 38 ite lo
switch8.S 36 ite lo
switchu8.S 36 ite lo
comparesf2.S 99 ite ls
128 ite ls
142 ite ls
  /src/sys/arch/hp300/stand/common/
ite.c 1 /* $NetBSD: ite.c,v 1.23 2025/05/30 19:19:26 tsutsui Exp $ */
36 * from: Utah $Hdr: ite.c 1.24 93/06/25$
38 * @(#)ite.c 8.1 (Berkeley) 7/8/93
308 int ite; local in function:iteprobe
322 for (ite = 0; ite < NITE; ite++) {
324 if (ite < whichconsole)
327 ip = &ite_data[ite];
332 unit = ite;
347 int ite = cp->cn_dev; local in function:iteinit
    [all...]
  /src/share/man/man4/man4.amiga/
Makefile 8 gtsc.4 intro.4 ite.4 mem.4 mfcs.4 mgnsc.4 mntva.4 mppb.4 p5membar.4 \
  /src/sys/arch/atari/conf/
files.atari 128 device ite: tty
129 attach ite at grfcc,grfet
130 file arch/atari/dev/ite.c ite needs-flag
131 file arch/atari/dev/kbdmap.c ite
133 file arch/atari/dev/font_8x8.c ite | pci
134 file arch/atari/dev/font_8x16.c ite | pci
201 file dev/cons.c ite | ser
202 file dev/cninit.c ite | ser
  /src/etc/
MAKEDEV.tmpl 111 # ttye* ITE bitmapped consoles
249 # ite* terminal emulator interface to HP300 graphics devices
1867 ite[0-9]*|ttye[0-9]*)
1869 ite*) unit=${i#ite};;
  /src/sys/arch/amiga/dev/
ite.c 1 /* $NetBSD: ite.c,v 1.100 2022/05/28 10:36:22 andvar Exp $ */
36 * from: Utah Hdr: ite.c 1.1 90/07/09
37 * @(#)ite.c 7.6 (Berkeley) 5/16/91
41 * ite - bitmaped terminal.
49 __KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.100 2022/05/28 10:36:22 andvar Exp $");
80 #include "ite.h"
151 CFATTACH_DECL_NEW(ite, sizeof(struct ite_softc),
256 * cons.c entry points into ite device.
267 * return priority of the best ite (already picked from attach)
329 * up this ite now that the system is more functional
    [all...]
  /src/sys/arch/atari/dev/
ite.c 1 /* $NetBSD: ite.c,v 1.85 2023/01/06 10:28:28 tsutsui Exp $ */
36 * from: Utah Hdr: ite.c 1.1 90/07/09
37 * from: @(#)ite.c 7.6 (Berkeley) 5/16/91
41 * ite - bitmapped terminal.
47 __KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.85 2023/01/06 10:28:28 tsutsui Exp $");
152 CFATTACH_DECL_NEW(ite, sizeof(struct ite_softc),
179 * Keep track of the device number of the ite console. Only used in the
265 * cons.c entry points into ite device.
276 * return priority of the best ite (already picked from attach)
301 * up this ite now that the system is more functional
    [all...]
  /src/sys/arch/x68k/dev/
ite.c 1 /* $NetBSD: ite.c,v 1.72 2024/10/05 03:56:54 isaki Exp $ */
36 * from: Utah $Hdr: ite.c 1.1 90/07/09$
38 * @(#)ite.c 7.6 (Berkeley) 5/16/91
42 * ite - bitmaped terminal.
48 __KERNEL_RCSID(0, "$NetBSD: ite.c,v 1.72 2024/10/05 03:56:54 isaki Exp $");
50 #include "ite.h"
165 CFATTACH_DECL_NEW(ite, sizeof(struct ite_softc),
205 * an ite device, it is also called from ite_cninit().
297 /* force ite active, overriding graphics mode */
661 /* ite got 0xff *
    [all...]

Completed in 20 milliseconds