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

  /src/sys/arch/sandpoint/stand/altboot/
main.c 108 struct pcidev lnif[2]; variable in typeref:struct:pcidev[2]
150 nnif = pcilookup(PCI_CLASS_ETH, lnif, 2);
168 bdf = lnif[n].bdf;
169 pvd = lnif[n].pvd;
235 if (netif_init(&lnif[n]) != 0)
main.c 108 struct pcidev lnif[2]; variable in typeref:struct:pcidev[2]
150 nnif = pcilookup(PCI_CLASS_ETH, lnif, 2);
168 bdf = lnif[n].bdf;
169 pvd = lnif[n].pvd;
235 if (netif_init(&lnif[n]) != 0)

Completed in 21 milliseconds