Searched refs:xywarn (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_decl.c | 894 xywarn(D_UNKNOWN, "cannot find type: %s*: %s\n", in dt_decl_type() 957 xywarn(D_UNKNOWN, "failed to copy type: %s\n", in dt_decl_type() 978 xywarn(D_UNKNOWN, "failed to create array type: %s\n", in dt_decl_type() 1021 xywarn(D_UNKNOWN, "internal error -- " in dt_decl_type() 1050 xywarn(D_UNKNOWN, "failed to resolve type %s: %s\n", name, in dt_decl_type() 1056 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 | 5104 xywarn(dt_errtag_t tag, const char *format, ...) in xywarn() function
|