/src/sys/arch/hppa/stand/boot/ |
tgets.c | 1 /* $NetBSD: tgets.c,v 1.1 2014/02/24 07:23:43 skrll Exp $ */ 38 int tgets(char *); 41 tgets(char *buf) function in typeref:typename:int
|
Makefile | 6 PROGSOURCE= srt0.S boot.c bootinfo.c ct.c conf.c lf.c lif.c tgets.c
|
boot.c | 108 int tgets(char *); 193 if (tgets(line)) {
|
/src/sys/arch/mmeye/stand/boot/ |
boot.h | 81 int tgets(char *);
|
tgets.c | 1 /* $NetBSD: tgets.c,v 1.2 2022/04/29 21:39:50 rin Exp $ */ 40 tgets(char *buf) function in typeref:typename:int
|
Makefile | 13 SRCS+= boot.c bootinfo.c clock.c conf.c cons.c devopen.c prf.c tgets.c
|
boot.c | 116 if (tgets(namebuf) == -1)
|
/src/sys/arch/rs6000/stand/boot/ |
boot.h | 58 * tgets 60 int tgets(char *);
|
tgets.c | 1 /* $NetBSD: tgets.c,v 1.2 2022/04/29 21:39:51 rin Exp $ */ 38 tgets(char *buf) function in typeref:typename:int
|
Makefile | 24 SRCS+= filesystem.c inkernel.c io.c tgets.c prf.c monitor.c
|
/src/sys/arch/bebox/stand/boot/ |
tgets.c | 1 /* $NetBSD: tgets.c,v 1.9 2022/04/29 20:48:26 rin Exp $ */ 38 tgets(char *buf) function in typeref:typename:int
|
boot.h | 91 * tgets 93 int tgets(char *);
|
Makefile | 26 SRCS+= pci.c prf.c sd.c siop.c tgets.c vga.c video.c vreset.c wdc.c wd.c
|
boot.c | 163 (void)tgets(namebuf);
|
/src/sys/arch/cobalt/stand/boot/ |
tgets.c | 1 /* $NetBSD: tgets.c,v 1.5 2022/04/29 21:39:50 rin Exp $ */ 40 tgets(char *buf) function in typeref:typename:int
|
boot.h | 85 int tgets(char *);
|
Makefile | 77 SRCS+= prf.c com.c cons.c ns16550.c pciide.c tgets.c wdc.c wd.c
|
/src/sys/arch/prep/stand/boot/ |
tgets.c | 1 /* $NetBSD: tgets.c,v 1.5 2022/04/29 21:39:50 rin Exp $ */ 38 tgets(char *buf) function in typeref:typename:int
|
boot.h | 75 * tgets 77 int tgets(char *);
|
Makefile | 23 SRCS+= filesystem.c inkernel.c io.c tgets.c prf.c monitor.c
|
boot.c | 180 if (tgets(namebuf) == -1)
|
/src/sys/arch/hp300/stand/common/ |
tgets.c | 1 /* $NetBSD: tgets.c,v 1.8 2016/06/11 06:22:11 dholland Exp $ */ 41 tgets(char *buf, size_t size) function in typeref:typename:int
|
samachdep.h | 106 int tgets(char *, size_t);
|
/src/sys/arch/hp300/stand/uboot/ |
Makefile | 4 PROGSOURCE= uboot.c tgets.c
|
uboot.c | 108 if (tgets(line, sizeof(line))) {
|