Searched defs:sysctrl_soft_state (Results 1 – 1 of 1) sorted by relevance
365 struct sysctrl_soft_state { struct368 struct sysctrl_soft_state *next; argument369 int mondo; /* INO for this type of interrupt */370 uchar_t nslots; /* slots in this system (0-16) */372 pnode_t options_nodeid; /* for nvram powerfail-time */374 ddi_iblock_cookie_t iblock; /* High level interrupt cookie */375 ddi_idevice_cookie_t idevice; /* TODO - Do we need this? */376 ddi_softintr_t spur_id; /* when we get a spurious int... */377 ddi_iblock_cookie_t spur_int_c; /* spur int cookie */378 ddi_softintr_t spur_high_id; /* when we reenable disabled ints */[all …]