Lines Matching refs:old_flags
1247 int old_flags = pCh->flush_flags; in i2RetryFlushOutput() local
1249 ip2trace (CHANN, ITRC_FLUSH, 14, 1, old_flags ); in i2RetryFlushOutput()
1254 if ( old_flags & STARTFL_FLAG ) { in i2RetryFlushOutput()
1256 old_flags = STOPFL_FLAG; //Success - send stop flush in i2RetryFlushOutput()
1258 old_flags = STARTFL_FLAG; //Failure - Flag for retry later in i2RetryFlushOutput()
1261 ip2trace (CHANN, ITRC_FLUSH, 15, 1, old_flags ); in i2RetryFlushOutput()
1264 if ( old_flags & STOPFL_FLAG ) { in i2RetryFlushOutput()
1266 old_flags = 0; // Success - clear flags in i2RetryFlushOutput()
1269 ip2trace (CHANN, ITRC_FLUSH, 16, 1, old_flags ); in i2RetryFlushOutput()
1271 pCh->flush_flags = old_flags; in i2RetryFlushOutput()
1273 ip2trace (CHANN, ITRC_FLUSH, 17, 1, old_flags ); in i2RetryFlushOutput()
1275 return old_flags; in i2RetryFlushOutput()