Searched refs:ICHS_DONE (Results 1 – 2 of 2) sorted by relevance
247 hook->ich_state = ICHS_DONE; in config_intrhook_disestablish_locked()267 if (hook->ich_state == ICHS_DONE) { in config_intrhook_drain()269 return (ICHS_DONE); in config_intrhook_drain()284 while (hook->ich_state != ICHS_DONE) { in config_intrhook_drain()
483 #define ICHS_DONE 0x3 macro