Searched refs:old_pin (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/amd64/vmm/io/ |
| H A D | vhpet.c | 402 int old_pin, new_pin; in vhpet_timer_update_config() local 411 old_pin = vhpet_timer_ioapic_pin(vhpet, n); in vhpet_timer_update_config() 452 KASSERT(old_pin != 0, ("timer %d isr asserted to ioapic pin %d", in vhpet_timer_update_config() 453 n, old_pin)); in vhpet_timer_update_config() 460 else if (vhpet_timer_ioapic_pin(vhpet, n) != old_pin) in vhpet_timer_update_config() 468 vioapic_deassert_irq(vhpet->vm, old_pin); in vhpet_timer_update_config()
|
| /f-stack/freebsd/x86/acpica/ |
| H A D | madt.c | 593 u_int new_pin, old_pin; in madt_parse_interrupt_override() local 626 &old_pin) != 0) in madt_parse_interrupt_override() 629 else if (ioapic_get_vector(old_ioapic, old_pin) == in madt_parse_interrupt_override() 631 ioapic_disable_pin(old_ioapic, old_pin); in madt_parse_interrupt_override()
|
| /f-stack/freebsd/contrib/openzfs/module/icp/include/sys/crypto/ |
| H A D | impl.h | 1155 #define KCF_PROV_SET_PIN(pd, session, old_pin, old_len, new_pin, new_len, \ argument 1159 session, old_pin, old_len, new_pin, new_len, req) : \ 1254 int crypto_set_pin(crypto_provider_handle_t provider, char *old_pin,
|