<def f='src/src/sys/arch/x86/include/intr.h' l='111' ll='122'/>
<size>72</size>
<doc f='src/src/sys/arch/x86/include/intr.h' l='106'>/*
 * Interrupt handler chains.  *_intr_establish() insert a handler into
 * the list.  The handler is called with its (single) argument.
 */</doc>
<mbr r='intrhand::ih_fun' o='0' t='int (*)(void *)'/>
<mbr r='intrhand::ih_arg' o='64' t='void *'/>
<mbr r='intrhand::ih_level' o='128' t='int'/>
<mbr r='intrhand::ih_realfun' o='192' t='int (*)(void *)'/>
<mbr r='intrhand::ih_realarg' o='256' t='void *'/>
<mbr r='intrhand::ih_next' o='320' t='struct intrhand *'/>
<mbr r='intrhand::ih_prevp' o='384' t='struct intrhand **'/>
<mbr r='intrhand::ih_pin' o='448' t='int'/>
<mbr r='intrhand::ih_slot' o='480' t='int'/>
<mbr r='intrhand::ih_cpu' o='512' t='struct cpu_info *'/>
