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