Home
last modified time | relevance | path

Searched refs:ctstrategy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/hp300/stand/common/
H A Dct.c200 ctstrategy(f->f_devdata, MTREW, 0, 0, ctio_buf, &resid); in ctopen()
203 ctstrategy(f->f_devdata, MTFSF, 0, 0, ctio_buf, &resid); in ctopen()
212 ctstrategy(f->f_devdata, MTREW, 0, 0, ctio_buf, &resid); in ctclose()
217 ctstrategy(void *devdata, int func, daddr_t dblk, size_t size, void *v_buf, in ctstrategy() function
H A Dconf.c68 #define ctstrategy xxstrategy macro
89 { "ct", ctstrategy, ctopen, ctclose, ctioctl }, /*0*/
H A Dconf.h40 int ctstrategy(void *, int, daddr_t, size_t, void *, size_t *);
/netbsd-src/sys/dev/gpib/
H A Dct.c183 dev_type_strategy(ctstrategy);
188 .d_strategy = ctstrategy,
453 ctstrategy(bp); in ctcommand()
463 ctstrategy(struct buf *bp) in ctstrategy() function
844 return (physio(ctstrategy, NULL, dev, B_READ, minphys, uio)); in ctread()
851 return (physio(ctstrategy, NULL, dev, B_WRITE, minphys, uio)); in ctwrite()
/netbsd-src/sys/arch/hp300/dev/
H A Dct.c153 static dev_type_strategy(ctstrategy);
158 .d_strategy = ctstrategy,
491 ctstrategy(bp); in ctcommand()
501 ctstrategy(struct buf *bp) in ctstrategy() function
887 return physio(ctstrategy, NULL, dev, B_READ, minphys, uio); in ctread()
895 return physio(ctstrategy, NULL, dev, B_WRITE, minphys, uio); in ctwrite()