Searched refs:STP_FATAL (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/librstp/common/ |
H A D | base.h | 123 #define STP_FATAL(TXT, MSG, EXCOD) \ macro 127 #define STP_FATAL(TXT, MSG, EXCOD) \ macro 131 #define STP_FATAL(TXT, MSG, EXCOD) \ macro 139 STP_FATAL("malloc", MSG, -6); \ 146 STP_FATAL("free", MSG, -66); \ 156 STP_FATAL("strdup", MSG, -7); \
|