| /src/sys/arch/landisk/landisk/ |
| consinit.c | 41 #include "scif.h" 44 cons_decl(scif); variable 48 cons_init(scif),
|
| /src/sys/arch/dreamcast/dreamcast/ |
| conf.c | 38 #include "scif.h" 61 cons_decl(scif); variable 69 cons_init(scif),
|
| /src/sys/arch/evbsh3/evbsh3/ |
| conf.c | 40 #include "scif.h" 47 cons_decl(scif); variable 55 cons_init(scif),
|
| /src/sys/arch/mmeye/mmeye/ |
| conf.c | 38 #include "scif.h" 46 cons_decl(scif); variable 52 cons_init(scif),
|
| /src/sys/arch/hpcsh/hpcsh/ |
| console.c | 38 #include "scif.h" 64 cons_decl(scif); variable 108 cons_init(scif), 153 CN_ENABLE(scif);
|
| /src/sys/arch/mmeye/stand/boot/ |
| Makefile | 14 SRCS+= com.c scif.c wd.c wdc.c
|
| /src/sys/arch/sh3/dev/ |
| scif.c | 1 /* $NetBSD: scif.c,v 1.70 2023/09/16 15:42:01 andvar Exp $ */ 96 __KERNEL_RCSID(0, "$NetBSD: scif.c,v 1.70 2023/09/16 15:42:01 andvar Exp $"); 189 CFATTACH_DECL_NEW(scif, sizeof(struct scif_softc), 435 if (strcmp(cfp->cf_name, "scif") != 0) 579 * Set SCIF tty parameters from termios. 1463 if (strcmp(kgdb_devname, "scif") != 0)
|
| /src/etc/ |
| MAKEDEV.tmpl | 1972 scif[0-9]*) 1973 unit=${i#scif} 1974 mkdev scif$unit c %scif_chr% $(($unit + $dialin )) "" "" $u_uucp
|