/src/sys/arch/mvme68k/stand/bootst/ |
dev_tape.h | 7 int tape_ioctl(struct open_file *, u_long, void *);
|
conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
dev_tape.c | 156 tape_ioctl(struct open_file *f, u_long cmd, void *data) function in typeref:typename:int
|
/src/sys/arch/sun68k/stand/tapeboot/ |
dev_tape.h | 7 int tape_ioctl(struct open_file *, u_long, void *);
|
conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
dev_tape.c | 180 tape_ioctl(struct open_file *f, u_long cmd, void *data) function in typeref:typename:int
|