Searched defs:id_to_str (Results 1 – 3 of 3) sorted by relevance
18 struct id_to_str { struct19 int id;20 const char *str;
64 const char *id_to_str(u8 type, u32 id) in id_to_str() function