Searched refs:netstrategy (Results 1 – 4 of 4) sorted by relevance
/netbsd/sys/arch/luna68k/stand/boot/ |
H A D | conf.c | 58 #define netstrategy xxstrategy macro 62 #define netstrategy net_strategy macro 80 { "le", netstrategy, netopen, netclose, netioctl },
|
/netbsd/sys/arch/hp300/stand/common/ |
H A D | conf.c | 60 #define netstrategy xxstrategy macro 94 { "le", netstrategy, netopen, netclose, netioctl },/*6*/
|
H A D | conf.h | 34 int netstrategy(void *, int, daddr_t, size_t, void *, size_t *);
|
H A D | netio.c | 146 netstrategy(void *devdata, int func, daddr_t dblk, size_t size, void *v_buf, in netstrategy() function
|