HomeSort by: relevance | last modified time | path
    Searched defs:bi_netif (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/stand/pxeboot/
pxe.c 114 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;
  /src/sys/arch/i386/stand/efiboot/
efinet.c 65 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));
  /src/sys/stand/efiboot/
efinet.c 64 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 36 milliseconds