Searched refs:dt_type_lookup (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_ident.c235 if (dt_type_lookup(s, &dtt) == -1) {
300 if (dt_type_lookup(p1, &dtt) == -1) {
460 if (dt_type_lookup("uint64_t", &dtt) == -1) {
479 if (dt_type_lookup(idp->di_iarg, &dtt) == -1) {
H A Ddt_lex.l616 if (dt_type_lookup(yytext, NULL) == 0) {
762 dt_type_lookup(s, NULL) != 0)
H A Ddt_parser.h251 extern int dt_type_lookup(const char *, struct dtrace_typeinfo *);
H A Ddt_decl.c806 * the underlying type names is handled by dt_type_lookup(). We build up the
1017 if ((rv = dt_type_lookup(name, tip)) == 0)
H A Ddt_parser.c196 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) function
2895 if (dt_type_lookup("int64_t", &dtt) != 0)
3690 if (tag != NULL && dt_type_lookup(tag, &dtt) == 0 &&
H A Ddt_cg.c78 dt_type_lookup(n, &dtt) == -1 || (

Completed in 109 milliseconds