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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dtpqic02.c157 static volatile int status_error; /* int handler may detect error */ variable
1423 status_error = NO;
1498 status_error = YES;
1555 if (status_error || (stat != TE_OK)) {
1605 status_error = YES;
1676 status_error = TE_EX;
1853 if (status_error) {
2023 while ((status_error == 0) && (dma_mode != 0)) {
2034 * status_error will have been set in the interrupt handler.
2045 if (status_error) {
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Duser_auth.c761 int status_error = 0; local
984 status_error = Do_secure_work( jobsize, from_server, tempfile, header_info );
985 DEBUGF(DRECV1)("md5_receive: Do_secure_work returned %d", status_error );
996 if( size || status_error ){

Completed in 49 milliseconds