/src/sys/arch/vax/floppy/ |
Makefile | 4 # Make a 780 rx01 floppy 17 FLOPPY= /dev/floppy 18 #FLOPPY= /dev/rrx0b # for using RX device 20 all: floppy 22 floppy: 3tracks ${OBJS} target 23 cp 3tracks floppy 24 arff crf floppy ${OBJS} 26 install: floppy 27 dd if=floppy of=${FLOPPY [all...] |
Makefile | 4 # Make a 780 rx01 floppy 17 FLOPPY= /dev/floppy 18 #FLOPPY= /dev/rrx0b # for using RX device 20 all: floppy 22 floppy: 3tracks ${OBJS} target 23 cp 3tracks floppy 24 arff crf floppy ${OBJS} 26 install: floppy 27 dd if=floppy of=${FLOPPY [all...] |
Makefile | 4 # Make a 780 rx01 floppy 17 FLOPPY= /dev/floppy 18 #FLOPPY= /dev/rrx0b # for using RX device 20 all: floppy 22 floppy: 3tracks ${OBJS} target 23 cp 3tracks floppy 24 arff crf floppy ${OBJS} 26 install: floppy 27 dd if=floppy of=${FLOPPY [all...] |
/src/sys/arch/bebox/stand/boot/ |
devopen.c | 42 * /dev/disk/floppy 54 char floppy[] = "floppy"; local in function:devparse 63 if (strncmp(p, floppy, strlen(floppy)) == 0) { 64 p += strlen(floppy);
|
devopen.c | 42 * /dev/disk/floppy 54 char floppy[] = "floppy"; local in function:devparse 63 if (strncmp(p, floppy, strlen(floppy)) == 0) { 64 p += strlen(floppy);
|
devopen.c | 42 * /dev/disk/floppy 54 char floppy[] = "floppy"; local in function:devparse 63 if (strncmp(p, floppy, strlen(floppy)) == 0) { 64 p += strlen(floppy);
|
/src/sys/arch/x68k/stand/installboot/ |
installboot.c | 49 int floppy = 0; variable in typeref:typename:int 104 floppy = 1; 107 if (!floppy && DISKPART(st.st_rdev) == RAW_PART) 140 floppy = 1; /* XXX: or unformated */ 142 if (!force && !floppy) { 151 if (floppy) 210 if (merging && blocksize > bboffset && !floppy)
|
installboot.c | 49 int floppy = 0; variable in typeref:typename:int 104 floppy = 1; 107 if (!floppy && DISKPART(st.st_rdev) == RAW_PART) 140 floppy = 1; /* XXX: or unformated */ 142 if (!force && !floppy) { 151 if (floppy) 210 if (merging && blocksize > bboffset && !floppy)
|
installboot.c | 49 int floppy = 0; variable in typeref:typename:int 104 floppy = 1; 107 if (!floppy && DISKPART(st.st_rdev) == RAW_PART) 140 floppy = 1; /* XXX: or unformated */ 142 if (!force && !floppy) { 151 if (floppy) 210 if (merging && blocksize > bboffset && !floppy)
|
/src/sys/arch/i386/stand/dosboot/ |
main.c | 176 int floppy = strncmp(default_devname, "fd", 2) == 0; local in function:bootit 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0)
|
main.c | 176 int floppy = strncmp(default_devname, "fd", 2) == 0; local in function:bootit 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0)
|
main.c | 176 int floppy = strncmp(default_devname, "fd", 2) == 0; local in function:bootit 183 if (exec_netbsd(filename, 0, howto, floppy, NULL) < 0)
|