Searched refs:xywarn (Results 1 – 3 of 3) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_decl.c | 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() 1040 xywarn(D_UNKNOWN, "failed to add forward tag for %s: %s\n", in dt_decl_type()
|
H A D | dt_parser.h | 283 extern void xywarn(dt_errtag_t, const char *, ...);
|
H A D | dt_parser.c | 5134 xywarn(dt_errtag_t tag, const char *format, ...) in xywarn() function
|