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

/freebsd-10.2-release/usr.sbin/bhyve/
H A Dpci_irq.c198 int best_count, best_irq, best_pin, irq, pin; local
203 best_pin = 0;
207 best_pin = pin;
211 pirqs[best_pin].use_count++;
214 if (pirqs[best_pin].reg == PIRQ_DIS) {
227 pirqs[best_pin].reg = best_irq;
231 return (best_pin + 1);

Completed in 46 milliseconds