Searched refs:optable (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libcmd/common/
H A Dexpr.c148 optable[] = variable in typeref:struct:Optable_s
287 for (i=0; i < sizeof(optable)/sizeof(*optable); i++)
288 if (*cp==optable[i].opname[0] && cp[1]==optable[i].opname[1])
289 return optable[i].op;
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c419 static char *optable[] = { local
442 "\t\t op_type: %s\n", optable[DAPL_GET_CQE_OPTYPE(&cqe)]);

Completed in 24 milliseconds