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

/illumos-gate/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;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2605 struct optable { struct
2610 static struct optable
2619 static struct optable
2628 static struct optable
2646 find_op(char *tok, struct optable *table)
2648 struct optable *op;
/illumos-gate/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 51 milliseconds