Home
last modified time | relevance | path

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

/original-bsd/sys/hp300/stand/
H A Dconf.c16 #define ctstrategy nullsys macro
20 int ctstrategy(), ctopen(), ctclose();
32 { "ct", ctstrategy, ctopen, ctclose, ctioctl }, /*0*/
H A Dct.c140 ctstrategy(io, MTREW);
143 ctstrategy(io, MTFSF);
150 ctstrategy(io, MTREW);
153 ctstrategy(io, func) in ctstrategy() function
/original-bsd/sys/hp300/dev/
H A Dct.c41 void ctstrategy();
352 ctstrategy(bp);
363 ctstrategy(bp) in ctstrategy() function
761 return(physio(ctstrategy, &ctbuf[unit], dev, B_READ, minphys, uio));
770 return(physio(ctstrategy, &ctbuf[unit], dev, B_WRITE, minphys, uio));