Home | History | Annotate | Download | only in drivers

Lines Matching full:opnames

126 		static const char *opnames[] = {
161 static const char *opnames[] = {
185 idx < (int) (sizeof(opnames) / sizeof(opnames[0])) &&
186 opnames[idx])
187 perror(opnames[idx]);