/src/sys/lib/libsa/ |
bootparam.h | 4 int bp_getfile(int, char *, struct in_addr *, char *);
|
dev_net.c | 251 if (bp_getfile(sock, "gateway", &gateip, buf)) { 271 if (bp_getfile(sock, "root", &rootip, rootpath)) {
|
bootparam.c | 236 bp_getfile(int sockfd, char *key, struct in_addr *serv_addr, char *pathname) function in typeref:typename:int
|
/src/sys/arch/i386/stand/efiboot/ |
dev_net.c | 223 if (bp_getfile(sock, "gateway", &gateip, buf)) { 243 if (bp_getfile(sock, "root", &rootip, rootpath)) {
|
/src/sys/arch/newsmips/stand/boot/ |
net.c | 135 if (bp_getfile(netdev_sock, "root", &rootip, rootpath))
|
/src/sys/arch/ia64/stand/common/ |
dev_net.c | 244 if (bp_getfile(sock, "gateway", &gateip, buf) == 0) { 258 if (bp_getfile(sock, "root", &rootip, rootpath)) {
|
/src/sys/arch/sparc/stand/common/ |
net.c | 124 if (bp_getfile(netdev_sock, "root", &rootip, rootpath))
|
/src/sys/arch/sparc/stand/ofwboot/ |
net.c | 147 if (bp_getfile(netdev_sock, "root", &rootip, rootpath))
|
/src/sys/arch/vax/boot/boot/ |
netio.c | 156 if (bp_getfile(0, "root", &rootip, rootpath))
|
/src/sys/nfs/ |
nfs_bootparam.c | 92 static int bp_getfile (struct sockaddr_in *bpsin, const char *key, 190 error = bp_getfile(sin, "root", &nd->nd_root, lwp); 200 error = bp_getfile(sin, "gateway", gw_ndm, lwp); 400 bp_getfile(struct sockaddr_in *bpsin, const char *key, function in typeref:typename:int
|
/src/sys/arch/alpha/stand/netboot/ |
dev_net.c | 224 if (bp_getfile(sock, "root", &rootip, rootpath)) {
|
/src/sys/arch/evbmips/stand/sbmips/netboot/ |
dev_net.c | 224 if (bp_getfile(sock, "root", &rootip, rootpath)) {
|
/src/sys/arch/hp300/stand/common/ |
netio.c | 242 if (bp_getfile(netdev_sock, "root", &rootip, rootpath))
|