Searched defs:SYSSET_FLAGSZ (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.c1822 #define SYSSET_FLAGSZ CONV_EXPN_FIELD_DEF_PREFIX_SIZE + \ macro
2126 * SYSSET_FLAGSZ is the real minimum size of the buffer required by
2129 * things this way because the definition of SYSSET_FLAGSZ uses information
2133 #if (CONV_CNOTE_SYSSET_BUFSIZE != SYSSET_FLAGSZ) && !defined(__lint)
2134 #define REPORT_BUFSIZE SYSSET_FLAGSZ
2136 #error "CONV_CNOTE_SYSSET_BUFSIZE does not match SYSSET_FLAGSZ"

Completed in 63 milliseconds