net_strategy
{ "net", net_strategy, net_open, net_close, net_ioctl },
int net_strategy();
int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
{ "net", net_strategy, net_open, net_close, net_ioctl },
int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);
{ "net", net_strategy, net_open, net_close, net_ioctl },
#define netstrategy net_strategy
int net_strategy(void *, int , daddr_t , size_t, void *, size_t *);