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

/freebsd-current/sys/powerpc/powerpc/
H A Dintr_machdep.c119 static u_int nvectors; /* Allocated vectors */ variable
199 for (vector = 0; vector < nvectors; vector++) {
229 for (vector = 0; vector < nvectors; vector++) {
260 for (vector = 0; vector < num_io_irqs && vector <= nvectors;
276 nvectors++;
489 for (vector = 0; vector < nvectors; vector++) {
/freebsd-current/contrib/byacc/
H A Doutput.c14 static int nvectors; variable
743 order = NEW2(nvectors, Value_t);
746 for (i = 0; i < nvectors; i++)
921 base = NEW2(nvectors, Value_t);
947 for (i = 0; i < nvectors; i++)
1028 for (i = PER_STATE * nstates + 1; i < nvectors - 1; i++)
1145 nvectors = PER_STATE * nstates + nvars;
1147 froms = NEW2(nvectors, Value_t *);
1148 tos = NEW2(nvectors, Value_t *);
1149 tally = NEW2(nvectors, Value_
[all...]
/freebsd-current/sys/dev/virtio/pci/
H A Dvirtio_pci.c387 vtpci_alloc_msix(struct vtpci_common *cn, int nvectors) argument
395 required = nvectors + 1;
437 int i, nvectors, error; local
442 for (nvectors = 0, i = 0; i < cn->vtpci_nvqs; i++) {
444 nvectors++;
447 error = vtpci_alloc_msix(cn, nvectors);

Completed in 69 milliseconds