Home
last modified time | relevance | path

Searched refs:xxstrategy (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/sys/arch/hp300/stand/common/
Dconf.c52 #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/
Dconf.c49 #define xxstrategy \ macro
58 #define netstrategy xxstrategy
69 #define sdstrategy xxstrategy
/netbsd/src/sys/arch/x68k/stand/xxboot/
Dxx.c49 xxstrategy(void *arg, int rw, daddr_t dblk, size_t size, in xxstrategy() function
Dxxboot.h61 extern int xxstrategy(void *, int, daddr_t, size_t, void *, size_t *);