Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libdevdctl/
H A Devent.h239 struct EventTypeRecord struct
259 static EventTypeRecord s_typeTable[]; argument
H A Devent.cc85 Event::EventTypeRecord Event::s_typeTable[] =
175 EventTypeRecord *rec(s_typeTable); in TypeToString()
176 EventTypeRecord *lastRec(s_typeTable + NUM_ELEMENTS(s_typeTable) - 1); in TypeToString()