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

/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_pci_link.c956 char tunable_buffer[64], link_name[5]; local
967 snprintf(tunable_buffer, sizeof(tunable_buffer),
969 if (getenv_int(tunable_buffer, &i) && PCI_INTERRUPT_VALID(i)) {
976 snprintf(tunable_buffer, sizeof(tunable_buffer),
978 if (getenv_int(tunable_buffer, &i) && PCI_INTERRUPT_VALID(i)) {
/freebsd-11-stable/sys/i386/pci/
H A Dpci_pir.c386 char tunable_buffer[64]; local
421 snprintf(tunable_buffer, sizeof(tunable_buffer),
423 if (getenv_int(tunable_buffer, &irq) == 0)

Completed in 137 milliseconds