Home
last modified time | relevance | path

Searched refs:net_mountroot (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/macppc/stand/ofwboot/
H A Dnet.c75 static int net_mountroot(void);
95 if ((error = net_mountroot()) != 0) in net_open()
122 net_mountroot(void) in net_mountroot() function
/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dnet.c75 static int net_mountroot(void);
95 if ((error = net_mountroot()) != 0) in net_open()
123 net_mountroot(void) in net_mountroot() function
/netbsd-src/sys/arch/shark/stand/ofwboot/
H A Dnet.c92 if ((error = net_mountroot()) != 0) in net_open()
119 net_mountroot(void) in net_mountroot() function
H A Dextern.h41 int net_mountroot(void);
/netbsd-src/sys/arch/newsmips/stand/boot/
H A Dnet.c83 if ((error = net_mountroot()) != 0) in net_open()
105 net_mountroot(void) in net_mountroot() function
H A Dpromdev.h12 int net_mountroot(void);
/netbsd-src/sys/arch/sparc/stand/common/
H A Dnet.c85 if ((error = net_mountroot()) != 0) in net_open()
154 net_mountroot(void) in net_mountroot() function
H A Dpromdev.h66 extern int net_mountroot(void);
/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dnet.h38 int net_mountroot(void);
H A Dnet.c207 net_mountroot(void) in net_mountroot() function
H A Dofdev.c621 if ((error = net_mountroot()) != 0) { in devopen()