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

/broadcom-cfe-1.4.2/cfe/pci/
H A Dpciconf.c451 static int pcimaxdev; variable
505 if (pcindev >= pcimaxdev) {
1334 pcimaxdev = pcindev;
1338 pciarg = (struct pci_attach_args *) KMALLOC (pcimaxdev * sizeof(struct pci_attach_args), 0);
1341 pcimaxdev = 0;
1343 pcidev = (struct pcidev *) KMALLOC (pcimaxdev * sizeof(struct pcidev), 0);
1347 pcimaxdev = 0;
1370 if (pcindev != pcimaxdev) {

Completed in 73 milliseconds