Symbol: net_open
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
4
int net_open(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
46
int net_open(struct open_file *, ...);
sys/arch/evbarm/stand/boot2440/devopen.c
57
{ "dm9000", net_strategy, net_open, net_close, noioctl },
sys/arch/evbarm/stand/boot2440/devopen.c
83
if ((error = net_open(of, name+4, "nfs")) != 0)
sys/arch/evbarm/stand/boot2440/devopen.c
92
if ((error = net_open(of, name+5, "tftp")) != 0) {
sys/arch/evbmips/stand/sbmips/netboot/conf.c
16
{ "net", net_strategy, net_open, net_close, net_ioctl },
sys/arch/ews4800mips/stand/common/devopen.c
116
net_open(f);
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
50
.dv_open = net_open,
sys/arch/hpcmips/stand/lcboot/extern.h
129
int net_open(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
3
int net_open(struct open_file *, ...);
sys/arch/ia64/stand/common/dev_net.h
31
int net_open(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
63
#define netopen net_open
sys/arch/macppc/stand/ofwboot/net.h
6
int net_open(struct of_dev *);
sys/arch/macppc/stand/ofwboot/ofdev.c
497
if ((error = net_open(&ofdev)))
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/devopen.c
115
if ((error = net_open(&romdev)) != 0) {
sys/arch/newsmips/stand/boot/promdev.h
10
int net_open(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
6
int net_open(struct of_dev *);
sys/arch/ofppc/stand/ofwboot/ofdev.c
320
if ((error = net_open(&ofdev)) != 0)
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/devopen.c
77
if ((error = net_open(of, &name[4], "nfs")) != 0)
sys/arch/sandpoint/stand/altboot/devopen.c
85
if ((error = net_open(of, &name[5], "tftp")) != 0)
sys/arch/sandpoint/stand/altboot/globals.h
147
int net_open(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
39
int net_open(struct of_dev *);
sys/arch/shark/stand/ofwboot/ofdev.c
337
if ((error = net_open(&ofdev)) != 0)
sys/arch/sparc/stand/common/promdev.c
271
if ((error = net_open(pd)) != 0) {
sys/arch/sparc/stand/common/promdev.h
64
extern int net_open(struct promdata *);
sys/arch/sparc/stand/ofwboot/net.h
35
int net_open(struct of_dev *);
sys/arch/sparc/stand/ofwboot/ofdev.c
604
if ((error = net_open(&ofdev)) != 0)
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
3
int net_open(struct open_file *, ...);
sys/stand/efiboot/conf.c
45
{ "net", net_strategy, net_open, net_close, noioctl },