Home
last modified time | relevance | path

Searched refs:sunFm_assert (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A DsunFM_impl.h43 extern int sunFm_assert(const char *, const char *, int);
44 #define ASSERT(x) ((void)((x) || sunFm_assert(#x, __FILE__, __LINE__)))
H A Ddebug_subr.c56 sunFm_assert(const char *expr, const char *file, int line) in sunFm_assert() function