Searched refs:tape_ioctl (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/arch/sun68k/stand/tapeboot/ |
H A D | dev_tape.h | 7 int tape_ioctl(struct open_file *, u_long, void *);
|
H A D | conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
H A D | dev_tape.c | 180 tape_ioctl(struct open_file *f, u_long cmd, void *data) in tape_ioctl() function
|
/netbsd-src/sys/arch/mvme68k/stand/bootst/ |
H A D | dev_tape.h | 7 int tape_ioctl(struct open_file *, u_long, void *);
|
H A D | conf.c | 13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
|
H A D | dev_tape.c | 156 tape_ioctl(struct open_file *f, u_long cmd, void *data) in tape_ioctl() function
|