Home
last modified time | relevance | path

Searched refs:hackintr_inf (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.c329 struct hackintr_inf struct
3537 struct hackintr_inf *hackintr_inf; in dnet_hack_interrupts() local
3591 dnetp->hackintr_inf = hackintr_inf = in dnet_hack_interrupts()
3593 if (hackintr_inf == NULL) in dnet_hack_interrupts()
3635 hackintr_inf = (struct hackintr_inf *)(uintptr_t) in dnet_hack_interrupts()
3639 if (hackintr_inf == NULL) in dnet_hack_interrupts()
3673 dnet_hack_intr(struct hackintr_inf *hackintr_inf) in dnet_hack_intr() argument
3703 struct hackintr_inf *hackintr_inf; in dnet_detach_hacked_interrupt() local
3707 hackintr_inf = (struct hackintr_inf *)(uintptr_t) in dnet_detach_hacked_interrupt()
3715 if (!hackintr_inf) { in dnet_detach_hacked_interrupt()
[all …]
H A Ddnet.h437 struct hackintr_inf *hackintr_inf; member