Searched refs:bi_netif (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/i386/stand/pxeboot/
H A Dpxe.c114 static struct btinfo_netif bi_netif; variable in typeref:struct:btinfo_netif
211 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
277 static struct btinfo_netif bi_netif; variable in typeref:struct:btinfo_netif
404 strncpy(bi_netif.ifname, "pxe", sizeof(bi_netif.ifname));
405 bi_netif.bus = BI_BUS_PCI;
406 bi_netif.addr.tag = gnt->info.pci.BusDevFunc;
/netbsd-current/sys/arch/i386/stand/efiboot/
H A Definet.c65 static struct btinfo_netif bi_netif; variable in typeref:struct:btinfo_netif
262 bi_netif.bus = eni->bus.type;
263 bi_netif.addr.tag = eni->bus.tag;
264 snprintf(bi_netif.ifname, sizeof(bi_netif.ifname), "net%d",
266 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
/netbsd-current/sys/stand/efiboot/
H A Definet.c64 static struct btinfo_netif bi_netif; variable in typeref:struct:btinfo_netif
295 bi_netif.bus = eni->bus.type;
296 bi_netif.addr.tag = eni->bus.tag;
297 snprintf(bi_netif.ifname, sizeof(bi_netif.ifname), "net%d",
299 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));

Completed in 255 milliseconds