Searched refs:D_UNKNOWN (Results 1 – 9 of 9) sorted by relevance
/netbsd/external/cddl/osnet/dist/lib/libdtrace/common/ |
H A D | dt_decl.c | 492 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 D | dt_ident.c | 202 xyerror(D_UNKNOWN, "internal error: malformed entry " in dt_idcook_func() 238 xyerror(D_UNKNOWN, "failed to resolve type of %s (%s):" in dt_idcook_func() 286 xyerror(D_UNKNOWN, "optional arg#%d " in dt_idcook_func() 297 xyerror(D_UNKNOWN, "required arg#%d may not " in dt_idcook_func() 303 xyerror(D_UNKNOWN, "failed to resolve type of " in dt_idcook_func() 466 xyerror(D_UNKNOWN, "failed to resolve type of %s: %s\n", in dt_idcook_regs() 485 xyerror(D_UNKNOWN, in dt_idcook_type()
|
H A D | dt_errtags.h | 47 D_UNKNOWN, /* unknown D compiler error */ enumerator
|
H A D | dt_cg.c | 173 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 D | dt_as.c | 264 xyerror(D_UNKNOWN, "internal error -- invalid link mode %u\n", in dt_as() 312 xyerror(D_UNKNOWN, "unexpected assembler relocation " in dt_as()
|
H A D | dt_sugar.c | 298 (void) dnerror(dnp, D_UNKNOWN, "bad node %p, kind %d\n", in dt_sugar_visit_all()
|
H A D | dt_parser.c | 1496 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() 3140 xyerror(D_UNKNOWN, "invalid unary op %s\n", opstr(dnp->dn_op)); in dt_cook_op1() 3981 xyerror(D_UNKNOWN, "invalid binary op %s\n", opstr(op)); in dt_cook_op2()
|
H A D | dt_provider.c | 650 xyerror(D_UNKNOWN, "cannot define type %s: %s\n", in dt_probe_tag()
|
H A D | dt_cc.c | 1176 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()
|