Searched refs:dt_type_lookup (Results 1 – 7 of 7) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_ident.c | 239 if (dt_type_lookup(s, &dtt) == -1) { in dt_idcook_func() 304 if (dt_type_lookup(p1, &dtt) == -1) { in dt_idcook_func() 467 if (dt_type_lookup("uint64_t", &dtt) == -1) { in dt_idcook_regs() 486 if (dt_type_lookup(idp->di_iarg, &dtt) == -1) { in dt_idcook_type()
|
H A D | dt_parser.h | 267 extern int dt_type_lookup(const char *, struct dtrace_typeinfo *);
|
H A D | dt_lex.l | 630 if (dt_type_lookup(yytext, NULL) == 0) {
|
H A D | dt_decl.c | 1023 if ((rv = dt_type_lookup(name, tip)) == 0) in dt_decl_type()
|
H A D | dt_parser.c | 196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) in dt_type_lookup() function 2969 if (dt_type_lookup("int64_t", &dtt) != 0) in dt_cook_op1() 3764 if (tag != NULL && dt_type_lookup(tag, &dtt) == 0 && in dt_cook_op2()
|
H A D | dt_printf.c | 1081 if (dt_type_lookup(aggtype, &dtt) != 0) in dt_printf_validate()
|
H A D | dt_cg.c | 78 dt_type_lookup(n, &dtt) == -1 || ( in dt_cg_membinfo()
|