Home
last modified time | relevance | path

Searched refs:D_UNKNOWN (Results 1 – 12 of 12) sorted by relevance

/freebsd/cddl/usr.sbin/dtrace/tests/common/types/
H A DMakefile32 err.D_UNKNOWN.badtype1.d \
33 err.D_UNKNOWN.badtype2.d \
34 err.D_UNKNOWN.dupenum.d \
35 err.D_UNKNOWN.dupstruct.d \
/freebsd/cddl/usr.sbin/dtrace/tests/common/offsetof/
H A DMakefile11 err.D_UNKNOWN.OffsetofNULL.d \
12 err.D_UNKNOWN.badmemb.d \
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c492 xyerror(D_UNKNOWN, "failed to define %s: %s\n", in dt_decl_sou()
608 xyerror(D_UNKNOWN, "failed to create type for " in dt_decl_member()
632 xyerror(D_UNKNOWN, "failed to copy type of '%s': %s\n", in dt_decl_member()
639 xyerror(D_UNKNOWN, "failed to define member '%s': %s\n", in dt_decl_member()
681 xyerror(D_UNKNOWN, "failed to define %s: %s\n", in dt_decl_enum()
878 xywarn(D_UNKNOWN, "cannot find type: %s*: %s\n", in dt_decl_type()
941 xywarn(D_UNKNOWN, "failed to copy type: %s\n", in dt_decl_type()
962 xywarn(D_UNKNOWN, "failed to create array type: %s\n", in dt_decl_type()
1005 xywarn(D_UNKNOWN, "internal error -- " in dt_decl_type()
1034 xywarn(D_UNKNOWN, "failed to resolve type %s: %s\n", name, in dt_decl_type()
[all …]
H A Ddt_ident.c202 xyerror(D_UNKNOWN, "internal error: malformed entry " in dt_idcook_func()
240 xyerror(D_UNKNOWN, "failed to resolve type of %s (%s):" in dt_idcook_func()
288 xyerror(D_UNKNOWN, "optional arg#%d " in dt_idcook_func()
299 xyerror(D_UNKNOWN, "required arg#%d may not " in dt_idcook_func()
305 xyerror(D_UNKNOWN, "failed to resolve type of " in dt_idcook_func()
468 xyerror(D_UNKNOWN, "failed to resolve type of %s: %s\n", in dt_idcook_regs()
487 xyerror(D_UNKNOWN, in dt_idcook_type()
H A Ddt_errtags.h47 D_UNKNOWN, /* unknown D compiler error */ enumerator
H A Ddt_cg.c173 xyerror(D_UNKNOWN, "internal error -- cg cannot load " in dt_cg_load()
249 xyerror(D_UNKNOWN, "cg: bad field: off %lu type <%ld> " in dt_cg_field_get()
354 xyerror(D_UNKNOWN, "cg: bad field: off %lu type <%ld> " in dt_cg_field_set()
449 xyerror(D_UNKNOWN, "internal error -- cg cannot store " in dt_cg_store()
1425 xyerror(D_UNKNOWN, "internal error -- unexpected " in dt_cg_xlate_member()
2035 xyerror(D_UNKNOWN, "cg failed for symbol %s`%s:" in dt_cg_node()
2054 xyerror(D_UNKNOWN, "internal error -- node type %u is " in dt_cg_node()
2065 xyerror(D_UNKNOWN, "internal error -- token type %u is not a " in dt_cg_node()
H A Ddt_as.c262 xyerror(D_UNKNOWN, "internal error -- invalid link mode %u\n", in dt_as()
310 xyerror(D_UNKNOWN, "unexpected assembler relocation " in dt_as()
H A Ddt_sugar.c298 (void) dnerror(dnp, D_UNKNOWN, "bad node %p, kind %d\n", in dt_sugar_visit_all()
H A Ddt_parser.c1496 xyerror(D_UNKNOWN, in dt_node_decl()
1534 xyerror(D_UNKNOWN, "failed to copy typedef %s " in dt_node_decl()
1544 xyerror(D_UNKNOWN, "failed to typedef %s: %s\n", in dt_node_decl()
1827 xyerror(D_UNKNOWN, "failed to determine offset of %s: %s\n", in dt_node_offsetof()
3141 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1()
3982 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op)); in dt_cook_op2()
H A Ddt_provider.c651 xyerror(D_UNKNOWN, "cannot define type %s: %s\n", in dt_probe_tag()
H A Ddt_cc.c1176 dnerror(dnp->dn_expr, D_UNKNOWN, "tracing function %s( ) is " in dt_compile_fun()
1649 dnerror(dnp, D_UNKNOWN, "internal error -- node kind " in dt_compile_one_clause()
/freebsd/cddl/usr.sbin/dtrace/tests/common/enum/
H A DMakefile9 err.D_UNKNOWN.RepeatIdentifiers.d \