/src/sys/arch/mvme68k/stand/bootst/ |
dev_tape.h | 4 int tape_open(struct open_file *, ...);
|
conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
dev_tape.c | 68 /* The following will call tape_open() */ 73 tape_open(struct open_file *f, ...) function in typeref:typename:int
|
/src/sys/arch/sun68k/stand/tapeboot/ |
dev_tape.h | 4 int tape_open(struct open_file *, ...);
|
conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
dev_tape.c | 70 /* The following will call tape_open() */ 75 tape_open(struct open_file *f, ...) function in typeref:typename:int 86 printf("tape_open: part=%s\n", fname); 115 printf("tape_open: prom_iopen returned 0x%x\n", error);
|