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

/osnet-11/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5814 int err_flag = 0; local
5867 err_flag |= 0x1; /* RANGE_VIOLATION, count */
5891 err_flag |= 0x2; /* RANGE_VIOLATION, integer */
5931 err_flag |= 0x4; /* CONSTRAINT_VIOLATED */
5935 if (err_flag != 0)
5939 if ((err_flag & 0x1) == 0x1) {
5955 if ((err_flag & 0x2) == 0x2) {
5964 if ((err_flag & 0x4) == 0x4) {

Completed in 28 milliseconds