HomeSort by: relevance | last modified time | path
    Searched defs:rnames (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/moused/
moused.c 157 static const char *rnames[] = { variable in typeref:typename:const char * []
728 for (i = 0; rnames[i]; i++)
729 if (strcmp(optarg, rnames[i]) == 0) {
735 if (rnames[i])
1188 || (type > (int)(sizeof(rnames)/sizeof(rnames[0]) - 1)))
1189 ? "unknown" : rnames[type];
  /src/sys/dev/ic/
isp.c 5254 const char *rnames[6] = { local in function:isp_intr
5266 ptr = rnames[resp[FCP_RSPNS_CODE_OFFSET]];

Completed in 124 milliseconds