HomeSort by: relevance | last modified time | path
    Searched refs:BTINFO_NETIF (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/landisk/include/
bootinfo.h 39 #define BTINFO_NETIF 2
57 struct btinfo_netif { struct
  /src/sys/arch/x86/include/
bootinfo.h 35 #define BTINFO_NETIF 4
90 struct btinfo_netif { struct
  /src/sys/arch/i386/stand/pxeboot/
pxe.c 114 static struct btinfo_netif bi_netif;
211 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
277 static struct btinfo_netif bi_netif;
  /src/sys/arch/x86/isa/
isa_machdep.c 350 struct btinfo_netif *bin = lookup_bootinfo(BTINFO_NETIF);
  /src/sys/arch/i386/stand/efiboot/
efinet.c 65 static struct btinfo_netif bi_netif;
266 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
  /src/sys/arch/x86/x86/
x86_autoconf.c 346 if (lookup_bootinfo(BTINFO_NETIF) != NULL) {
  /src/sys/stand/efiboot/
efinet.c 64 static struct btinfo_netif bi_netif;
299 BI_ADD(&bi_netif, BTINFO_NETIF, sizeof(bi_netif));
  /src/sys/arch/x86/pci/
pci_machdep.c 1196 struct btinfo_netif *bin = lookup_bootinfo(BTINFO_NETIF);

Completed in 17 milliseconds