Searched refs:tape_strategy (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/sun68k/stand/tapeboot/
H A Ddev_tape.h6 int tape_strategy(void *, int, daddr_t, size_t, void *, size_t *);
H A Dconf.c13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
H A Ddev_tape.c140 tape_strategy(void *devdata, int flag, daddr_t dblk, size_t size, void *buf, function
153 printf("tape_strategy: size=%d dblk=%d\n", size, dblk);
168 printf("tape_strategy: xcnt = %x\n", xcnt);
/netbsd-current/sys/arch/mvme68k/stand/bootst/
H A Ddev_tape.h6 int tape_strategy(void *, int, daddr_t, size_t, void *, size_t *);
H A Dconf.c13 { "tape", tape_strategy, tape_open, tape_close, tape_ioctl },
H A Ddev_tape.c124 tape_strategy(void *devdata, int flag, daddr_t dblk, u_int size, void *buf, function

Completed in 146 milliseconds