Searched refs:old_pin (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/amd64/vmm/io/ |
H A D | vhpet.c | 397 int old_pin, new_pin; in vhpet_timer_update_config() local 406 old_pin = vhpet_timer_ioapic_pin(vhpet, n); in vhpet_timer_update_config() 447 KASSERT(old_pin != 0, ("timer %d isr asserted to ioapic pin %d", in vhpet_timer_update_config() 448 n, old_pin)); in vhpet_timer_update_config() 455 else if (vhpet_timer_ioapic_pin(vhpet, n) != old_pin) in vhpet_timer_update_config() 463 vioapic_deassert_irq(vhpet->vm, old_pin); in vhpet_timer_update_config()
|
/freebsd/sys/x86/acpica/ |
H A D | madt.c | 611 u_int new_pin, old_pin; in madt_parse_interrupt_override() local 644 &old_pin) != 0) in madt_parse_interrupt_override() 647 else if (ioapic_get_vector(old_ioapic, old_pin) == in madt_parse_interrupt_override() 649 ioapic_disable_pin(old_ioapic, old_pin); in madt_parse_interrupt_override()
|
/freebsd/crypto/openssh/ |
H A D | pkcs11.h | 755 (ck_session_handle_t session, unsigned char *old_pin,
|
/freebsd/crypto/heimdal/lib/hx509/ref/ |
H A D | pkcs11.h | 755 (ck_session_handle_t session, unsigned char *old_pin,
|