/src/sys/arch/sandpoint/sandpoint/ |
autoconf.c | 59 static struct btinfo_net *bi_net; variable in typeref:struct:btinfo_net * 190 bi_net = lookup_bootinfo(BTINFO_NET); 226 if (bi_net != NULL && bi_net->cookie == pa->pa_tag) { 246 if (bi_net != NULL && device_is_a(dev, bi_net->devname) 247 && bi_net->cookie == tag) { 250 pd = prop_data_create_nocopy(bi_net->mac_address, 258 bi_net = NULL; /* do it just once */
|
/src/sys/arch/evbarm/stand/boot2440/ |
main.c | 105 struct btinfo_net bi_net; variable in typeref:struct:btinfo_net 166 bi_net.devname[0] = 0; 229 if (bi_net.devname[0] == 0) { 231 snprintf(bi_net.devname, sizeof(bi_net.devname), "dme"); 232 bi_net.cookie = 0; 234 memcpy(bi_net.mac_address, en, sizeof(bi_net.mac_address)); 259 if (bi_net.devname[0] != 0 ) 260 bi_add(&bi_net, BTINFO_NET, sizeof(bi_net)) [all...] |
/src/sys/arch/evbarm/mini2440/ |
mini2440_machdep.c | 220 struct btinfo_net *bi_net; variable in typeref:struct:btinfo_net * 496 bi_net = lookup_bootinfo(BTINFO_NET); 1083 if (bi_net != NULL && device_is_a(dev, bi_net->devname)) { 1085 pd = prop_data_create_data_nocopy(bi_net->mac_address, ETHER_ADDR_LEN); 1091 bi_net = NULL;
|
/src/sys/arch/sandpoint/stand/altboot/ |
main.c | 82 struct btinfo_net bi_net; variable in typeref:struct:btinfo_net 370 bi_add(&bi_net, BTINFO_NET, sizeof(bi_net));
|