Searched refs:net_strategy (Results 26 - 39 of 39) sorted by relevance

12

/netbsd-current/sys/stand/efiboot/
H A Dconf.c45 { "net", net_strategy, net_open, net_close, noioctl },
/netbsd-current/sys/arch/x68k/stand/boot/
H A Dconf.c46 { "nfs", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Ddevopen.c48 int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);
57 { "dm9000", net_strategy, net_open, net_close, noioctl },
H A Ddev_net.c133 net_strategy(void *d, int f, daddr_t b, size_t s, void *buf, size_t *r) function
/netbsd-current/sys/arch/ews4800mips/stand/common/
H A Dether_if.c54 "net", net_strategy, net_open, net_close, net_ioctl
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Dconf.c63 { "net", net_strategy, net_open, net_close, net_ioctl },
H A Ddev_net.c159 net_strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, function
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Ddevopen.c45 struct devsw devnet = { "net", net_strategy, net_open, net_close, noioctl };
H A Dglobals.h149 int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);
/netbsd-current/sys/lib/libsa/
H A Ddev_net.c176 net_strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, function
/netbsd-current/sys/arch/alpha/stand/netboot/
H A Ddev_net.c172 net_strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize) function
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Ddev_net.c172 net_strategy(void *a, int b, daddr_t c, size_t d, void *e, size_t *f) function
/netbsd-current/sys/arch/ia64/stand/common/
H A Ddev_net.c167 net_strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize) function
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dextern.h128 int net_strategy(void *, int, daddr_t, size_t, void *, size_t *);

Completed in 194 milliseconds

12