Searched refs:pt_names (Results 1 – 1 of 1) sorted by relevance
5932 static const char * const pt_names[] = { variable5940 return type >= ARRAY_SIZE(pt_names) ? "unknown" : pt_names[type]; in pt_name()