Searched refs:ctstrategy (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sys/arch/hp300/stand/common/ |
H A D | ct.c | 200 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 D | conf.c | 68 #define ctstrategy xxstrategy macro 89 { "ct", ctstrategy, ctopen, ctclose, ctioctl }, /*0*/
|
H A D | conf.h | 40 int ctstrategy(void *, int, daddr_t, size_t, void *, size_t *);
|
/netbsd-src/sys/dev/gpib/ |
H A D | ct.c | 183 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 D | ct.c | 153 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()
|