Home | History | Annotate | Download | only in drivers

Lines Matching defs:opnames

132 		static const char *opnames[] = {
167 static const char *opnames[] = {
191 idx < (int) (sizeof(opnames) / sizeof(opnames[0])) &&
192 opnames[idx])
193 perror(opnames[idx]);