Searched refs:SM_DEBUG_UNKNOWN (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sendmail/include/sm/
H A Ddebug.h54 # define SM_DEBUG_UNKNOWN ((SM_ATOMIC_UINT_T)(-1)) macro
66 ** It is initialized to SM_DEBUG_UNKNOWN, which indicates
68 ** SM_DEBUG_UNKNOWN, then the access functions will look up
110 ((debug)->debug_level != SM_DEBUG_UNKNOWN || \
114 ((debug)->debug_level == SM_DEBUG_UNKNOWN \
117 # define sm_debug_unknown(debug) ((debug)->debug_level == SM_DEBUG_UNKNOWN)
132 SM_DEBUG_UNKNOWN, \
/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c231 debug->debug_level = SM_DEBUG_UNKNOWN;
382 if (debug->debug_level == SM_DEBUG_UNKNOWN)

Completed in 92 milliseconds