Searched refs:xxstrategy (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/sys/arch/hp300/stand/common/ |
| D | conf.c | 52 #define xxstrategy \ macro 61 #define netstrategy xxstrategy 68 #define ctstrategy xxstrategy 75 #define rdstrategy xxstrategy 78 #define sdstrategy xxstrategy 90 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*1*/ 92 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*3*/ 94 { "??", xxstrategy, xxopen, xxclose, noioctl }, /*5*/
|
| /netbsd/src/sys/arch/luna68k/stand/boot/ |
| D | conf.c | 49 #define xxstrategy \ macro 58 #define netstrategy xxstrategy 69 #define sdstrategy xxstrategy
|
| /netbsd/src/sys/arch/x68k/stand/xxboot/ |
| D | xx.c | 49 xxstrategy(void *arg, int rw, daddr_t dblk, size_t size, in xxstrategy() function
|
| D | xxboot.h | 61 extern int xxstrategy(void *, int, daddr_t, size_t, void *, size_t *);
|