Home
last modified time | relevance | path

Searched refs:xywarn (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c917 xywarn(D_UNKNOWN, "cannot find type: %s*: %s\n", in dt_decl_type()
980 xywarn(D_UNKNOWN, "failed to copy type: %s\n", in dt_decl_type()
1001 xywarn(D_UNKNOWN, "failed to create array type: %s\n", in dt_decl_type()
1044 xywarn(D_UNKNOWN, "internal error -- " in dt_decl_type()
1073 xywarn(D_UNKNOWN, "failed to resolve type %s: %s\n", name, in dt_decl_type()
1079 xywarn(D_UNKNOWN, "failed to add forward tag for %s: %s\n", in dt_decl_type()
H A Ddt_parser.h287 extern void xywarn(dt_errtag_t, const char *, ...);
H A Ddt_parser.c5120 xywarn(dt_errtag_t tag, const char *format, ...) in xywarn() function