Symbol: net_close
sys/arch/alpha/stand/netboot/conf.c
16
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/alpha/stand/netboot/dev_net.h
5
int net_close(struct open_file *);
sys/arch/arc/stand/boot/conf.c
68
{ "tftp", net_strategy, net_open, net_close, net_ioctl }, /* 1 */
sys/arch/cobalt/stand/boot/conf.c
56
{ "nfs", net_strategy, net_open, net_close, net_ioctl }
sys/arch/emips/stand/common/conf.c
77
{ "tftp", net_strategy, net_open, net_close, net_ioctl },
sys/arch/evbarm/stand/boot2440/devopen.c
47
int net_close(struct open_file *);
sys/arch/evbarm/stand/boot2440/devopen.c
57
{ "dm9000", net_strategy, net_open, net_close, noioctl },
sys/arch/evbmips/stand/sbmips/netboot/conf.c
16
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/ews4800mips/stand/common/ether_if.c
54
"net", net_strategy, net_open, net_close, net_ioctl
sys/arch/hpcmips/stand/lcboot/conf.c
51
.dv_close = net_close,
sys/arch/hpcmips/stand/lcboot/extern.h
130
int net_close(struct open_file *);
sys/arch/i386/stand/efiboot/conf.c
63
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/i386/stand/pxeboot/conf.c
76
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/i386/stand/pxeboot/dev_net.h
4
int net_close(struct open_file *);
sys/arch/ia64/stand/common/dev_net.h
32
int net_close(struct open_file *);
sys/arch/ia64/stand/ia64/efi/conf.c
55
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/luna68k/stand/boot/conf.c
64
#define netclose net_close
sys/arch/macppc/stand/ofwboot/net.h
7
int net_close(struct of_dev *);
sys/arch/macppc/stand/ofwboot/ofdev.c
110
net_close(op);
sys/arch/mipsco/stand/common/conf.c
65
{ "bootp", net_strategy, net_open, net_close, net_ioctl }, /* 3 */
sys/arch/mvme68k/stand/netboot/conf.c
17
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/mvmeppc/stand/boot/conf.c
17
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/newsmips/stand/boot/promdev.h
11
int net_close(struct romdev *);
sys/arch/next68k/stand/boot/conf.c
60
{ "en", net_strategy, net_open, net_close, net_ioctl },
sys/arch/next68k/stand/boot/conf.c
61
{ "tp", net_strategy, net_open, net_close, net_ioctl },
sys/arch/next68k/stand/boot/conf.c
62
{ "xe", net_strategy, net_open, net_close, net_ioctl },
sys/arch/ofppc/stand/ofwboot/net.h
7
int net_close(struct of_dev *);
sys/arch/ofppc/stand/ofwboot/ofdev.c
164
net_close(op);
sys/arch/pmax/stand/common/conf.c
73
{ "tftp", net_strategy, net_open, net_close, net_ioctl },
sys/arch/pmax/stand/common/conf.c
74
{ "mop", net_strategy, net_open, net_close, net_ioctl },
sys/arch/sandpoint/stand/altboot/devopen.c
45
struct devsw devnet = { "net", net_strategy, net_open, net_close, noioctl };
sys/arch/sandpoint/stand/altboot/globals.h
148
int net_close(struct open_file *);
sys/arch/sbmips/stand/netboot/conf.c
16
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/sgimips/stand/common/conf.c
66
{ "tftp", net_strategy, net_open, net_close, net_ioctl }, /* 2 */
sys/arch/shark/stand/ofwboot/extern.h
40
int net_close(struct of_dev *);
sys/arch/shark/stand/ofwboot/ofdev.c
139
net_close(op);
sys/arch/sparc/stand/common/promdev.c
449
net_close(pd);
sys/arch/sparc/stand/common/promdev.c
462
net_close(pd);
sys/arch/sparc/stand/common/promdev.h
65
extern int net_close(struct promdata *);
sys/arch/sparc/stand/ofwboot/net.h
36
int net_close(struct of_dev *);
sys/arch/sparc/stand/ofwboot/ofdev.c
183
net_close(op);
sys/arch/sparc/stand/ofwboot/ofdev.c
615
net_close(&ofdev);
sys/arch/sparc/stand/ofwboot/ofdev.c
622
net_close(&ofdev);
sys/arch/sun68k/stand/netboot/conf.c
17
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/x68k/stand/boot/conf.c
46
{ "nfs", net_strategy, net_open, net_close, net_ioctl },
sys/lib/libsa/dev_net.h
4
int net_close(struct open_file *);
sys/stand/efiboot/conf.c
45
{ "net", net_strategy, net_open, net_close, noioctl },