Home
last modified time | relevance | path

Searched refs:optable (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libcmd/common/
H A Dexpr.c148 optable[] = variable
287 for (i=0; i < sizeof(optable)/sizeof(*optable); i++) in getnode()
288 if (*cp==optable[i].opname[0] && cp[1]==optable[i].opname[1]) in getnode()
289 return optable[i].op; in getnode()
/titanic_41/usr/src/tools/ndrgen/
H A Dndr_lex.c131 static ndr_keyword_t optable[] = { variable
178 keyw_tab_init(optable); in set_lex_input()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2605 struct optable { struct
2610 static struct optable argument
2619 static struct optable
2628 static struct optable
2646 find_op(char *tok, struct optable *table) in find_op()
2648 struct optable *op; in find_op()
/titanic_41/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c419 static char *optable[] = { in dapli_evd_eh_print_cqe() local
442 "\t\t op_type: %s\n", optable[DAPL_GET_CQE_OPTYPE(&cqe)]); in dapli_evd_eh_print_cqe()