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

12

/netbsd-current/sys/arch/i386/stand/pxeboot/
H A Ddev_net.h6 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
H A Dconf.c76 { "net", net_strategy, net_open, net_close, net_ioctl },
H A Ddev_net.c141 net_strategy(void *devdata, int rw, daddr_t blk, size_t size, void *buf, size_t *rsize) function
/netbsd-current/sys/arch/alpha/stand/netboot/
H A Ddev_net.h7 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
H A Dconf.c16 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/lib/libsa/
H A Ddev_net.h6 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
/netbsd-current/sys/arch/ia64/stand/common/
H A Ddev_net.h34 int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
/netbsd-current/sys/arch/sun68k/stand/netboot/
H A Dconf.c17 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/sbmips/stand/netboot/
H A Dconf.c16 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/mvmeppc/stand/boot/
H A Dconf.c17 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/evbmips/stand/sbmips/netboot/
H A Dconf.c16 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/next68k/stand/boot/
H A Dconf.c60 { "en", net_strategy, net_open, net_close, net_ioctl },
61 { "tp", net_strategy, net_open, net_close, net_ioctl },
62 { "xe", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/mvme68k/stand/netboot/
H A Dconf.c17 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/pmax/stand/common/
H A Dconf.c73 { "tftp", net_strategy, net_open, net_close, net_ioctl },
74 { "mop", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/cobalt/stand/boot/
H A Dconf.c56 { "nfs", net_strategy, net_open, net_close, net_ioctl }
/netbsd-current/sys/arch/hpcmips/stand/lcboot/
H A Dconf.c49 .dv_strategy = net_strategy,
H A Ddev_net.c46 net_strategy(void *devdata, int rw, daddr_t blk, function
/netbsd-current/sys/arch/ia64/stand/ia64/efi/
H A Dconf.c55 { "net", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/emips/stand/common/
H A Dconf.c77 { "tftp", net_strategy, net_open, net_close, net_ioctl },
/netbsd-current/sys/arch/arc/stand/boot/
H A Dconf.c68 { "tftp", net_strategy, net_open, net_close, net_ioctl }, /* 1 */
/netbsd-current/sys/arch/sandpoint/stand/altboot/
H A Ddev_net.c109 net_strategy(void *devdata, int rw, daddr_t dblk, size_t size, function
/netbsd-current/sys/arch/sgimips/stand/common/
H A Dconf.c66 { "tftp", net_strategy, net_open, net_close, net_ioctl }, /* 2 */
/netbsd-current/sys/arch/mipsco/stand/common/
H A Dconf.c65 { "bootp", net_strategy, net_open, net_close, net_ioctl }, /* 3 */
/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dconf.c62 #define netstrategy net_strategy
/netbsd-current/sys/stand/efiboot/
H A Ddev_net.c106 net_strategy(void *devdata, int rw, daddr_t dblk, size_t size, void *buf, size_t *rsize) function

Completed in 182 milliseconds

12