Searched refs:_codes (Results 1 – 1 of 1) sorted by relevance
68 static const EventCodeList _codes[] = { variable80 for (nn = 0; _codes[nn].type >= 0; nn++) { in eventList_findByType()81 if (_codes[nn].type == type) in eventList_findByType()82 return _codes[nn].table; in eventList_findByType()