Home
last modified time | relevance | path

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

/freebsd/lib/libdevdctl/
H A Devent.h237 struct EventTypeRecord struct
257 static EventTypeRecord s_typeTable[]; argument
H A Devent.cc82 Event::EventTypeRecord Event::s_typeTable[] =
172 EventTypeRecord *rec(s_typeTable); in TypeToString()
173 EventTypeRecord *lastRec(s_typeTable + NUM_ELEMENTS(s_typeTable) - 1); in TypeToString()